OSID Logo
OSID Specifications
bidding package
Version 3.1.0
Interfaceosid.bidding.AuctionSearchResults
Implementsosid.OsidSearchResults
Used Byosid.bidding.AuctionSearchSession
Description

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

MethodgetAuctions
Description

Gets the auction list resulting from a search.

Returnosid.bidding.AuctionList the auction list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetAuctionQueryInspector
Description

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

Returnosid.bidding.AuctionQueryInspector the auction query inspector
Compliancemandatory This method must be implemented.
MethodgetAuctionSearchResultsRecord
Description

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

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