OSID Logo
OSID Specifications
bidding rules package
Version 3.0.0
Interfaceosid.bidding.rules.BidEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.bidding.rules.BidEnablerSearchSession
osid.bidding.rules.BidEnablerSmartAuctionHouseSession
Description

An interface for specifying the ordering of search results.

MethodgetBidEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypebidEnablerRecordTypea bid enabler record type
Returnosid.bidding.rules.records.BidEnablerSearchOrderRecordthe bid enabler search order record
ErrorsNULL_ARGUMENTbidEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(bidEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.