com.ibm.commerce.fulfillment.commands
Interface DeallocateExpectedInventoryCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
DeallocateExpectedInventoryCmdImpl

public interface DeallocateExpectedInventoryCmd
extends TaskCommand

Deallocates expected inventory for a particular order item at a particular fulfillment center.


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 expected 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 expected inventory is to be deallocated.
Parameters:
anOrderItem - the order item for which expected inventory is to be deallocated.