OSID Logo
OSID Specifications
bidding package
Version 3.0.0
Release Candidate Preview
Interfaceosid.bidding.AuctionHouseSearchOrder
Implementsosid.OsidCatalogSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetAuctionHouseSearchOrderRecord
Description

Gets the auction house search order record corresponding to the given auction house Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypeauctionHouseRecordTypean auction house record type
Returnosid.bidding.records.AuctionHouseSearchOrderRecordthe auction house search order record
ErrorsNULL_ARGUMENT auctionHouseRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(auctionHouseRecordType) is false
CompliancemandatoryThis method must be implemented.