com.ibm.commerce.inventory.commands

Class AdjustReceiptCmdImpl

  • All Implemented Interfaces:
    com.ibm.commerce.base.helpers.EJBConstants, com.ibm.commerce.command.CacheableECCommand, ECCommand, ECTargetableCommand, TaskCommand, AdjustReceiptCmd, ECConstants, ECToolsConstants, 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 AdjustReceiptCmdImpl
    extends TaskCommandImpl
    implements AdjustReceiptCmd, ECConstants, ECToolsConstants, com.ibm.commerce.base.helpers.EJBConstants
    Default implementation of the InventoryAdjustCmd interface. Makes an adjustment to existing inventory by calling the adjustinventory database stored procedure.

    An adjustment can be made by marking down quantities in one or more RECEIPT rows (when the adjustment is negative). Adjustment can also be made by adding inventory to an existing RECEIPT row (when the adjustment is positive).

    See Also:
    Serialized Form