com.ibm.commerce.marketingcenter.events.runtime
Interface AddEventCommand

All Superinterfaces:
ECCommand, MarketingEventUpdateCommand, TaskCommand
All Known Implementing Classes:
AddEventCommandImpl

public interface AddEventCommand
extends MarketingEventUpdateCommand

Task command interface to add a non-click event (for example: cpgn log).


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
          Default implementation class name.
static java.lang.String NAME
          Interface name.
 
Methods inherited from interface com.ibm.commerce.marketingcenter.events.runtime.MarketingEventUpdateCommand
setRequestProps
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
Default implementation class name.

NAME

public static final java.lang.String NAME
Interface name.