OSID Logo
OSID Specifications
bidding rules package
Version 3.0.0
Interfaceosid.bidding.rules.AuctionProcessorSearch
Implementsosid.OsidSearch
Used Byosid.bidding.rules.AuctionProcessorSearchSession
Description

The search interface for governing auction processor searches.

MethodsearchAmongAuctionProcessors
Description

Execute this search among the given list of auction processors.

Parametersosid.id.IdListauctionProcessorIdslist of auction processors
ErrorsNULL_ARGUMENTauctionProcessorIds is null
CompliancemandatoryThis method must be implemented.
MethodorderAuctionProcessorResults
Description

Specify an ordering to the search results.

Parametersosid.bidding.rules.AuctionProcessorSearchOrderauctionProcessorSearchOrderauction processor search order
ErrorsNULL_ARGUMENTauctionProcessorSearchOrder is null
UNSUPPORTEDauctionProcessorSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetAuctionProcessorSearchRecord
Description

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

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