OSID Logo
OSID Specifications
bidding rules package
Version 3.1.0
Interfaceosid.bidding.rules.AuctionConstrainerSearchOrder
Implementsosid.OsidConstrainerSearchOrder
Used Byosid.bidding.rules.AuctionConstrainerSearchSession
osid.bidding.rules.AuctionConstrainerSmartAuctionHouseSession
Description

An interface for specifying the ordering of search results.

MethodgetAuctionConstrainerSearchOrderRecord
Description

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

Parametersosid.type.TypeauctionConstrainerRecordType an auction constrainer record type
Returnosid.bidding.rules.records.AuctionConstrainerSearchOrderRecord the auction constrainer search order record
ErrorsNULL_ARGUMENT auctionConstrainerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(auctionConstrainerRecordType) is false
Compliancemandatory This method must be implemented.