OSID Logo
OSID Specifications
bidding rules package
Version 3.1.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.IdListauctionConstrainerIds list of auction constrainers
ErrorsNULL_ARGUMENT auctionConstrainerIds is null
Compliancemandatory This method must be implemented.
MethodorderAuctionConstrainerResults
Description

Specify an ordering to the search results.

Parametersosid.bidding.rules.AuctionConstrainerSearchOrderauctionConstrainerSearchOrder auction constrainer search order
ErrorsNULL_ARGUMENT auctionConstrainerSearchOrder is null
UNSUPPORTED auctionConstrainerSearchOrder is not of this service
Compliancemandatory This 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.TypeauctionConstrainerSearchRecordType an auction constrainer search record type
Returnosid.bidding.rules.records.AuctionConstrainerSearchRecord the auction constrainer search record
ErrorsNULL_ARGUMENT auctionConstrainerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(auctionConstrainerSearchRecordType) is false
Compliancemandatory This method must be implemented.