com.ibm.commerce.payment.commands
Interface DoDepositPolicyCmd
-
- All Superinterfaces:
- BusinessPolicyCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
- All Known Implementing Classes:
- DoDepositCLCmdImpl, DoDepositTestCmdImpl
Deprecated.Replaced byDoPaymentActionsPolicyCmdImpl
public interface DoDepositPolicyCmd extends BusinessPolicyCommand
TheDoDepositPolicyCmd
Business Policy CommandThis command is called by the DoDepositCmdImpl Task command to deposit payment for the order according to the payment policy used.
- See Also:
DoDepositCLCmdImpl
,DoDepositPMCmdImpl
-
-
Field Summary
Fields 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.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods 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.-
Methods inherited from interface com.ibm.commerce.command.BusinessPolicyCommand
getPolicyId, getRequestProperties, setPolicyId, setRequestProperties
-
Methods inherited from interface com.ibm.websphere.command.CacheableCommand
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
-
Methods inherited from interface com.ibm.websphere.command.TargetableCommand
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
-
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
-
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
Deprecated.IBM copyright notice field.- See Also:
- Constant Field Values
-
NAME
static final java.lang.String NAME
Deprecated.The name of this command.- See Also:
- Constant Field Values
-
defaultCommandClassName
static final java.lang.String defaultCommandClassName
Deprecated.The default implementation of this command.- See Also:
- Constant Field Values
-
ERRTASK_NAME
static final java.lang.String ERRTASK_NAME
Deprecated.Name of the default error view for this command. The constant value of this field is "DoDepositErrorView".- See Also:
- Constant Field Values
-
-
Method Detail
-
setDepositAmount
void setDepositAmount(java.math.BigDecimal depositAmount)
Deprecated.Sets the depositAmount property of the command.- Parameters:
depositAmount
- the amount to be deposited.
-
setErrorViewName
void setErrorViewName(java.lang.String sEVN)
Deprecated.Sets the error view to be used to report error. This overrides the default error view of the command.- Parameters:
sEVN
- the Error View name
-
setOrder
void setOrder(OrderAccessBean abOrder)
Deprecated.Sets the order property of the command.- Parameters:
abOrder
- the OrderAccessBean of the Order whose payment is to be deposited
-
-