DoPaymentActionsPolicyCmdImplpublic class DoCancelTestCmdImpl extends BusinessPolicyCommandImpl implements DoCancelPolicyCmd
DoCancelPolicyCmd implementation class for the TestPaymentMethod policy.
This command uses the following AccessBeans:
This command does not call other TaskCommand.
defaultCommandClassName, ERRTASK_NAME, NAME| Constructor and Description |
|---|
DoCancelTestCmdImpl()
Deprecated.
DoCancelTestCmdImpl default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
performExecute()
Deprecated.
Performs the main business logic 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 DoCancelTestCmdImpl()
public void performExecute()
throws ECException
This command performs no real tasks for the TestPaymentMethod policy.
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionpublic void setErrorViewName(java.lang.String sEVN)
setErrorViewName in interface DoCancelPolicyCmdsEVN - the Error View nameDoCancelPolicyCmd.ERRTASK_NAMEpublic void setOrder(OrderAccessBean abOrder)
setOrder in interface DoCancelPolicyCmdabOrder - the OrderAccessBean representing the Order whose payment is to be canceled.