public class CheckOrderAcceptanceCmdImpl extends TaskCommandImpl implements CheckOrderAcceptanceCmd
CheckOrderAcceptanceCmd task command interface.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
CheckOrderAcceptanceCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
performExecute()
Executes the main business logic of the command.
|
void |
setOrderId(java.lang.String astrOrderId)
Sets the identifier of the order to be checked.
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersexecuteFromCache, 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, setDefaultProperties, validateParameterspublic static final java.lang.String COPYRIGHT
public void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECApplicationException - the TradingAgreement for an OrderItem is of type Contract, but does
not have the active status. The _ERR_INVALID_TRADING message is passed, with a message parameter of the
TradingAgreement identifier.ECSystemException - an unexpected exception occurred. The _ERR_GENERIC message is passed. with
a message parameter of the String representation of the unexpected exception.ECExceptionpublic void setOrderId(java.lang.String astrOrderId)
setOrderId in interface CheckOrderAcceptanceCmdastrOrderId - the identifier of the order to be checked.