OSID Logo
OSID Specifications
bidding rules package
Version 3.1.0
Interfaceosid.bidding.rules.AuctionConstrainer
Implementsosid.OsidConstrainer
Used Byosid.bidding.rules.AuctionConstrainerAdminSession
osid.bidding.rules.AuctionConstrainerList
osid.bidding.rules.AuctionConstrainerLookupSession
Description

An AuctionConstrainer describes the rules for constraining the bids in an auction.

MethodgetAuctionConstrainerRecord
Description

Gets the auction constrainer record corresponding to the given AuctionConstrainer record Type. This method is used to retrieve an object implementing the requested record. The auctionConstrainerRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(auctionConstrainerRecordType) is true.

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