public class CancelExternalInventoryTaskCmdImpl extends ExternalInventoryBaseTaskCmdImpl implements CancelExternalInventoryTaskCmd
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.
|
Constructor and Description |
---|
CancelExternalInventoryTaskCmdImpl() |
Modifier and Type | Method and Description |
---|---|
OrderItemAccessBean | getOrderItem()
This method gets the Order Item
|
void | performExecute()
This method performs the main logic of the task command
|
void | reset()
This method resets the parameters
|
void | setOrderItem(OrderItemAccessBean argOrderItemAB)
This method sets the Order Item when canceling the inventory reservation of a single order item.
|
void | validateParameters()
This method performs server side parameter checking.
|
public static final java.lang.String COPYRIGHT
public void setOrderItem(OrderItemAccessBean argOrderItemAB)
public OrderItemAccessBean getOrderItem()
public void performExecute() throws ECException
public void reset()
public void validateParameters() throws ECException