OSID Logo
OSID Specifications
bidding package
Version 3.1.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
Compliancemandatory This method must be implemented.
MethodgetAuctionTerms
Description

Gets the auction query terms.

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

Gets the bid Id query terms.

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

Gets the bid query terms.

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

Gets the ancestor auction house Id query terms.

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

Gets the ancestor auction house query terms.

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

Gets the descendant auction house Id query terms.

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

Gets the descendant auction house query terms.

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

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

Parametersosid.type.TypeauctionHouseRecordType an auction house record type
Returnosid.bidding.records.AuctionHouseQueryInspectorRecord the auction house query inspector record
ErrorsNULL_ARGUMENT auctionHouseRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(auctionHouseRecordType) is false
Compliancemandatory This method must be implemented.