OSID Logo
OSID Specifications
bidding package
Version 3.0.0
Interfaceosid.bidding.AuctionSearch
Implementsosid.OsidSearch
Used Byosid.bidding.AuctionSearchSession
Description

The search interface for governing auction searches.

MethodsearchAmongAuctions
Description

Execute this search among the given list of auctions.

Parametersosid.id.IdListauctionIdslist of auctions
ErrorsNULL_ARGUMENTauctionIds is null
CompliancemandatoryThis method must be implemented.
MethodorderAuctionResults
Description

Specify an ordering to the search results.

Parametersosid.bidding.AuctionSearchOrderauctionSearchOrderauction search order
ErrorsNULL_ARGUMENTauctionSearchOrder is null
UNSUPPORTEDauctionSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetAuctionSearchRecord
Description

Gets the auction search record corresponding to the given auction search record Type . This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypeauctionSearchRecordTypean auction search record type
Returnosid.bidding.records.AuctionSearchRecordthe auction search record
ErrorsNULL_ARGUMENTauctionSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(auctionSearchRecordType) is false
CompliancemandatoryThis method must be implemented.