OSID Logo
OSID Specifications
bidding package
Version 3.0.0
Release Candidate Preview
Interfaceosid.bidding.BidSearch
Implementsosid.OsidSearch
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_ARGUMENT bidIds is null
CompliancemandatoryThis method must be implemented.
MethodorderBidResults
Description

Specify an ordering to the search results.

Parametersosid.bidding.BidSearchOrderbidSearchOrderbid search order
ErrorsNULL_ARGUMENT bidSearchOrder is null
UNSUPPORTED bidSearchOrder 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_ARGUMENT bidSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(bidSearchRecordType) is false
CompliancemandatoryThis method must be implemented.