|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.command.AbstractECCommand | +--com.ibm.commerce.command.TaskCommandImpl | +--com.ibm.commerce.payment.commands.UpdateTADepositRecordsCmdImpl
Default UpdateTADepositRecords
task command implementation.
Fields inherited from class com.ibm.commerce.command.AbstractECCommand |
commandContext |
Fields inherited from interface com.ibm.commerce.payment.commands.UpdateTADepositRecordsCmd |
COPYRIGHT, defaultCommandClassName, ERRTASK_NAME, NAME |
Constructor Summary | |
UpdateTADepositRecordsCmdImpl()
|
Method Summary | |
void |
performExecute()
Performs the main business logic of the command. |
void |
reset()
This method is called after a command has been executed to reset its states variables. |
void |
setDepositAmount(java.math.BigDecimal depositAmount)
Sets the nDepositAmount property of the command. |
void |
setOrder(OrderAccessBean ab)
The order to be deposited. |
Methods inherited from class com.ibm.commerce.command.AbstractECCommand |
accessControlCheck, checkIsAllowed, checkResourcePermission, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
Constructor Detail |
public UpdateTADepositRecordsCmdImpl()
Method Detail |
public void performExecute() throws ECException
performExecute
in interface ECCommand
performExecute
in class AbstractECCommand
com.ibm.commerce.command.ECCommand
com.ibm.commerce.command.CommandException
- The superclass for all ECExceptions.public void reset()
AbstractECCommand
reset
in class AbstractECCommand
public void setDepositAmount(java.math.BigDecimal depositAmount)
UpdateTADepositRecordsCmd
setDepositAmount
in interface UpdateTADepositRecordsCmd
com.ibm.commerce.payment.commands.UpdateTADepositRecordsCmd
nDepositAmount
- the amount to be deposited.public void setOrder(OrderAccessBean ab)
setOrder
in interface UpdateTADepositRecordsCmd
com.ibm.commerce.payment.commands.UpdateTADepositRecordsCmd
abOrder
- the OrderAccessBean of the Order.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |