DoPaymentActionsPolicyCmdImpl
public interface DoDepositPolicyCmd extends BusinessPolicyCommand
DoDepositPolicyCmd
Business Policy Command
This command is called by the DoDepositCmdImpl Task command to deposit payment for the order according to the payment policy used.
DoDepositCLCmdImpl
,
DoDepositPMCmdImpl
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Deprecated.
IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
Deprecated.
The default implementation of this command.
|
static java.lang.String |
ERRTASK_NAME
Deprecated.
Name of the default error view for this command.
|
static java.lang.String |
NAME
Deprecated.
The name of this command.
|
Modifier and Type | Method and Description |
---|---|
void |
setDepositAmount(java.math.BigDecimal depositAmount)
Deprecated.
Sets the depositAmount property of the command.
|
void |
setErrorViewName(java.lang.String sEVN)
Deprecated.
Sets the error view to be used to report error.
|
void |
setOrder(OrderAccessBean abOrder)
Deprecated.
Sets the order property of the command.
|
getPolicyId, getRequestProperties, setPolicyId, setRequestProperties
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static 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 amount to be deposited.void setErrorViewName(java.lang.String sEVN)
sEVN
- the Error View namevoid setOrder(OrderAccessBean abOrder)
abOrder
- the OrderAccessBean of the Order whose payment is to be deposited