com.ibm.commerce.marketingcenter.events.runtime
Interface MarketingEventUpdateCommand
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Subinterfaces:
- AddEventCommand, ClickEventUpdateCommand
- All Known Implementing Classes:
- MarketingEventUpdateCommandImpl
- public interface MarketingEventUpdateCommand
- extends TaskCommand
Interface for the task command that handles click events.
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 |
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.
setRequestProps
public void setRequestProps(TypedProperty param)
- Set the request properties.
- Parameters:
param
- The request properties to use.