OSID Logo
OSID Specifications
bidding package
Version 3.0.0
Interfaceosid.bidding.AuctionHouseQueryInspector
Implementsosid.OsidCatalogQueryInspector
Used Byosid.bidding.AuctionHouseQueryInspector
osid.bidding.AuctionHouseSearchResults
osid.bidding.AuctionQueryInspector
osid.bidding.BidQueryInspector
osid.bidding.rules.AuctionConstrainerEnablerQueryInspector
osid.bidding.rules.AuctionConstrainerQueryInspector
osid.bidding.rules.AuctionProcessorEnablerQueryInspector
osid.bidding.rules.AuctionProcessorQueryInspector
osid.bidding.rules.BidEnablerQueryInspector
Description

This is the query inspector interface for examining auction house queries.

MethodgetAuctionIdTerms
Description

Gets the auction Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetAuctionTerms
Description

Gets the auction query terms.

Returnosid.bidding.AuctionQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetBidIdTerms
Description

Gets the bid Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetBidTerms
Description

Gets the bid query terms.

Returnosid.bidding.BidQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetAncestorAuctionHouseIdTerms
Description

Gets the ancestor auction house Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetAncestorAuctionHouseTerms
Description

Gets the ancestor auction house query terms.

Returnosid.bidding.AuctionHouseQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetDescendantAuctionHouseIdTerms
Description

Gets the descendant auction house Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetDescendantAuctionHouseTerms
Description

Gets the descendant auction house query terms.

Returnosid.bidding.AuctionHouseQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetAuctionHouseQueryInspectorRecord
Description

Gets the auction house query inspector record corresponding to the given AuctionHouse record Type .

Parametersosid.type.TypeauctionHouseRecordTypean auction house record type
Returnosid.bidding.records.AuctionHouseQueryInspectorRecordthe auction house query inspector record
ErrorsNULL_ARGUMENTauctionHouseRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(auctionHouseRecordType) is false
CompliancemandatoryThis method must be implemented.