com.ibm.commerce.payment.commands
Interface UpdateTADepositRecordsCmd

All Superinterfaces:
ECCommand, TaskCommand
All Known Implementing Classes:
UpdateTADepositRecordsCmdImpl

public interface UpdateTADepositRecordsCmd
extends TaskCommand

Update Trading Agreement's Deposit Records for the given order.

Parameter:
Parameter Name Type Descriptions
order OrderAccessBean The Order Access Bean
depositAmount BigDecimal The amount of the deposit in the currency of the Order.

Behavior:

Error View Name: ErrorCodes:


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
          The default implementation class.
static java.lang.String ERRTASK_NAME
          Name of the Error View for this command.
static java.lang.String NAME
           
 
Method Summary
 void setDepositAmount(java.math.BigDecimal nDepositAmount)
          Sets the nDepositAmount 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
 

Field Detail

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
Method Detail

setDepositAmount

public void setDepositAmount(java.math.BigDecimal nDepositAmount)
Sets the nDepositAmount property of the command.
Parameters:
nDepositAmount - 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.