DoPaymentActionsPolicyCmdImplpublic class DoRefundTestCmdImpl extends BusinessPolicyCommandImpl implements DoRefundPolicyCmd
DoRefundPolicyCmd implementation class for the TestPaymentMethod policy.
This sample command creates a row in the OrdPayMthd Table to represent the Refund due to the customer.
This command uses the following AccessBeans:
This command does not call other TaskCommand.
defaultCommandClassName, ERRTASK_NAME, NAME| Constructor and Description |
|---|
DoRefundTestCmdImpl()
Deprecated.
DoRefundTestCmdImpl default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
performExecute()
Deprecated.
Performs the main business logic of the command.
|
void |
reset()
Deprecated.
Resets the instance variables of the command.
|
void |
setErrorViewName(java.lang.String sEVN)
Deprecated.
Sets the error view to be used to report error.
|
void |
setOrder(OrderAccessBean ab)
Deprecated.
Sets the order property of the command.
|
void |
setRefundAmount(java.math.BigDecimal refundAmount)
Deprecated.
Sets the refundAmount property of the command.
|
void |
setRMA(RMAAccessBean ab)
Deprecated.
Sets the RMA AccessBean representing the Return Merchandise Authorization record.
|
getPolicyId, getRequestProperties, setPolicyId, setRequestPropertiesaccessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, 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 DoRefundTestCmdImpl()
public void reset()
This is useful if the command instance is to be called multiple times with different command parameters.
reset in interface com.ibm.websphere.command.Commandreset in class AbstractECTargetableCommandpublic void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionpublic void setErrorViewName(java.lang.String sEVN)
setErrorViewName in interface DoRefundPolicyCmdsEVN - the Error View nameDoRefundPolicyCmd.ERRTASK_NAMEpublic void setOrder(OrderAccessBean ab)
setOrder in interface DoRefundPolicyCmdab - the OrderAccessBean representing the Order associated with
the Return Merchandise Authorization.public void setRefundAmount(java.math.BigDecimal refundAmount)
setRefundAmount in interface DoRefundPolicyCmdrefundAmount - the amount to be refunded.public void setRMA(RMAAccessBean ab)
setRMA in interface DoRefundPolicyCmdab - the RMAAccessBean