com.ibm.commerce.orderquotation.commands

Interface StoreRequestOrderQuotationCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    StoreRequestOrderQuotationCmdImpl


    public interface StoreRequestOrderQuotationCmd
    extends TaskCommand
    Interface for the command used to transmit requests for quotation Orders to one or more quote enabled referral stores.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        Copyright statement.
        See Also:
        Constant Field Values
      • NAME

        static final java.lang.String NAME
        The full class name for this interface file.
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class name. This is used if there is no record found in the CMDREG table.
    • Method Detail

      • setQuotationRequests

        void setQuotationRequests(java.util.List theQuotationRequests)
        Set the list of quotation requests that are to be transmitted.
        Parameters:
        theQuotationRequests - The quotation requests.
      • getOrderQuotationRelIds

        java.util.List getOrderQuotationRelIds()
        Gets the list of ids of the order quotation relation objects created.
        Returns:
        The list of order quotation relation ids.