com.ibm.commerce.inventory.scheduled.commands

Interface ReleaseExpiredAllocationsCmd

  • 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:
    ReleaseExpiredAllocationsCmdImpl


    public interface ReleaseExpiredAllocationsCmd
    extends ControllerCommand
    This controller command is invoked by the WebSphere Commerce scheduler.It releases order item allocations that have exceeded their expiration times.

    Controller command URL calling syntax

    https://host_name/path/ReleaseExpiredAllocationsCmd?storeId=storeId

    Parameters

    storeId (mandatory)
    The store id to run the command against.

    The default implementation of this command is ReleaseExpiredAllocationsCmdImpl. The ReleaseExpiredAllocations 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