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, waitaccessControlCheck, 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, validateParameterscheckIsAllowed, 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 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 EntryActionCmdpublic void performExecute()
throws com.ibm.commerce.exception.ECException
performExecute in interface com.ibm.commerce.command.ECCommandperformExecute in class com.ibm.commerce.command.AbstractECTargetableCommandcom.ibm.commerce.exception.ECExceptionAbstractECTargetableCommand.performExecute()public void setBusinessFlowEventData(BusinessFlowEventData anBusinessFlowEventData)
setBusinessFlowEventData in interface EntryActionCmdanBusinessFlowEventData - the business flow event data which includes all information.public void setEntityId(java.lang.Long anEntityId)
setEntityId in interface EntryActionCmdanEntityId - the entity IDpublic void setEntityObject(java.lang.Object anEntityObject)
setEntityObject in interface EntryActionCmdanEntityObject - the entity object