com.ibm.commerce.orderquotation.commands
Interface RequestOrderQuotationCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
RequestOrderQuotationCmdImpl

public interface RequestOrderQuotationCmd
extends TaskCommand

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)           Sets the list of quotation requests that are to be transmitted.
 

Field Detail
public static final java.lang.String COPYRIGHT
Copyright statement.
See Also:
Constant Field Values

NAME

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

defaultCommandClassName

public 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

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

getOrderQuotationRelIds

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