public class ClickEventUpdateCommandImpl extends MarketingEventUpdateCommandImpl implements ClickEventUpdateCommand
MarketingEventService
to dispatch the
event to the appropriate handler.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
EVENTTYPE_PARAMETER, requestProps
defaultCommandClassName, NAME
Constructor and Description |
---|
ClickEventUpdateCommandImpl()
Constructs an ClickEventUpdateCommandImpl object.
|
Modifier and Type | Method and Description |
---|---|
void |
performExecute()
This method will check the parameters and then will use the
MarketingEventService
to dispatch the event to the appropriate handler. |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRequestProps, setRequestProps, validateParameters
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties
setRequestProps
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
public static final java.lang.String COPYRIGHT
public ClickEventUpdateCommandImpl()
public void performExecute() throws com.ibm.commerce.exception.ECException
MarketingEventService
to dispatch the event to the appropriate handler.performExecute
in interface com.ibm.commerce.command.ECCommand
performExecute
in class com.ibm.commerce.command.AbstractECTargetableCommand
com.ibm.commerce.exception.ECException
ECCommand#performExecute()