OSID Logo
OSID Specifications
bidding rules package
Version 3.0.0
Interfaceosid.bidding.rules.AuctionConstrainerEnablerSearch
Implementsosid.OsidSearch
Used Byosid.bidding.rules.AuctionConstrainerEnablerSearchSession
Description

The search interface for governing auction constrainer enabler searches.

MethodsearchAmongAuctionConstrainerEnablers
Description

Execute this search among the given list of auction constrainer enablers.

Parametersosid.id.IdListauctionConstrainerEnablerIdslist of auction constrainer enablers
ErrorsNULL_ARGUMENTauctionConstrainerEnablerIds is null
CompliancemandatoryThis method must be implemented.
MethodorderAuctionConstrainerEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.bidding.rules.AuctionConstrainerEnablerSearchOrderauctionConstrainerEnablerSearchOrderauction constrainer enabler search order
ErrorsNULL_ARGUMENTauctionConstrainerEnablerSearchOrder is null
UNSUPPORTEDauctionConstrainerEnablerSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetAuctionConstrainerEnablerSearchRecord
Description

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

Parametersosid.type.TypeauctionConstrainerEnablerSearchRecordTypean auction constrainer enabler search record type
Returnosid.bidding.rules.records.AuctionConstrainerEnablerSearchRecordthe auction constrainer enabler search record
ErrorsNULL_ARGUMENTauctionConstrainerEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(auctionConstrainerEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.