public class RejectRFQResponsesCmdImpl extends TaskCommandImpl implements RejectRFQResponsesCmd
This is the default implementation of the RejectRFQResponsesCmd. This command uses the following AccessBeans:
| Modifier and Type | Field and Description |
|---|---|
| static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
| Constructor and Description |
|---|
| RejectRFQResponsesCmdImpl()
RejectRFQCmdImpl constructor comment.
|
| Modifier and Type | Method and Description |
|---|---|
| java.lang.Long | getRfqId()
Gets RFQ ID.
|
| java.lang.Long[] | getRfqResponses()
Get rejected response IDs.
|
| void | performExecute()
Sets the specified RFQ responses to the Lost state.
|
| void | reset()
Reset the command.
|
| void | setRfqId(java.lang.Long rfqId)
Sets RFQ ID.
|
| void | setRfqResponses(java.lang.Long[] responseIds)
Set rejected response IDs.
|
| void | validateParameters()
Checks if the RFQ id and the response ids have been set.
|
public static final java.lang.String COPYRIGHT
public RejectRFQResponsesCmdImpl()
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