com.ibm.commerce.negotiation.commands
Interface OpenCryBidsTaskCmd

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

public interface OpenCryBidsTaskCmd
extends ProcessTaskCmd

Process Open Cry Bids Interface.


Field Summary
static java.lang.String COPYRIGHT
          Copyright statement.
static java.lang.String defaultCommandClassName
          The default implementation class name.
static java.lang.String NAME
          The full class name for this interface file.
 
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
 

Field Detail
public static final java.lang.String COPYRIGHT
Copyright statement.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The full class name for this interface file.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class name. This is used if there is no record found in the CMDREG table.
See Also:
Constant Field Values
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