public class CSRReturnItemAddCmdImpl extends CSRReturnBaseCmdImpl implements CSRReturnItemAddCmd
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
ERRTASK_NAMEdefaultCommandClassName, NAME| Constructor and Description |
|---|
CSRReturnItemAddCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
AccessVector |
getResources()
Gets the access vector used by command.
|
java.util.Vector |
getReturnItemsToBeAdded()
Gets list of items to be added to Return.
|
void |
performExecute()
Calls executeReturnItemAdd.
|
void |
setReturnItemsToBeAdded(java.util.Vector newReturnItemsToBeAdded)
Sets list of items to be added to Return.
|
getCustomerId, getNLS, getOrigCmdContext, getOrigReqProperties, getRedirectURL, getReturnId, setCustomerId, setOrigCmdContext, setOrigReqProperties, setRedirectURL, setReturnId, traceFormat, validateParametersgetIfExePreCmdChains, getPreCmdChain, setIfExePreCmdChains, setPreCmdChaingetViewInputProperties, setRequestPropertiescheckPermission, fulfills, getForUserId, getGeneric, getOwner, getRequestProperties, getResolvedRequestProperties, getResourceOwners, getResponseProperties, getRetriable, isGeneric, isRetriable, mergeProperties, setForUserId, setGeneric, setOwner, setResponseProperties, setRetriable, setViewInputPropertiesaccessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, 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, waitcheckPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputPropertiesaccessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwnercheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getStoreId, getUser, getUserId, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersfulfills, getOwnerpublic static final java.lang.String COPYRIGHT
public AccessVector getResources() throws ECException
getResources in interface ECCommandgetResources in class CSRReturnBaseCmdImplECExceptionAccessVectorpublic java.util.Vector getReturnItemsToBeAdded()
public void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECException - If item is not successfully added to returnpublic void setReturnItemsToBeAdded(java.util.Vector newReturnItemsToBeAdded)
newReturnItemsToBeAdded - vector of hashtables where each hashtable represents data for a return item that will be passed to the ReturnItemAddCmd.