OSID Logo
OSID Specifications
bidding rules package
Version 3.1.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.TypebidEnablerRecordType a bid enabler record type
Returnosid.bidding.rules.records.BidEnablerSearchOrderRecord the bid enabler search order record
ErrorsNULL_ARGUMENT bidEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(bidEnablerRecordType) is false
Compliancemandatory This method must be implemented.