OSID Logo
OSID Specifications
bidding package
Version 3.0.0
Release Candidate Preview
Interfaceosid.bidding.BidSearchResults
Implementsosid.OsidSearchResults
Description

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

MethodgetBids
Description

Gets the bid list resulting from a search.

Returnosid.bidding.BidListthe bid list
ErrorsILLEGAL_STATElist already retrieved
CompliancemandatoryThis method must be implemented.
MethodgetBidQueryInspector
Description

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

Returnosid.bidding.BidQueryInspectorthe bid query inspector
CompliancemandatoryThis 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.TypebidSearchRecordTypea bid search record type
Returnosid.bidding.records.BidSearchResultsRecordthe bid search results record
ErrorsNULL_ARGUMENT bidSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(bidSearchRecordType) is false
CompliancemandatoryThis method must be implemented.