com.ibm.commerce.rfq.commands

Interface RFQResponseBaseCmd

    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field
        See Also:
        Constant Field Values
    • Method Detail

      • getCommentsRFQLevelList

        java.util.Vector getCommentsRFQLevelList()
        Gets the comments list
      • setResponseAcceptaction

        void setResponseAcceptaction(java.lang.String s,
                                     boolean isReq)
                              throws ECException
        Sets the accept action from the tools XML object and stores it in a member variable.
        Parameters:
        s - The parameter name to look for in the tools XML objects.
        isReq - true if it is a mandatory parameter, false otherwise.
        Throws:
        ECException
      • setFfmcenterObj

        void setFfmcenterObj(java.lang.String s,
                             boolean isReq)
                      throws ECException
        Sets the fulfillment center information from the tools XML object and stores it in a member variable.
        Parameters:
        s - The parameter name to look for in the tools XML objects.
        isReq - true if it is a mandatory parameter, false otherwise.
        Throws:
        ECException
      • setRequestId

        void setRequestId(java.lang.String s,
                          boolean isReq)
                   throws ECException
        Sets the request id from the tools XML object and stores it in a member variable.
        Parameters:
        s - <>The parameter name to look for in the tools XML objects.
        isReq - true if it is a mandatory parameter, false otherwise.
        Throws:
        ECException
      • setResponseName

        void setResponseName(java.lang.String s,
                             boolean isReq)
                      throws ECException
        Sets the response name from the tools XML object and stores it in a member variable.
        Parameters:
        s - The parameter name to look for in the tools XML objects.
        isReq - true if it is a mandatory parameter, false otherwise.
        Throws:
        ECException
      • setResponseRemarks

        void setResponseRemarks(java.lang.String s,
                                boolean isReq)
                         throws ECException
        Sets the response remarks from the tools XML object and stores it in a member variable.
        Parameters:
        s - The parameter name to look for in the tools XML objects.
        isReq - true if it is a mandatory parameter, false otherwise.
        Throws:
        ECException
      • setResProductsList

        void setResProductsList(java.lang.String name,
                                boolean isReq)
                         throws ECException
        Sets the response product list from the tools XML object and stores it in a member variable.
        Parameters:
        name - The parameter name to look for in the tools XML objects.
        isReq - true if it is a mandatory parameter, false otherwise.
        Throws:
        ECException