OSID Logo
OSID Specifications
bidding rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.bidding.rules.AuctionProcessorEnablerSearch
Implementsosid.OsidSearch
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.IdListauctionProcessorEnablerIdslist of auction processor enablers
ErrorsNULL_ARGUMENT auctionProcessorEnablerIds is null
CompliancemandatoryThis method must be implemented.
MethodorderAuctionProcessorEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.bidding.rules.AuctionProcessorEnablerSearchOrderauctionProcessorEnablerSearchOrderauction processor enabler search order
ErrorsNULL_ARGUMENT auctionProcessorEnablerSearchOrder is null
UNSUPPORTED auctionProcessorEnablerSearchOrder is not of this service
CompliancemandatoryThis 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.TypeauctionProcessorEnablerSearchRecordTypean auction processor enabler search record type
Returnosid.bidding.rules.records.AuctionProcessorEnablerSearchRecordthe auction processor enabler search record
ErrorsNULL_ARGUMENT auctionProcessorEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(auctionProcessorEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.