OSID Logo
OSID Specifications
bidding package
Version 3.1.0
Interfaceosid.bidding.AuctionHouseSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.bidding.AuctionHouseSearchSession
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.TypeauctionHouseRecordType an auction house record type
Returnosid.bidding.records.AuctionHouseSearchOrderRecord the auction house search order record
ErrorsNULL_ARGUMENT auctionHouseRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(auctionHouseRecordType) is false
Compliancemandatory This method must be implemented.