public interface AuctionHouse extends OsidCatalog
An AuctionHouse
represents a collection of auctions.
Modifier and Type | Method and Description |
---|---|
AuctionHouseRecord |
getAuctionHouseRecord(Type auctionHouseRecordType)
Gets the auction house record corresponding to the given
AuctionHouse record Type. |
getDescription, getDisplayName, getGenusType, isOfGenusType
getId, isCurrent
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
AuctionHouseRecord getAuctionHouseRecord(Type auctionHouseRecordType) throws OperationFailedException
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
.auctionHouseRecordType
- the type of auction house record to
retrieveNullArgumentException
- auctionHouseRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(auctionHouseRecordType)
is false
mandatory
- This method must be implemented.