OSID Logo
OSID Specifications
bidding rules package
Version 3.0.0
Interfaceosid.bidding.rules.AuctionConstrainerSearch
Implementsosid.OsidSearch
Used Byosid.bidding.rules.AuctionConstrainerSearchSession
Description

The search interface for governing auction constrainer searches.

MethodsearchAmongAuctionConstrainers
Description

Execute this search among the given list of auction constrainers.

Parametersosid.id.IdListauctionConstrainerIdslist of auction constrainers
ErrorsNULL_ARGUMENTauctionConstrainerIds is null
CompliancemandatoryThis method must be implemented.
MethodorderAuctionConstrainerResults
Description

Specify an ordering to the search results.

Parametersosid.bidding.rules.AuctionConstrainerSearchOrderauctionConstrainerSearchOrderauction constrainer search order
ErrorsNULL_ARGUMENTauctionConstrainerSearchOrder is null
UNSUPPORTEDauctionConstrainerSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetAuctionConstrainerSearchRecord
Description

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

Parametersosid.type.TypeauctionConstrainerSearchRecordTypean auction constrainer search record type
Returnosid.bidding.rules.records.AuctionConstrainerSearchRecordthe auction constrainer search record
ErrorsNULL_ARGUMENTauctionConstrainerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(auctionConstrainerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.