OSID Logo
OSID Specifications
bidding package
Version 3.1.0
Interfaceosid.bidding.AuctionHouseSearchResults
Implementsosid.OsidSearchResults
Used Byosid.bidding.AuctionHouseSearchSession
Description

This interface provides a means to capture results of a search.

MethodgetAuctionHouses
Description

Gets the auction house list resulting from a search.

Returnosid.bidding.AuctionHouseList the auction house list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetAuctionHouseQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.bidding.AuctionHouseQueryInspector the auction house query inspector
Compliancemandatory This method must be implemented.
MethodgetAuctionHouseSearchResultsRecord
Description

Gets the auction houses search results record corresponding to the given auction house search record Type.This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypeauctionHouseSearchRecordType an auction house search record type
Returnosid.bidding.records.AuctionHouseSearchResultsRecord the auction house search results record
ErrorsNULL_ARGUMENT auctionHouseSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(auctionHouseSearchRecordType) is false
Compliancemandatory This method must be implemented.