OSID Logo
OSID Specifications
bidding rules package
Version 3.1.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.IdListauctionProcessorIds list of auction processors
ErrorsNULL_ARGUMENT auctionProcessorIds is null
Compliancemandatory This method must be implemented.
MethodorderAuctionProcessorResults
Description

Specify an ordering to the search results.

Parametersosid.bidding.rules.AuctionProcessorSearchOrderauctionProcessorSearchOrder auction processor search order
ErrorsNULL_ARGUMENT auctionProcessorSearchOrder is null
UNSUPPORTED auctionProcessorSearchOrder is not of this service
Compliancemandatory This 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.TypeauctionProcessorSearchRecordType an auction processor search record type
Returnosid.bidding.rules.records.AuctionProcessorSearchRecord the auction processor search record
ErrorsNULL_ARGUMENT auctionProcessorSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(auctionProcessorSearchRecordType) is false
Compliancemandatory This method must be implemented.