com.ibm.commerce.negotiation.commands
Interface DoDepositPaymentCmd

All Superinterfaces:
ECCommand, RecordAuctionPaymentCmd, TaskCommand
All Known Implementing Classes:
DoDepositPaymentCmdImpl

public interface DoDepositPaymentCmd
extends RecordAuctionPaymentCmd

Interface to record the deposit for a bid


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Methods inherited from interface com.ibm.commerce.negotiation.commands.RecordAuctionPaymentCmd
getAmount, getBidId, getBidPaymentId, getComment, getEncryptedPaymentInfo, getEncryption, getPaymentType, setActionType, setAmount, setBidId, setComment, setEncryptedPaymentInfo, setEncryption, setPaymentType
 
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

NAME

public static final java.lang.String NAME