OSID Logo
OSID Specifications
bidding rules package
Version 3.1.0
Interfaceosid.bidding.rules.AuctionProcessorEnablerSearch
Implementsosid.OsidSearch
Used Byosid.bidding.rules.AuctionProcessorEnablerSearchSession
Description

The search interface for governing auction processor enabler searches.

MethodsearchAmongAuctionProcessorEnablers
Description

Execute this search among the given list of auction processor enablers.

Parametersosid.id.IdListauctionProcessorEnablerIds list of auction processor enablers
ErrorsNULL_ARGUMENT auctionProcessorEnablerIds is null
Compliancemandatory This method must be implemented.
MethodorderAuctionProcessorEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.bidding.rules.AuctionProcessorEnablerSearchOrderauctionProcessorEnablerSearchOrder auction processor enabler search order
ErrorsNULL_ARGUMENT auctionProcessorEnablerSearchOrder is null
UNSUPPORTED auctionProcessorEnablerSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetAuctionProcessorEnablerSearchRecord
Description

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

Parametersosid.type.TypeauctionProcessorEnablerSearchRecordType an auction processor enabler search record type
Returnosid.bidding.rules.records.AuctionProcessorEnablerSearchRecord the auction processor enabler search record
ErrorsNULL_ARGUMENT auctionProcessorEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(auctionProcessorEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.