java.lang.Object | +--CacheableCommandImpl | +--com.ibm.commerce.command.AbstractECTargetableCommand | +--com.ibm.commerce.command.TaskCommandImpl | +--com.ibm.commerce.marketingcenter.events.runtime.MarketingEventUpdateCommandImpl | +--com.ibm.commerce.marketingcenter.events.runtime.AddEventCommandImpl
Task command to add a non-click event (for example: cpgn log). How the event
is handled is determined by a parameter (defined by EVENTTYPE_PARAMETER) value.
That value is used by the MarketingEventService
to dispatch the
event to the appropriate handler. This is the implementation of the interface
AddEventCommand
.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
Fields inherited from class com.ibm.commerce.marketingcenter.events.runtime. MarketingEventUpdateCommandImpl |
eventType,
EVENTTYPE_PARAMETER,
requestProps |
Fields inherited from class com.ibm.commerce.command. AbstractECTargetableCommand |
commandContext |
Fields inherited from interface com.ibm.commerce.marketingcenter.events.runtime. AddEventCommand |
defaultCommandClassName,
NAME |
Fields inherited from interface com.ibm.commerce.command. ECCommand |
defaultCommandClassName |
Constructor Summary | |
---|---|
AddEventCommandImpl() Constructs a AddEventCommandImpl object. |
Method Summary | |
---|---|
void |
performExecute() This method will check the parameters and then uses the MarketingEventService to dispatch the event to the appropriate
handler. |
Methods inherited from class com.ibm.commerce.marketingcenter.events.runtime. MarketingEventUpdateCommandImpl |
getEventType,
getRequestProps,
setEventType,
setRequestProps,
validateParameters |
Methods inherited from class com.ibm.commerce.command. AbstractECTargetableCommand |
accessControlCheck,
checkIsAllowed,
checkParameters,
checkResourcePermission,
createCommandExecutionEvent,
execute,
finalize,
getAccCheck,
getCommandContext,
getCommandIfName,
getCommandName,
getCommandStoreId,
getDefaultProperties,
getResources,
getStoreId,
getUser,
getUserId,
isReadyToCallExecute,
reset,
setAccCheck,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait,
wait, wait |
Methods inherited from interface com.ibm.commerce.marketingcenter.events.runtime. MarketingEventUpdateCommand |
setRequestProps |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public AddEventCommandImpl()
Method Detail |
---|
public void performExecute() throws ECException
MarketingEventService
to dispatch the event to the appropriate
handler.
performExecute
in interface
ECCommand
performExecute
in class
AbstractECTargetableCommand
ECException
ECCommand#performExecute()