OSID Logo
OSID Specifications
bidding package
Version 3.0.0
Release Candidate Preview
Interfaceosid.bidding.AuctionHouse
Implementsosid.OsidCatalog
Description

An AuctionHouse represents a collection of auctions.

MethodgetAuctionHouseRecord
Description

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

Parametersosid.type.TypeauctionHouseRecordTypethe type of auction house record to retrieve
Returnosid.bidding.records.AuctionHouseRecordthe auction house record
ErrorsNULL_ARGUMENT auctionHouseRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(auctionHouseRecordType) is false
CompliancemandatoryThis method must be implemented.