public class SetCurrentPendingOrdersCmdImpl extends TaskCommandImpl implements SetCurrentPendingOrdersCmd
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
SetCurrentPendingOrdersCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getResult()
Checks if the result is valid.
|
void |
performExecute()
Executes main business logic of the command.
|
void |
setMemberId(java.lang.Long aMemberId)
Sets the id of the member whose pending orders are to be set current.
|
void |
setOrderList(java.util.Enumeration aOrdList)
Sets the list of the pending orders to be set current.
|
void |
setStoreId(java.lang.Integer aStoreId)
Sets the id of the store that owns the pending orders.
|
void |
validateParameters()
Checks mandatory parameters.
|
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, 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 boolean getResult()
getResult in interface SetCurrentPendingOrdersCmdpublic void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionpublic void setMemberId(java.lang.Long aMemberId)
setMemberId in interface SetCurrentPendingOrdersCmdaMemberId - member id.public void setOrderList(java.util.Enumeration aOrdList)
setOrderList in interface SetCurrentPendingOrdersCmdaOrdList - list of order access beanspublic void setStoreId(java.lang.Integer aStoreId)
setStoreId in interface SetCurrentPendingOrdersCmdaStoreId - store idpublic void validateParameters()
throws ECException
validateParameters in interface ECCommandvalidateParameters in class AbstractECTargetableCommandECException