public class AcceptRFQResponsesCmdImpl extends TaskCommandImpl implements AcceptRFQResponsesCmd
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
defaultCommandClassName, NAME| 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.
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiespublic static final java.lang.String COPYRIGHT
public AcceptRFQResponsesCmdImpl()
public void reset()
reset in interface com.ibm.websphere.command.Commandreset in class AbstractECTargetableCommandpublic java.lang.Long getRfqId()
getRfqId in interface AcceptRFQResponsesCmdpublic java.lang.Long[] getRfqResponses()
getRfqResponses in interface AcceptRFQResponsesCmdpublic void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionpublic void setRfqId(java.lang.Long rfqId)
setRfqId in interface AcceptRFQResponsesCmdrfqId - The Long RFQ id for the responses.public void setRfqResponses(java.lang.Long[] responseIds)
setRfqResponses in interface AcceptRFQResponsesCmdresponseIds - A Long arrays of response ids in which
to accept.public void validateParameters()
throws ECException
validateParameters in interface ECCommandvalidateParameters in class AbstractECTargetableCommandECException.ECException