OSID Logo
OSID Specifications
bidding package
Version 3.1.0
Interfaceosid.bidding.BidSearchResults
Implementsosid.OsidSearchResults
Used Byosid.bidding.BidSearchSession
Description

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

MethodgetBids
Description

Gets the bid list resulting from a search.

Returnosid.bidding.BidList the bid list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetBidQueryInspector
Description

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

Returnosid.bidding.BidQueryInspector the bid query inspector
Compliancemandatory This method must be implemented.
MethodgetBidSearchResultsRecord
Description

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

Parametersosid.type.TypebidSearchRecordType a bid search record type
Returnosid.bidding.records.BidSearchResultsRecord the bid search results record
ErrorsNULL_ARGUMENT bidSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(bidSearchRecordType) is false
Compliancemandatory This method must be implemented.