OSID Logo
OSID Specifications
bidding package
Version 3.0.0
Release Candidate Preview
Interfaceosid.bidding.AuctionHouseQueryInspector
Implementsosid.OsidCatalogQueryInspector
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_ARGUMENT auctionHouseRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(auctionHouseRecordType) is false
CompliancemandatoryThis method must be implemented.