OSID Logo
OSID Specifications
bidding package
Version 3.0.0
Interfaceosid.bidding.BidSearch
Implementsosid.OsidSearch
Used Byosid.bidding.BidSearchSession
Description

The search interface for governing bid searches.

MethodsearchAmongBids
Description

Execute this search among the given list of bids.

Parametersosid.id.IdListbidIdslist of bids
ErrorsNULL_ARGUMENTbidIds is null
CompliancemandatoryThis method must be implemented.
MethodorderBidResults
Description

Specify an ordering to the search results.

Parametersosid.bidding.BidSearchOrderbidSearchOrderbid search order
ErrorsNULL_ARGUMENTbidSearchOrder is null
UNSUPPORTEDbidSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetBidSearchRecord
Description

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

Parametersosid.type.TypebidSearchRecordTypea bid search record type
Returnosid.bidding.records.BidSearchRecordthe bid search record
ErrorsNULL_ARGUMENTbidSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(bidSearchRecordType) is false
CompliancemandatoryThis method must be implemented.