com.ibm.commerce.inventory.facade.server.commands

Class ProcessInventoryRequirementCmdImpl

  • All Implemented Interfaces:
    BusinessObjectDocumentCmd, ProcessInventoryRequirementCmd, 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 ProcessInventoryRequirementCmdImpl
    extends AbstractProcessBusinessObjectDocumentCmdImpl
    implements ProcessInventoryRequirementCmd
    The controller command to process the InventoryRequirementType. Based on the action code, it will invoke different task commands. For action code: CheckInventory, it will invoke task command from cmdreg with interface and key: ProcessInventoryRequirementActionCmd+CheckInventory; For action code: ReserveInventory, it will invoke task command from cmdreg with interface and key: ProcessInventoryRequirementActionCmd+ReserveInventory; For action code: CancelInventoryReservation, it will invoke task command from cmdreg with interface and key: ProcessInventoryRequirementActionCmd+CancelInventoryReservation; For action code: DecrementCache, it will invoke task command from cmdreg with interface and key: ProcessInventoryRequirementActionCmd+DecrementCache;
    See Also:
    Serialized Form