public class AddEventCommandImpl extends MarketingEventUpdateCommandImpl implements AddEventCommand
MarketingEventService
to dispatch the event to the
appropriate handler. This is the implementation of the interface AddEventCommand
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
EVENTTYPE_PARAMETER, requestProps
defaultCommandClassName, NAME
Constructor and Description |
---|
AddEventCommandImpl()
Constructs a AddEventCommandImpl object.
|
Modifier and Type | Method and Description |
---|---|
void |
performExecute()
This method will check the parameters and then uses 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 AddEventCommandImpl()
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()