OSID Logo
OSID Specifications
bidding rules package
Version 3.1.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.IdListauctionConstrainerEnablerIds list of auction constrainer enablers
ErrorsNULL_ARGUMENT auctionConstrainerEnablerIds is null
Compliancemandatory This method must be implemented.
MethodorderAuctionConstrainerEnablerResults
Description

Specify an ordering to the search results.

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