public interface ProcessOrderCmd extends TaskCommand
ProcessOrder
SDO from an order ID or order access bean and make the
ProcessOrderservice request with it and the
invocation service action specified.
The default implementation of this command is
ProcessOrderCmdImpl.OrderClientFacadeImpl,
InvocationService| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ACTION_TRANSFER_ORDER
The invocation service action
TransferOrder. |
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation of this command.
|
static java.lang.String |
NAME
The full name of this command.
|
| Modifier and Type | Method and Description |
|---|---|
com.ibm.commerce.order.datatypes.AcknowledgeOrderType |
getAcknowledgeOrder()
Returns the
AcknowledgeOrder SDO. |
void |
setAction(java.lang.String astrAction)
Sets the invocation service action.
|
void |
setOrder(OrderAccessBean aabOrder)
Sets the order access bean.
|
void |
setOrderId(java.lang.Long anOrderId)
Sets the order ID.
|
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
static final java.lang.String ACTION_TRANSFER_ORDER
TransferOrder.void setAction(java.lang.String astrAction)
astrAction - the invocation service action.void setOrderId(java.lang.Long anOrderId)
anOrderId - the order ID.void setOrder(OrderAccessBean aabOrder)
aabOrder - the order access bean.com.ibm.commerce.order.datatypes.AcknowledgeOrderType getAcknowledgeOrder()
AcknowledgeOrder SDO.AcknowledgeOrder SDO.