com.ibm.commerce.negotiation.commands

Interface OpenCryBidsTaskCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, ProcessTaskCmd, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    OpenCryBidsTaskCmdImpl


    public interface OpenCryBidsTaskCmd
    extends ProcessTaskCmd
    Process open cry bids interface.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
      • NAME

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

        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

        java.util.Vector getActiveBids()
        Gets the list of active bids for this open cry auction.
        Returns:
        java.util.Vector
      • getNewBestBidPrice

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

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