public class CheckAccountPaymentCmdImpl extends TaskCommandImpl implements CheckAccountPaymentCmd
CheckAccountPaymentCmdImpl Task Command implementation class is called to check
the payment against 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 |
|---|
CheckAccountPaymentCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getReturnCode()
Returns the String return code indicating the approval status of the payment for the specified
order.
|
void |
performExecute()
Performs the main business logic of the command.
|
void |
reset()
Resets the instance variables of the command.
|
void |
setApproveAmount(java.math.BigDecimal approveAmount)
The amount of the order to be checked and reapproved if necessary.
|
void |
setErrorViewName(java.lang.String sEVN)
Sets the error view to be used to report error.
|
void |
setOrder(OrderAccessBean ab)
Sets the order for which payment is to be checked.
|
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 java.lang.String getReturnCode()
Possible values for the return code String are:
getReturnCode in interface CheckAccountPaymentCmdpublic 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 setApproveAmount(java.math.BigDecimal approveAmount)
setApproveAmount in interface CheckAccountPaymentCmdapproveAmount - the amount in the currency of the orderpublic void setErrorViewName(java.lang.String sEVN)
setErrorViewName in interface CheckAccountPaymentCmdsEVN - the Error View nameCheckAccountPaymentCmd.ERRTASK_NAMEpublic void setOrder(OrderAccessBean ab)
setOrder in interface CheckAccountPaymentCmdab - the OrderAccessBean representing the order