OSID Logo
OSID Specifications
bidding rules package
Version 3.0.0
Interfaceosid.bidding.rules.AuctionProcessorSearchResults
Implementsosid.OsidSearchResults
Used Byosid.bidding.rules.AuctionProcessorSearchSession
Description

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

MethodgetAuctionProcessors
Description

Gets the AuctionProcessorList resulting from a search.

Returnosid.bidding.rules.AuctionProcessorListthe auction processor list
ErrorsILLEGAL_STATElist has already been retrieved
CompliancemandatoryThis method must be implemented.
MethodgetAuctionProcessorQueryInspector
Description

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

Returnosid.bidding.rules.AuctionProcessorQueryInspectorthe auction processor query inspector
CompliancemandatoryThis method must be implemented.
MethodgetAuctionProcessorSearchResultsRecord
Description

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

Parametersosid.type.TypeauctionProcessorSearchRecordTypean auction processor search record type
Returnosid.bidding.rules.records.AuctionProcessorSearchResultsRecordthe auction processor search results record
ErrorsNULL_ARGUMENTauctionProcessorSearchRecordType is null
OPERATION_FAILEDunable to complete request
PERMISSION_DENIEDauthorization failure occurred
UNSUPPORTEDhasRecordType(auctionProcessorSearchRecordType) is false
CompliancemandatoryThis method must be implemented.