com.ibm.commerce.negotiation.commands

Interface SetWinnerCmd

  • 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:
    SetWinnerCmdImpl


    public interface SetWinnerCmd
    extends TaskCommand
    Interface for the command that determines the winners for an auction.
    • 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()
        Gets the vector of winning bids.
        Returns:
        The winning bids.
      • setAuctionAccessBean

        void setAuctionAccessBean(AuctionAccessBean i)
        Sets the auction access bean.
        Parameters:
        i - The auction access bean.
      • setAuctionReferenceNumber

        void setAuctionReferenceNumber(java.lang.Long i)
        Sets the auction ID
        Parameters:
        i - The auction ID.
      • setItemReferenceNumber

        void setItemReferenceNumber(java.lang.Long i)
        Sets the item(product) reference number.
        Parameters:
        i - The item(product) reference number.