OSID Logo
OSID Specifications
bidding rules package
Version 3.1.0
Interfaceosid.bidding.rules.BidEnablerSearchResults
Implementsosid.OsidSearchResults
Used Byosid.bidding.rules.BidEnablerSearchSession
Description

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

MethodgetBidEnablers
Description

Gets the bid enabler list resulting from a search.

Returnosid.bidding.rules.BidEnablerList the bid enabler list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetBidEnablerQueryInspector
Description

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

Returnosid.bidding.rules.BidEnablerQueryInspector the bid enabler query inspector
Compliancemandatory This method must be implemented.
MethodgetBidEnablerSearchResultsRecord
Description

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

Parametersosid.type.TypebidEnablerSearchRecordType a bid enabler search record type
Returnosid.bidding.rules.records.BidEnablerSearchResultsRecord the bid enabler search results record
ErrorsNULL_ARGUMENT bidEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(bidEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.