public interface ExtOrderProcessCmd extends TaskCommand
OrderProcessCmd
controller command.
OrderProcessCmd controller command. It is called by the default implementation
of the OrderProcessCmd controller command just before it completes execution.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The name of the default implementation class for this command interface.
|
static java.lang.String |
NAME
The name of this command interface.
|
| 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 |
setOrder(OrderAccessBean aabOrder)
Sets the OrderAccessBean for the Order that was processed.
|
void |
setOrderRn(java.lang.Long abOrderRn)
Deprecated.
Replaced by
setOrder(OrderAccessBean aabOrder) |
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
OrderAccessBean getOrder()
java.lang.Long getOrderRn()
getOrder()void setOrder(OrderAccessBean aabOrder)
aabOrder - the OrderAccessBean for the Order that was processed.void setOrderRn(java.lang.Long abOrderRn)
setOrder(OrderAccessBean aabOrder)abOrderRn - the identifier of the Order that was processed.