Interface BidQueryInspector

All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector, OsidRelationshipQueryInspector, OsidTemporalQueryInspector

public interface BidQueryInspector extends OsidRelationshipQueryInspector

This is the query inspector for examining bid queries.

  • Method Details

    • getAuctionIdTerms

      IdTerm[] getAuctionIdTerms()
      Gets the auction Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getAuctionTerms

      AuctionQueryInspector[] getAuctionTerms()
      Gets the auction query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getBidderIdTerms

      IdTerm[] getBidderIdTerms()
      Gets the resource Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getBidderTerms

      ResourceQueryInspector[] getBidderTerms()
      Gets the resource query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getBiddingAgentIdTerms

      IdTerm[] getBiddingAgentIdTerms()
      Gets the agent Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getBiddingAgentTerms

      AgentQueryInspector[] getBiddingAgentTerms()
      Gets the agent query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getQuantityTerms

      CardinalRangeTerm[] getQuantityTerms()
      Gets the quantity query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getCurrentBidTerms

      CurrencyRangeTerm[] getCurrentBidTerms()
      Gets the current bid query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getMaximumBidTerms

      CurrencyRangeTerm[] getMaximumBidTerms()
      Gets the maximum bid query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getWinnerTerms

      BooleanTerm[] getWinnerTerms()
      Gets the winning bid query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getSettlementAmountTerms

      CurrencyRangeTerm[] getSettlementAmountTerms()
      Gets the settlement amount query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getAuctionHouseIdTerms

      IdTerm[] getAuctionHouseIdTerms()
      Gets the auction house Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getAuctionHouseTerms

      AuctionHouseQueryInspector[] getAuctionHouseTerms()
      Gets the auction house query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getBidQueryInspectorRecord

      BidQueryInspectorRecord getBidQueryInspectorRecord(Type bidRecordType) throws OperationFailedException
      Gets the bid query inspector record corresponding to the given Bid record Type .
      Parameters:
      bidRecordType - a bid record type
      Returns:
      the bid query inspector record
      Throws:
      NullArgumentException - bidRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(bidRecordType) is false
      Compliance:
      mandatory - This method must be implemented.