OSID Logo
OSID Specifications
bidding rules package
Version 3.0.0
Interfaceosid.bidding.rules.AuctionProcessor
Implementsosid.OsidProcessor
Used Byosid.bidding.rules.AuctionProcessorAdminSession
osid.bidding.rules.AuctionProcessorList
osid.bidding.rules.AuctionProcessorLookupSession
Description

An AuctionProcessor describes the rules for running an auction.

MethodgetAuctionProcessorRecord
Description

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

Parametersosid.type.TypeauctionProcessorRecordTypethe type of auction processor record to retrieve
Returnosid.bidding.rules.records.AuctionProcessorRecordthe auction processor record
ErrorsNULL_ARGUMENTauctionProcessorRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(auctionProcessorRecordType) is false
CompliancemandatoryThis method must be implemented.