com.ibm.commerce.inventory.commands

Class ManageInventoryCmdImpl

  • All Implemented Interfaces:
    com.ibm.commerce.command.CacheableECCommand, ECCommand, ECTargetableCommand, TaskCommand, ManageInventoryCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class ManageInventoryCmdImpl
    extends TaskCommandImpl
    implements ManageInventoryCmd
    This is the default implementation of the ManageInventoryCmd task command.

    Behaviour:

    • If the passed iAction is 1, call adjustInventory() to adjust the inventory.
    • If the passed iAction is 2, call createInventory() to create the inventory.
    • If the passed iAction is other value, call doMoreAction() to do more inventory actions.

    Task commands used:

    • CreateReceiptCmd
    • AdjustInventoryCmd
    See Also:
    Serialized Form