public interface ProcessOrderInventoryCmd extends TaskCommand
Name | Description |
---|---|
orderItem |
the orderItem that need process inventory |
action |
the action that need perform |
order |
the order that need process inventory |
SDO
GetProductAvailabilityCmdImpl
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACTION_CANCEL_INVENTORY
The invocation service action
CancelOrderInventory . |
static java.lang.String |
ACTION_CHECK_INVENTORY
The invocation service action
CheckOrderInventory . |
static java.lang.String |
ACTION_RESERVE_INVENTORY
The invocation service action
ReserveOrderInventory . |
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.inventory.datatypes.AcknowledgeOrderInventoryType |
getAcknowledgeOrderInventory()
This method gets the AcknowledgeOrderInventory
SDO |
OrderItemAccessBean |
getOrderItem()
This method gets the Order Item
|
void |
setAction(java.lang.String astrAction)
This method sets the action
|
void |
setOrder(OrderAccessBean aabOrder)
This method sets the OrderInventory
SDO |
void |
setOrderItem(OrderItemAccessBean argOrderItemAB)
This method sets the Order Item
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static final java.lang.String ACTION_CHECK_INVENTORY
CheckOrderInventory
.static final java.lang.String ACTION_RESERVE_INVENTORY
ReserveOrderInventory
.static final java.lang.String ACTION_CANCEL_INVENTORY
CancelOrderInventory
.static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setAction(java.lang.String astrAction)
astrAction
- The istrAction to set.void setOrder(OrderAccessBean aabOrder)
SDO
aabOrder
- The orderInventory SDO
to set.com.ibm.commerce.inventory.datatypes.AcknowledgeOrderInventoryType getAcknowledgeOrderInventory()
SDO
SDO
void setOrderItem(OrderItemAccessBean argOrderItemAB)
argOrderItemAB
- order item to setOrderItemAccessBean getOrderItem()