OSID Logo
OSID Specifications
bidding rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.bidding.rules.AuctionConstrainerSearchOrder
Implementsosid.OsidConstrainerSearchOrder
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.TypeauctionConstrainerRecordTypean auction constrainer record type
Returnosid.bidding.rules.records.AuctionConstrainerSearchOrderRecordthe auction constrainer search order record
ErrorsNULL_ARGUMENT auctionConstrainerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(auctionConstrainerRecordType) is false
CompliancemandatoryThis method must be implemented.