com.ibm.commerce.inventory.scheduled.commands

Class RAReallocateCmdImpl

  • All Implemented Interfaces:
    AccCommand, ControllerCommand, ECCommand, ECTargetableCommand, RAReallocateCmd, Protectable, 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 RAReallocateCmdImpl
    extends ControllerCommandImpl
    implements RAReallocateCmd
    This is the default implementation of the RAReallocateCmd controller command.

    Input parameters:

    • storeId
      • the store id.

    Behaviour:

    It is invoked by the WebSphere Commerce scheduler. This command reconciles expected inventory receipts for a given store to existing backorders to determine current expected ship dates. This is important because backorders may be deleted or expected inventory receipts may change, causing estimated ship dates to also change.

    This command invokes the following AccessBeans:

    • StoreAccessBean

    Task command called:

    None.
    See Also:
    Serialized Form