Interface | osid.bidding.AuctionQueryInspector | ||
---|---|---|---|
Implements | osid.OsidGovernatorQueryInspector | ||
osid.OsidTemporalQueryInspector | |||
Description |
This is the query inspector for examining auction queries. | ||
Method | getCurrencyTypeTerms | ||
Description |
Gets the currency type query terms. | ||
Return | osid.search.terms.TypeTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getMinimumBiddersTerms | ||
Description |
Gets the minimum bidders query terms. | ||
Return | osid.search.terms.CardinalRangeTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getSealedTerms | ||
Description |
Gets the sealed auctions query terms. | ||
Return | osid.search.terms.BooleanTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getSellerIdTerms | ||
Description |
Gets the seller | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getSellerTerms | ||
Description |
Gets the seller query terms. | ||
Return | osid.resource.ResourceQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getItemIdTerms | ||
Description |
Gets the item | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getItemTerms | ||
Description |
Gets the item query terms. | ||
Return | osid.resource.ResourceQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getLotSizeTerms | ||
Description |
Gets the lot size query terms. | ||
Return | osid.search.terms.CardinalRangeTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRemainingItemsTerms | ||
Description |
Gets the remaining items query terms. | ||
Return | osid.search.terms.CardinalRangeTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getItemLimitTerms | ||
Description |
Gets the items limit query terms. | ||
Return | osid.search.terms.CardinalRangeTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getStartingPriceTerms | ||
Description |
Gets the starting price query terms. | ||
Return | osid.search.terms.CurrencyRangeTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getPriceIncrementTerms | ||
Description |
Gets the price increment query terms. | ||
Return | osid.search.terms.CurrencyRangeTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getReservePriceTerms | ||
Description |
Gets the reserve price query terms. | ||
Return | osid.search.terms.CurrencyRangeTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getBuyoutPriceTerms | ||
Description |
Gets the buyout price query terms. | ||
Return | osid.search.terms.CurrencyRangeTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getBidIdTerms | ||
Description |
Gets the bid | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getBidTerms | ||
Description |
Gets the bid query terms. | ||
Return | osid.bidding.BidQueryInspector[] | 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 | getAuctionQueryInspectorRecord | ||
Description |
Gets the auction query inspector record corresponding
to the given | ||
Parameters | osid.type.Type | auctionRecordType | an auction record type |
Return | osid.bidding.records.AuctionQueryInspectorRecord | the auction query inspector record | |
Errors | NULL_ARGUMENT | auctionRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(auctionRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |