Interface | osid.bidding.BidQueryInspector | ||
---|---|---|---|
Implements | osid.OsidRelationshipQueryInspector | ||
Description |
This is the query inspector for examining bid queries. | ||
Method | getAuctionIdTerms | ||
Description |
Gets the auction | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAuctionTerms | ||
Description |
Gets the auction query terms. | ||
Return | osid.bidding.AuctionQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getBidderIdTerms | ||
Description |
Gets the resource | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getBidderTerms | ||
Description |
Gets the resource query terms. | ||
Return | osid.resource.ResourceQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getBiddingAgentIdTerms | ||
Description |
Gets the agent | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getBiddingAgentTerms | ||
Description |
Gets the agent query terms. | ||
Return | osid.authentication.AgentQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getQuantityTerms | ||
Description |
Gets the quantity query terms. | ||
Return | osid.search.terms.CardinalRangeTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCurrentBidTerms | ||
Description |
Gets the current bid query terms. | ||
Return | osid.search.terms.CurrencyRangeTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getMaximumBidTerms | ||
Description |
Gets the maximum bid query terms. | ||
Return | osid.search.terms.CurrencyRangeTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getWinnerTerms | ||
Description |
Gets the winning bid query terms. | ||
Return | osid.search.terms.BooleanTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getSettlementAmountTerms | ||
Description |
Gets the settlement amount query terms. | ||
Return | osid.search.terms.CurrencyRangeTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAuctionHouseIdTerms | ||
Description |
Gets the auction house | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAuctionHouseTerms | ||
Description |
Gets the auction house query terms. | ||
Return | osid.bidding.AuctionHouseQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getBidQueryInspectorRecord | ||
Description |
Gets the bid query inspector record corresponding to
the given | ||
Parameters | osid.type.Type | bidRecordType | a bid record type |
Return | osid.bidding.records.BidQueryInspectorRecord | the bid query inspector record | |
Errors | NULL_ARGUMENT | bidRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(bidRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |