com.ibm.commerce.negotiation.beans

Interface AuctionListSmartDataBean

  • All Known Implementing Classes:
    AuctionListBean


    public interface AuctionListSmartDataBean
    The interface of auction lists smart data bean.
    • Method Detail

      • getAuctFlag

        java.lang.String getAuctFlag()
        Gets auction flag:
        • 0 for unlocked
        • 1 for locked
        Returns:
        The auction flag.
      • getAuction

        AuctionDataBean getAuction(int index)
        Returns a specific auction from an auction list.
        Parameters:
        index - The index of the auction to be returned.
        Returns:
        The auction from the list for the specified index.
      • getAuctions

        AuctionDataBean[] getAuctions()
        Gets a list of auctions
        Returns:
        The array of auction data beans.
      • getAuctItem

        java.lang.String getAuctItem()
        Gets Item ID. Item ID is also the catalog entry ID.
        Returns:
        The item ID.
      • getAuctMultipleStatus

        java.lang.String[] getAuctMultipleStatus()
        Gets multiple auction status. The possible auction status is:
        • F=Future
        • C=Current
        • R=Retracted(deleted)
        • SC=Settlement Closed
        • BC=Bidding Closed.
        Returns:
        The auction status array.
      • getAuctOwnerId

        java.lang.String getAuctOwnerId()
        Gets owner ID
        Returns:
        The owner ID.
      • getAuctReferenceCode

        java.lang.String getAuctReferenceCode()
        Gets reference code. Auction reference code is generated by the system.
        Returns:
        The auction reference code.
      • getAuctRuleId

        java.lang.String getAuctRuleId()
        Gets bid control rule ID.
        Returns:
        The bid control rule ID.
      • getAuctStatus

        java.lang.String getAuctStatus()
        Gets auction status. The possible status is:
        • F=Future
        • C=Current
        • R=Retracted(deleted)
        • SC=Settlement Closed
        • BC=Bidding Closed.
        Returns:
        The auction status.
      • getAuctType

        java.lang.String getAuctType()
        Gets auction type.
        Returns:
        The auction type.