OSID Logo
OSID Specifications
bidding rules package
Version 3.0.0
Interfaceosid.bidding.rules.AuctionProcessorEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.bidding.rules.AuctionProcessorEnablerSearchSession
osid.bidding.rules.AuctionProcessorEnablerSmartAuctionHouseSession
Description

An interface for specifying the ordering of search results.

MethodgetAuctionProcessorEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypeauctionProcessorEnablerRecordTypean auction processor enabler record type
Returnosid.bidding.rules.records.AuctionProcessorEnablerSearchOrderRecordthe auction processor enabler search order record
ErrorsNULL_ARGUMENTauctionProcessorEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(auctionProcessorEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.