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 |
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.
|
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
static final java.lang.String COPYRIGHT
void setOrderItem(OrderItemAccessBean argOrderItemAB)
OrderItemAccessBean getOrderItem()