com.ibm.commerce.payment.commands
Interface DoDepositCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- DoDepositCmdImpl
- public interface DoDepositCmd
- extends TaskCommand
The DoDepositCmd
Task Command
Please look at the default implementation, DoDepositCmdImpl
, for more detail
Method Summary |
void |
setDepositAmount(java.math.BigDecimal depositAmount)
Sets the depositAmount property of the command. |
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.
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.