com.ibm.commerce.fulfillment.commands

Interface DeallocateExistingInventoryCmd

  • 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:
    DeallocateExistingInventoryCmdImpl


    public interface DeallocateExistingInventoryCmd
    extends TaskCommand
    Deallocates existing inventory for a particular order item.
    • 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 existing inventory is to be deallocated.
        Parameters:
        anOrderItem - the order item for which existing inventory is to be deallocated.