com.ibm.commerce.orderquotation.commands

Interface OrderQuotationRequestCmd

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


    public interface OrderQuotationRequestCmd
    extends ControllerCommand
    This Order controller command is used to request quotations, from referral stores, for a shopping cart.

    The default implementation of this command is OrderQuotationRequestCmdImpl. The OrderQuotationRequestCmd 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.
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation of this command.