DoPaymentActionsPolicyCmdImpl
public class DoRefundCLCmdImpl extends BusinessPolicyCommandImpl implements DoRefundPolicyCmd
DoRefundPolicy
business policy
command implementation class is the default implementation class
for refunding payment for CreditLine.
Parameters:
Parameter Name | Type | Descriptions |
abRMA | RMAAccessBean | The RMAAccessBean for the Return Merchandise Authorization (RMA) record |
abOrder | OrderAccessBean | The OrderAccessBean of the order associated with the RMA |
bdRefundAmount | BigDecimal | The amount of the refund in the currency of the Order. |
errorViewName | String | Optional error view name passed in by the Caller. |
Behavior:
Default Error View Name:
ErrorCodes:
PaymentConstants.ERR_CODE_CURRENCY_CONVERT_FAIL
(1961)
- Currency conversion not available or failed.
PaymentConstants.ERR_CODE_CREDIT_LINE_NOT_AVAILABLE
(1981)
- Credit Line not available or no longer active.
This command uses the following AccessBeans:
AccountAccessBean
CreditLineAccessBean
OrderAccessBean
OrderPaymentMethodAccessBean
RMAAccessBean
StoreAccessBean
TradingAgreementAccessBean
This command does not call other TaskCommand.
defaultCommandClassName, ERRTASK_NAME, NAME
Constructor and Description |
---|
DoRefundCLCmdImpl()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isReadyToCallExecute()
Deprecated.
This method is called by the Command Framework to check if all basic mandatory
parameters have been set for this command.
|
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 that
authorizes the return of the merchandise..
|
getPolicyId, getRequestProperties, setPolicyId, setRequestProperties
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPolicyId, getRequestProperties, setPolicyId, setRequestProperties
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
public boolean isReadyToCallExecute()
isReadyToCallExecute
in interface com.ibm.websphere.command.Command
isReadyToCallExecute
in class AbstractECTargetableCommand
public void performExecute() throws ECException
performExecute
in interface ECCommand
performExecute
in interface com.ibm.websphere.command.TargetableCommand
performExecute
in class AbstractECTargetableCommand
ECException
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.Command
reset
in class AbstractECTargetableCommand
public void setErrorViewName(java.lang.String sEVN)
setErrorViewName
in interface DoRefundPolicyCmd
sEVN
- the Error View nameDoRefundPolicyCmd.ERRTASK_NAME
public void setOrder(OrderAccessBean ab)
setOrder
in interface DoRefundPolicyCmd
ab
- the OrderAccessBean representing the Order associated with
the Return Merchandise Authorization.public void setRefundAmount(java.math.BigDecimal refundAmount)
setRefundAmount
in interface DoRefundPolicyCmd
refundAmount
- the amount to be refunded.public void setRMA(RMAAccessBean ab)
setRMA
in interface DoRefundPolicyCmd
ab
- the RMAAccessBean