com.ibm.commerce.orderquotation.commands

Interface OrderQuotationCreateCmd

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


    public interface OrderQuotationCreateCmd
    extends ControllerCommand
    This Order controller command is used to create quotations received from the referral store. The default implementation of this command is OrderQuotationCreateCmdImpl. The OrderQuotationCreate 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.
    • Method Detail

      • setQuotationResponse

        void setQuotationResponse(QuotationResponse quotationResponse)
        Sets the quotation response.
        Parameters:
        quotationResponse - The quotation response.