com.ibm.commerce.negotiation.commands

Interface CloseAuctionCmd

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


    public interface CloseAuctionCmd
    extends TaskCommand
    Interface being implemented from CloseAuctionCmdImpl
    • 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

      • getWinningBids

        java.util.Vector getWinningBids()
        Returns a vector of winning bids (as BidAccessBean).
        Returns:
        java.util.Vector
      • setAuctionAccessBean

        void setAuctionAccessBean(AuctionAccessBean aBean)
        Interface method to set auction access bean.
        Parameters:
        aBean - The auction access bean.
      • setAuctionReferenceNumber

        void setAuctionReferenceNumber(java.lang.Long s)
        Interface method to set auction reference number (also known as auction ID).
        Parameters:
        s - The auction ID.