com.ibm.commerce.payment.commands
Interface DoDepositPolicyCmd
- All Superinterfaces:
- BusinessPolicyCommand, ECCommand, TaskCommand
- All Known Implementing Classes:
- DoDepositCLCmdImpl, DoDepositTestCmdImpl, DoDepositPMCmdImpl
- public interface DoDepositPolicyCmd
- extends BusinessPolicyCommand
The DoDepositPolicyCmd
Business Policy Command
This handles the policy specified deposit method
Please look at build-in implementation,
DoDepositCLCmdImpl
and DoDepositPMCmdImpl
, for more detail
Method Summary |
void |
setDepositAmount(java.math.BigDecimal depositAmount)
Sets the depositAmount property of the command. |
void |
setErrorViewName(java.lang.String sEVN)
Optional error view name passed in by the Caller. |
void |
setOrder(OrderAccessBean abOrder)
Sets the order property of the command. |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
- The default implementation class.
ERRTASK_NAME
public static final java.lang.String ERRTASK_NAME
- Name of the Error View for this command.
The constant value of this field is "DoDepositErrorView".
NAME
public static final java.lang.String NAME
setDepositAmount
public void setDepositAmount(java.math.BigDecimal depositAmount)
- Sets the depositAmount property of the command.
- Parameters:
depositAmount
- the amount to be deposited.
setErrorViewName
public void setErrorViewName(java.lang.String sEVN)
- Optional error view name passed in by the Caller.
setOrder
public void setOrder(OrderAccessBean abOrder)
- Sets the order property of the command.
- Parameters:
abOrder
- the OrderAccessBean of the Order for which
is going to be deposited.