com.ibm.commerce.orderquotation.commands

Class RequestOrderQuotationCmdImpl

    • Constructor Detail

      • RequestOrderQuotationCmdImpl

        public RequestOrderQuotationCmdImpl()
        Constructor for RequestOrderQuotationCmdImpl
    • Method Detail

      • setQuotationRequests

        public void setQuotationRequests(java.util.List theQuotationRequests)
        Set the list of quotation requests that are to be transmitted.
        Specified by:
        setQuotationRequests in interface RequestOrderQuotationCmd
        Parameters:
        theQuotationRequests - The list of quotation requests. The list consists of com.ibm.commerce.orderquotation.commands.QuotationRequest objects.
      • reset

        public void reset()
        Resets the command.
        Specified by:
        reset in interface com.ibm.websphere.command.Command
        Overrides:
        reset in class AbstractECTargetableCommand
      • getQuotationRequests

        public java.util.List getQuotationRequests()
        Gets the quotationRequests
        Returns:
        The list of quotation requests. The list consists of com.ibm.commerce.orderquotation.commands.QuotationRequest objects.
      • getOrderQuotationRelIds

        public java.util.List getOrderQuotationRelIds()
        Gets the list of ids of the order quotation relation objects created.
        Specified by:
        getOrderQuotationRelIds in interface RequestOrderQuotationCmd
        Returns:
        The list of order quotation relation ids.