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, requestPropsdefaultCommandClassName, 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, waitgetRequestProps, setRequestProps, validateParametersaccessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiessetRequestPropscheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameterspublic 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.ECCommandperformExecute in class com.ibm.commerce.command.AbstractECTargetableCommandcom.ibm.commerce.exception.ECExceptionECCommand#performExecute()