public class MarketingEventUpdateCommandImpl extends com.ibm.commerce.command.TaskCommandImpl implements MarketingEventUpdateCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.String |
EVENTTYPE_PARAMETER
Parameter name in the requestParams to specify the type of event.
|
com.ibm.commerce.datatype.TypedProperty |
requestProps
Request properties object that contains all the current request attributes.
|
defaultCommandClassName, NAME
Constructor and Description |
---|
MarketingEventUpdateCommandImpl()
Construct a MarketingEventUpdateCommandImpl object.
|
Modifier and Type | Method and Description |
---|---|
com.ibm.commerce.datatype.TypedProperty |
getRequestProps()
Getter for requestProps.
|
void |
setRequestProps(com.ibm.commerce.datatype.TypedProperty newRequestParams)
Setter for the request properties (requestProps) from the controller command.
|
void |
validateParameters()
Check the parameters and set the eventType.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, performExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties
public static final java.lang.String COPYRIGHT
public static final java.lang.String EVENTTYPE_PARAMETER
public com.ibm.commerce.datatype.TypedProperty requestProps
public MarketingEventUpdateCommandImpl()
public com.ibm.commerce.datatype.TypedProperty getRequestProps()
public void setRequestProps(com.ibm.commerce.datatype.TypedProperty newRequestParams)
setRequestProps
in interface MarketingEventUpdateCommand
newRequestParams
- The request properties to use.public void validateParameters() throws com.ibm.commerce.exception.ECException
validateParameters
in interface com.ibm.commerce.command.ECCommand
validateParameters
in class com.ibm.commerce.command.AbstractECTargetableCommand
com.ibm.commerce.exception.ECException
ECCommand#validateParameters()