OSID Logo
OSID Specifications
bidding rules package
Version 3.0.0
Interfaceosid.bidding.rules.AuctionProcessorSearchOrder
Implementsosid.OsidProcessorSearchOrder
Used Byosid.bidding.rules.AuctionProcessorSearchSession
osid.bidding.rules.AuctionProcessorSmartAuctionHouseSession
Description

An interface for specifying the ordering of search results.

MethodgetAuctionProcessorSearchOrderRecord
Description

Gets the auction processor search order record corresponding to the given auction processor record Type . Multiple retrievals return the same underlying object.

Parametersosid.type.TypeauctionProcessorRecordTypean auction processor record type
Returnosid.bidding.rules.records.AuctionProcessorSearchOrderRecordthe auction processor search order record
ErrorsNULL_ARGUMENTauctionProcessorRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(auctionProcessorRecordType) is false
CompliancemandatoryThis method must be implemented.