public class ExtOrderProcessCmdImpl extends TaskCommandImpl implements ExtOrderProcessCmd
ExtOrderProcessCmd task command interface.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
ExtOrderProcessCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
OrderAccessBean |
getOrder()
Gets the OrderAccessBean for the Order that was processed.
|
java.lang.Long |
getOrderRn()
Deprecated.
Replaced by
getOrder() |
void |
performExecute()
Executes the main business logic of the command.
|
void |
setOrder(OrderAccessBean aabOrder)
Sets the OrderAccessBean for the Order that was processed.
|
void |
setOrderRn(java.lang.Long anOrderRn)
Deprecated.
Replaced by
setOrder(OrderAccessBean aabOrder) |
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, validateParametersexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, 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 OrderAccessBean getOrder()
getOrder in interface ExtOrderProcessCmdpublic java.lang.Long getOrderRn()
getOrder()getOrderRn in interface ExtOrderProcessCmdpublic void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionpublic void setOrder(OrderAccessBean aabOrder)
setOrder in interface ExtOrderProcessCmdaabOrder - the OrderAccessBean for the Order that was processed.public void setOrderRn(java.lang.Long anOrderRn)
setOrder(OrderAccessBean aabOrder)setOrderRn in interface ExtOrderProcessCmdanOrderRn - the identifier of the Order that was processed.