public class CreditAccountCmdImpl extends TaskCommandImpl implements CreditAccountCmd
CreditAccountCmdImpl Task Command implementation class is called to credit
the customer account through an external accounting system.
This implementation class is empty. It is intended for third-parties to extend and write implementation code for integration with an external accounting system.
defaultCommandClassName, ERRTASK_NAME, NAME| Constructor and Description |
|---|
CreditAccountCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
performExecute()
Performs the main business logic of the command.
|
void |
reset()
Resets the instance variables of the command.
|
void |
setErrorViewName(java.lang.String sEVN)
Sets the error view to be used to report error.
|
void |
setOrder(OrderAccessBean ab)
Sets the order associated with the Return Merchandise Authorization.
|
void |
setRefundAmount(java.math.BigDecimal refundAmount)
Sets the refund amount in the currency specified in the Return Merchandise Authorization.
|
void |
setRMA(RMAAccessBean ab)
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, 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, 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 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 setErrorViewName(java.lang.String sEVN)
setErrorViewName in interface CreditAccountCmdsEVN - the Error View nameCreditAccountCmd.ERRTASK_NAMEpublic void setOrder(OrderAccessBean ab)
setOrder in interface CreditAccountCmdab - the OrderAccessBean of the orderpublic void setRefundAmount(java.math.BigDecimal refundAmount)
setRefundAmount in interface CreditAccountCmdrefundAmount - the amount to be refundedpublic void setRMA(RMAAccessBean ab)
setRMA in interface CreditAccountCmdab - the RMAAccessBean representing the Return Merchandise Authorization record