com.ibm.commerce.payment.extern
Interface DebitAccountCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- DebitAccountCmdImpl
- public interface DebitAccountCmd
- extends TaskCommand
The DebitAccountCmd
Task Command is called by the DoDepositCmdImpl
command implementation to debit the customer account through an external
accounting system.
Method Summary |
void |
setDepositAmount(java.math.BigDecimal depositAmount)
Sets the amount to be deposited. |
void |
setErrorViewName(java.lang.String sEVN)
Sets the optional error view name to be used in case of error. |
void |
setOrder(OrderAccessBean ab)
Sets the order for which payment is to be deposited. |
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 amount to be deposited.
setErrorViewName
public void setErrorViewName(java.lang.String sEVN)
- Sets the optional error view name to be used in case of error.
setOrder
public void setOrder(OrderAccessBean ab)
- Sets the order for which payment is to be deposited.