com.ibm.commerce.orderitems.commands

Interface InventoryAllocationCheckCmd

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


    public interface InventoryAllocationCheckCmd
    extends ControllerCommand
    This controller command is used to redirect to a specified URL based on the status of the order items in specified orders. And then categorize order items into lists for display.

    This command accepts enumeration type of parameters. That is, it accepts parameterName_i=parameterValue.

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