com.ibm.commerce.inventory.scheduled.commands

Interface RAReallocateCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
    All Known Implementing Classes:
    RAReallocateCmdImpl


    public interface RAReallocateCmd
    extends ControllerCommand
    This controller command is invoked by the WebSphere Commerce scheduler, this command calls the raallocation database stored procedure to reconcile existing backorders with existing expected inventory receipts for the given store. The default implementation of this command is RAReallocateCmdImpl. The RAReallocate URL is mapped to this command by default.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The IBM copyright notice field.
        See Also:
        Constant Field Values
      • NAME

        static final java.lang.String NAME
        The full name of this command.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation of this command.
        See Also:
        Constant Field Values