com.ibm.commerce.fulfillment.commands
Interface DeallocateExistingInventoryCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
DeallocateExistingInventoryCmdImpl

public interface DeallocateExistingInventoryCmd
extends TaskCommand

Deallocates existing inventory for a particular order item.


Field Summary
static java.lang.String COPYRIGHT
          IBM copyright notice field.
static java.lang.String defaultCommandClassName
          The name of the default implementation of this task command interface.
static java.lang.String NAME
          The name of this task command interface.
 
Method Summary
 void setOrderItem( OrderItemAccessBean anOrderItem)           Sets the order item for which existing inventory is to be deallocated.
 

Field Detail
public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of this task command interface.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The name of the default implementation of this task command interface.
See Also:
Constant Field Values
Method Detail

setOrderItem

public void setOrderItem(OrderItemAccessBean anOrderItem)
Sets the order item for which existing inventory is to be deallocated.
Parameters:
anOrderItem - the order item for which existing inventory is to be deallocated.