public interface DebitAccountCmd extends TaskCommand
DebitAccountCmd Task Command is called by the DoDepositCmdImpl
command implementation to debit the customer account through an external
accounting system.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation of this command.
|
static java.lang.String |
ERRTASK_NAME
Name of the default error view for this command.
|
static java.lang.String |
NAME
The name of this command.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setDepositAmount(java.math.BigDecimal depositAmount)
Sets the amount to be deposited in the currency of the order.
|
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 deposited.
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
static final java.lang.String ERRTASK_NAME
void setDepositAmount(java.math.BigDecimal depositAmount)
depositAmount - the deposit amountvoid setErrorViewName(java.lang.String sEVN)
sEVN - the Error View namevoid setOrder(OrderAccessBean ab)
ab - the OrderAccessBean of the order