Interface for the command used to transmit requests for quotation Orders to one or more quote enabled referral stores.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT Copyright statement. |
static java.lang.String |
defaultCommandClassName The default implementation class name. |
static java.lang.String |
NAME The full class name for this interface file. |
Method Summary | |
---|---|
java.util.List |
getOrderQuotationRelIds() Gets the list of ids of the order quotation rel objects created. |
void |
setQuotationRequests(java.util.List theQuotationRequests)
Set the list of quotation requests that are to be
transmitted. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public void setQuotationRequests(java.util.List theQuotationRequests)
theQuotationRequests
- The quotation
requests.public java.util.List getOrderQuotationRelIds()