DoPaymentActionsPolicyCmdImplpublic class DoDepositTestCmdImpl extends BusinessPolicyCommandImpl implements DoDepositPolicyCmd
DoDepositPolicyCmd implementation class for the TestPaymentMethod policy.
This command is not supported for the TestPaymentMethod policy and will throw an ECSystemException
if this command implementation is invoked by mistake.
This command uses the following AccessBeans:
This command does not call other TaskCommand.
defaultCommandClassName, ERRTASK_NAME, NAME| Constructor and Description |
|---|
DoDepositTestCmdImpl()
Deprecated.
DoDepositTestCmdImpl constructor comment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
performExecute()
Deprecated.
Performs the main business logic of the command.
|
void |
setDepositAmount(java.math.BigDecimal depositAmount)
Deprecated.
Sets the depositAmount property of the command.
|
void |
setErrorViewName(java.lang.String sEVN)
Deprecated.
Sets the error view to be used to report error.
|
void |
setOrder(OrderAccessBean abOrder)
Deprecated.
Sets the order property of the command.
|
getPolicyId, getRequestProperties, setPolicyId, setRequestPropertiesaccessControlCheck, 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, waitgetPolicyId, getRequestProperties, setPolicyId, setRequestPropertiesexecuteFromCache, 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 DoDepositTestCmdImpl()
public void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionpublic void setDepositAmount(java.math.BigDecimal depositAmount)
setDepositAmount in interface DoDepositPolicyCmddepositAmount - the amount to be deposited.public void setErrorViewName(java.lang.String sEVN)
setErrorViewName in interface DoDepositPolicyCmdsEVN - the Error View nameDoDepositPolicyCmd.ERRTASK_NAMEpublic void setOrder(OrderAccessBean abOrder)
setOrder in interface DoDepositPolicyCmdabOrder - the OrderAccessBean of the Order whose payment is to be deposited