Interface | osid.bidding.AuctionHouseQueryInspector | ||
---|---|---|---|
Implements | osid.OsidCatalogQueryInspector | ||
Description |
This is the query inspector interface for examining auction house 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 | 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 | getAncestorAuctionHouseIdTerms | ||
Description |
Gets the ancestor auction house | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAncestorAuctionHouseTerms | ||
Description |
Gets the ancestor auction house query terms. | ||
Return | osid.bidding.AuctionHouseQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getDescendantAuctionHouseIdTerms | ||
Description |
Gets the descendant auction house | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getDescendantAuctionHouseTerms | ||
Description |
Gets the descendant auction house query terms. | ||
Return | osid.bidding.AuctionHouseQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAuctionHouseQueryInspectorRecord | ||
Description |
Gets the auction house query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | auctionHouseRecordType | an auction house record type |
Return | osid.bidding.records.AuctionHouseQueryInspectorRecord | the auction house query inspector record | |
Errors | NULL_ARGUMENT | auctionHouseRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(auctionHouseRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |