public interface EntryActionCmd
extends com.ibm.commerce.command.TaskCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.String |
NAME
The name of the Command Interface class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEventIdentifier()
Allow the entry action to return an eventIdentifier to start an automatic transition.
|
void |
setBusinessFlowEventData(BusinessFlowEventData anEventData)
The BusinessFlowEventListener will use this method to pass in all data the command needs.
|
void |
setEntityId(java.lang.Long anEntityId)
Allow UBF passes an entity Id to the entry action command.
|
void |
setEntityObject(java.lang.Object anEntityObject)
Allow UBF passes an entity object to the entry action command to avoid instantiating another instance of entity object.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
java.lang.String getEventIdentifier()
void setBusinessFlowEventData(BusinessFlowEventData anEventData)
anEventData
- The business flow event data which includes all information, including requestPropoerties,
commandContext etc.void setEntityId(java.lang.Long anEntityId)
anEntityId
- The entity Id.void setEntityObject(java.lang.Object anEntityObject)
anEntityObject
- The entity object.