com.ibm.commerce.negotiation.commands
Interface OpenCryBidsTaskCmd

All Superinterfaces:
ECCommand, ProcessTaskCmd
All Known Implementing Classes:
OpenCryBidsTaskCmdImpl

public interface OpenCryBidsTaskCmd
extends ProcessTaskCmd

Process Open Cry Bids Interface.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
          The default implementation class is "com.ibm.commerce.negotiation.commands.OpenCryBidsTaskCmd".
static java.lang.String NAME
           
 
Method Summary
 java.util.Vector getActiveBids()
          Get the list of active bids for this open cry auction.
 java.math.BigDecimal getNewBestBidPrice()
          Return the best bid price after this task is executed.
 java.math.BigDecimal getOldBestBidPrice()
          Return the best bid price before this task is executed.
 
Methods inherited from interface com.ibm.commerce.negotiation.commands.ProcessTaskCmd
setDataHandle, setErrorTaskName
 
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 is "com.ibm.commerce.negotiation.commands.OpenCryBidsTaskCmd".

NAME

public static final java.lang.String NAME
Method Detail

getActiveBids

public java.util.Vector getActiveBids()
Get the list of active bids for this open cry auction.
Returns:
java.util.Vector

getNewBestBidPrice

public java.math.BigDecimal getNewBestBidPrice()
Return the best bid price after this task is executed.
Returns:
java.math.BigDecimal

getOldBestBidPrice

public java.math.BigDecimal getOldBestBidPrice()
Return the best bid price before this task is executed.
Returns:
java.math.BigDecimal