public interface CancelExternalInventoryTaskCmd extends ExternalInventoryBaseTaskCmd
Name | Description |
---|---|
CallerCommandName |
the command that invokes the DoInventoryAction |
action |
the action that indicates canceling inventory |
orderIds |
the Ids of the order that need cancel inventory |
OrderItem |
the order items that need cancel inventory, if this parameter is provided, the orderIds will be ignored |
ProcessOrderInventoryCmd
ProcessOrderInventoryResponseTaskCmd
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.CancelExternalInventoryTaskCmdImpl".
|
static java.lang.String |
NAME
command name
|
Modifier and Type | Method and Description |
---|---|
OrderItemAccessBean |
getOrderItem()
This method gets the Order Item
|
void |
setOrderItem(OrderItemAccessBean argOrderItemAB)
This method sets the Order Item when canceling the inventory reservation of a single order item.
|
getAction, getCallerCommandName, getExternalOMSRA, getOrderIds, setAction, setCallerCommandName, setOrderIds
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 NAME
static final java.lang.String defaultCommandClassName
static final java.lang.String COPYRIGHT
void setOrderItem(OrderItemAccessBean argOrderItemAB)
argOrderItemAB
- OrderItemAccessBean getOrderItem()
argOrderItemAB
-