public class RequestOrderQuotationCmdImpl extends TaskCommandImpl implements RequestOrderQuotationCmd
Constructor and Description |
---|
RequestOrderQuotationCmdImpl()
Constructor for RequestOrderQuotationCmdImpl
|
Modifier and Type | Method and Description |
---|---|
java.util.List | getOrderQuotationRelIds()
Gets the list of ids of the order quotation relation objects created.
|
java.util.List | getQuotationRequests()
Gets the quotationRequests
|
void | performExecute()
Execute the command.
|
void | reset()
Resets the command.
|
void | setQuotationRequests(java.util.List theQuotationRequests)
Set the list of quotation requests that are to be transmitted.
|
void | validateParameters()
Check mandatory parameters.
|
public RequestOrderQuotationCmdImpl()
public void setQuotationRequests(java.util.List theQuotationRequests)
public void performExecute() throws ECException
public void reset()
public void validateParameters() throws ECException
public java.util.List getQuotationRequests()
public java.util.List getOrderQuotationRelIds()