OSID Logo
OSID Specifications
bidding rules package
Version 3.0.0
Interfaceosid.bidding.rules.AuctionConstrainerEnabler
Implementsosid.OsidEnabler
Used Byosid.bidding.rules.AuctionConstrainerEnablerAdminSession
osid.bidding.rules.AuctionConstrainerEnablerList
osid.bidding.rules.AuctionConstrainerEnablerLookupSession
Description

An AuctionConstrainerEnabler describes the rules for making an AuctionConstrainer effective.

MethodgetAuctionConstrainerEnablerRecord
Description

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

Parametersosid.type.TypeauctionConstrainerEnablerRecordTypethe type of auction constrainer enabler record to retrieve
Returnosid.bidding.rules.records.AuctionConstrainerEnablerRecordthe auction constrainer enabler record
ErrorsNULL_ARGUMENTauctionConstrainerEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(auctionConstrainerEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.