public interface ProcessOrderInventoryResponseTaskCmd extends TaskCommand
| Name | Description |
|---|---|
CallerCommandName |
the command that invokes the DoInventoryAction |
action |
the action that indicates how to deal with inventory |
order |
the order that need perform inventory action |
OrderInventory |
the OrderInventory SDO |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
static java.lang.String |
defaultCommandClassName
The default implementation class is "com.ibm.commerce.inventory.commands.ReserveExternalInventoryTaskCmdImpl".
|
static java.lang.String |
NAME
interface name
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAction()
This method gets the action
|
OrderAccessBean |
getOrder()
This method gets the order
|
com.ibm.commerce.inventory.datatypes.OrderInventoryType |
getOrderInventory()
This method gets the orderInventory
SDO |
void |
setAction(int argAction)
This method sets the action
|
void |
setOrder(OrderAccessBean argIabOrder)
This method sets the order
|
void |
setOrderInventory(com.ibm.commerce.inventory.datatypes.OrderInventoryType argOrderInventory)
This method sets the orderInventory
SDO |
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
int getAction()
void setAction(int argAction)
argAction - OrderAccessBean getOrder()
void setOrder(OrderAccessBean argIabOrder)
argIabOrder - The iabOrder to set.com.ibm.commerce.inventory.datatypes.OrderInventoryType getOrderInventory()
SDOvoid setOrderInventory(com.ibm.commerce.inventory.datatypes.OrderInventoryType argOrderInventory)
SDOargOrderInventory - The orderInventory to set.