OSID Logo
OSID Specifications
bidding rules package
Version 3.0.0
Interfaceosid.bidding.rules.AuctionConstrainerEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.bidding.rules.AuctionConstrainerEnablerSearchSession
osid.bidding.rules.AuctionConstrainerEnablerSmartAuctionHouseSession
Description

An interface for specifying the ordering of search results.

MethodgetAuctionConstrainerEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypeauctionConstrainerEnablerRecordTypean auction constrainer enabler record type
Returnosid.bidding.rules.records.AuctionConstrainerEnablerSearchOrderRecordthe auction constrainer enabler search order record
ErrorsNULL_ARGUMENTauctionConstrainerEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(auctionConstrainerEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.