OSID Logo
OSID Specifications
bidding rules package
Version 3.0.0
Interfaceosid.bidding.rules.AuctionProcessorEnablerSearchResults
Implementsosid.OsidSearchResults
Used Byosid.bidding.rules.AuctionProcessorEnablerSearchSession
Description

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

MethodgetAuctionProcessorEnablers
Description

Gets the AuctionProcessorEnablerList resulting from a search.

Returnosid.bidding.rules.AuctionProcessorEnablerListthe auction processor enabler list
ErrorsILLEGAL_STATElist has already been retrieved
CompliancemandatoryThis method must be implemented.
MethodgetAuctionProcessorEnablerQueryInspector
Description

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

Returnosid.bidding.rules.AuctionProcessorEnablerQueryInspectorthe auction processor enabler query inspector
CompliancemandatoryThis method must be implemented.
MethodgetAuctionProcessorEnablerSearchResultsRecord
Description

Gets the auction processor enabler search results record corresponding to the given auction processor enabler search record Type . This method must be used to retrieve an object implementing the requested record.

Parametersosid.type.TypeauctionProcessorEnablerSearchRecordTypean auction processor enabler search record type
Returnosid.bidding.rules.records.AuctionProcessorEnablerSearchResultsRecordthe auction processor enabler search results record
ErrorsNULL_ARGUMENTauctionProcessorEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
PERMISSION_DENIEDauthorization failure occurred
UNSUPPORTEDhasRecordType(auctionProcessorEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.