OSID Logo
OSID Specifications
bidding rules package
Version 3.0.0
Interfaceosid.bidding.rules.AuctionProcessorEnabler
Implementsosid.OsidEnabler
Used Byosid.bidding.rules.AuctionProcessorEnablerAdminSession
osid.bidding.rules.AuctionProcessorEnablerList
osid.bidding.rules.AuctionProcessorEnablerLookupSession
Description

An AuctionProcessorEnabler describes the rules for making an AuctionProcessor effective.

MethodgetAuctionProcessorEnablerRecord
Description

Gets the auction processor enabler record corresponding to the given AuctionProcessorEnabler 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.TypeauctionProcessorEnablerRecordTypethe type of auction processor enabler record to retrieve
Returnosid.bidding.rules.records.AuctionProcessorEnablerRecordthe auction processor enabler record
ErrorsNULL_ARGUMENTauctionProcessorEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(auctionProcessorEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.