public class AcceptRFQResponsesCmdImpl extends TaskCommandImpl implements AcceptRFQResponsesCmd
| Modifier and Type | Field and Description |
|---|---|
| static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
| Constructor and Description |
|---|
| AcceptRFQResponsesCmdImpl()
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
| java.lang.Long | getRfqId()
Gets RFQ ID.
|
| java.lang.Long[] | getRfqResponses()
Gets accepted response IDs.
|
| void | performExecute()
Sets the specified RFQ responses to the WON state.
|
| void | reset()
Reset the command.
|
| void | setRfqId(java.lang.Long rfqId)
Sets RFQ ID.
|
| void | setRfqResponses(java.lang.Long[] responseIds)
Sets accepted response IDs.
|
| void | validateParameters()
Checks if the RFQ id and the response ids have been set.
|
public static final java.lang.String COPYRIGHT
public AcceptRFQResponsesCmdImpl()
public void reset()
public java.lang.Long getRfqId()
public java.lang.Long[] getRfqResponses()
public void performExecute()
throws ECException
public void setRfqId(java.lang.Long rfqId)
public void setRfqResponses(java.lang.Long[] responseIds)
public void validateParameters()
throws ECException