public class ContractSubmitCheckApprovalCmdImpl extends com.ibm.commerce.command.TaskCommandImpl implements ContractSubmitCheckApprovalCmd
ContractSubmitCheckApprovalCmd
task command.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASSNAME
The name of this command.
|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
defaultCommandClassName, NAME
Constructor and Description |
---|
ContractSubmitCheckApprovalCmdImpl() |
Modifier and Type | Method and Description |
---|---|
BusinessFlowEventData |
getBusinessFlowEventData()
Returns business flow event data.
|
java.lang.Long |
getEntityId()
Returns the ID of entity object
|
java.lang.Object |
getEntityObject()
Returns the entity object.
|
java.lang.String |
getEventIdentifier()
Returns the event identifier to allow the entry action to start an automatic transition.
|
void |
performExecute()
Executes the business logic of this command implementation.
|
void |
setBusinessFlowEventData(BusinessFlowEventData anBusinessFlowEventData)
Sets the business flow event data.
|
void |
setEntityId(java.lang.Long anEntityId)
Sets the entity id.
|
void |
setEntityObject(java.lang.Object anEntityObject)
Sets the entity object.
|
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, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
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 CLASSNAME
public static final java.lang.String COPYRIGHT
public BusinessFlowEventData getBusinessFlowEventData()
public java.lang.Long getEntityId()
public java.lang.Object getEntityObject()
public java.lang.String getEventIdentifier()
getEventIdentifier
in interface EntryActionCmd
public void performExecute() throws com.ibm.commerce.exception.ECException
performExecute
in interface com.ibm.commerce.command.ECCommand
performExecute
in class com.ibm.commerce.command.AbstractECTargetableCommand
com.ibm.commerce.exception.ECException
AbstractECTargetableCommand.performExecute()
public void setBusinessFlowEventData(BusinessFlowEventData anBusinessFlowEventData)
setBusinessFlowEventData
in interface EntryActionCmd
anBusinessFlowEventData
- the business flow event data which includes all information.public void setEntityId(java.lang.Long anEntityId)
setEntityId
in interface EntryActionCmd
anEntityId
- the entity IDpublic void setEntityObject(java.lang.Object anEntityObject)
setEntityObject
in interface EntryActionCmd
anEntityObject
- the entity object