FinalizeRefundCmdImplpublic class DoRefundCmdImpl extends TaskCommandImpl implements DoRefundCmd
DoRefund task command implementation.
This command handles the refund for the given order and Return Merchandise Authorization (RMA).
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 specified in the RMA |
| nReturnPolicyId | Long | The ID of the Return Business Policy |
Behavior:
UpdateTARefund Task command to update the
Refund records of the Trading Agreement.
CreditAccount command to debit the account
through an external Accounting System.
RefundPaymentPolicy specified
by the nReturnPolicyId. (The RefundPaymentPolicyCmd Command will in turn call the
DoRefundPolicy Command with the appropriate Payment
Policy ID.)
Error View Name:
ErrorCodes:
This command uses the following AccessBeans:
This command calls the following TaskCommands:
CreditAccountCmd
UpdateTARefundCmd
This command calls the following BusinessPolicyCommands:
defaultCommandClassName, ERRTASK_NAME, NAME| Constructor and Description |
|---|
DoRefundCmdImpl()
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 |
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 |
setReturnPolicyId(java.lang.Long nReturnPolicyId)
Deprecated.
Sets the returnPolicyId property of the command.
|
void |
setRMA(RMAAccessBean ab)
Deprecated.
Sets the Return Merchandise Authorization record that authorizes the return of the merchandise.
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, 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, waitexecuteFromCache, 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 boolean isReadyToCallExecute()
isReadyToCallExecute in interface com.ibm.websphere.command.CommandisReadyToCallExecute in class AbstractECTargetableCommandpublic void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionpublic 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 setOrder(OrderAccessBean ab)
setOrder in interface DoRefundCmdab - the OrderAccessBean representing the Order associated with
the Return Merchandise Authorization.public void setRefundAmount(java.math.BigDecimal refundAmount)
setRefundAmount in interface DoRefundCmdrefundAmount - the amount to be refunded in the currency specified in in the Return Merchandise Authorizationpublic void setReturnPolicyId(java.lang.Long nReturnPolicyId)
setReturnPolicyId in interface DoRefundCmdnReturnPolicyId - the Return Policy ID for this refundpublic void setRMA(RMAAccessBean ab)
setRMA in interface DoRefundCmdab - the RMAAccessBean for the Return Merchandise Authorization record