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.
|
defaultCommandClassName, NAME| 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.
|
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 RejectRFQResponsesCmdImpl()
public void reset()
reset in interface com.ibm.websphere.command.Commandreset in class AbstractECTargetableCommandpublic java.lang.Long getRfqId()
getRfqId in interface RejectRFQResponsesCmdpublic java.lang.Long[] getRfqResponses()
getRfqResponses in interface RejectRFQResponsesCmdpublic void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionECCommand#performExecute()public void setRfqId(java.lang.Long rfqId)
setRfqId in interface RejectRFQResponsesCmdrfqId - The Long RFQ id for the responses.public void setRfqResponses(java.lang.Long[] responseIds)
setRfqResponses in interface RejectRFQResponsesCmdresponseIds - A Long array of response ids in which
to reject.public void validateParameters()
throws ECException
validateParameters in interface ECCommandvalidateParameters in class AbstractECTargetableCommandECException.ECExceptionECCommand#validateParameters()