com.ibm.commerce.fulfillment.commands

Interface DeallocateExpectedInventoryCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, 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 Detail

      • COPYRIGHT

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

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

        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

        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.