OSID Logo
OSID Specifications
bidding rules package
Version 3.1.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.TypeauctionProcessorRecordType the type of auction processor record to retrieve
Returnosid.bidding.rules.records.AuctionProcessorRecord the auction processor record
ErrorsNULL_ARGUMENT auctionProcessorRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(auctionProcessorRecordType) is false
Compliancemandatory This method must be implemented.