| Method | getAuctionHouseRecord |
| 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 .
|
| Parameters | osid.type.Type | auctionHouseRecordType | the type of auction house record to retrieve |
| Return | osid.bidding.records.AuctionHouseRecord | the auction house record |
| Errors | NULL_ARGUMENT | auctionHouseRecordType is null |
| OPERATION_FAILED | unable to complete request |
| UNSUPPORTED | hasRecordType(auctionHouseRecordType) is false |
| Compliance | mandatory | This method must be implemented. |