OSID Logo
OSID Specifications
bidding rules package
Version 3.1.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.AuctionProcessorEnablerList the auction processor enabler list
ErrorsILLEGAL_STATE list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetAuctionProcessorEnablerQueryInspector
Description

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

Returnosid.bidding.rules.AuctionProcessorEnablerQueryInspector the auction processor enabler query inspector
Compliancemandatory This 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.TypeauctionProcessorEnablerSearchRecordType an auction processor enabler search record type
Returnosid.bidding.rules.records.AuctionProcessorEnablerSearchResultsRecord the auction processor enabler search results record
ErrorsNULL_ARGUMENT auctionProcessorEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED hasRecordType(auctionProcessorEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.