Interface | osid.bidding.AuctionHouseSearchOrder | ||
---|---|---|---|
Implements | osid.OsidCatalogSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getAuctionHouseSearchOrderRecord | ||
Description |
Gets the auction house search order record
corresponding to the given auction house | ||
Parameters | osid.type.Type | auctionHouseRecordType | an auction house record type |
Return | osid.bidding.records.AuctionHouseSearchOrderRecord | the auction house search order 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. |