OSID Logo
OSID Specifications
bidding rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.bidding.rules.AuctionProcessorSearch
Implementsosid.OsidSearch
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_ARGUMENT auctionProcessorIds is null
CompliancemandatoryThis method must be implemented.
MethodorderAuctionProcessorResults
Description

Specify an ordering to the search results.

Parametersosid.bidding.rules.AuctionProcessorSearchOrderauctionProcessorSearchOrderauction processor search order
ErrorsNULL_ARGUMENT auctionProcessorSearchOrder is null
UNSUPPORTED auctionProcessorSearchOrder 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_ARGUMENT auctionProcessorSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(auctionProcessorSearchRecordType) is false
CompliancemandatoryThis method must be implemented.