OSID Logo
OSID Specifications
bidding rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.bidding.rules.AuctionConstrainerEnablerSearch
Implementsosid.OsidSearch
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_ARGUMENT auctionConstrainerEnablerIds 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_ARGUMENT auctionConstrainerEnablerSearchOrder is null
UNSUPPORTED auctionConstrainerEnablerSearchOrder 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_ARGUMENT auctionConstrainerEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(auctionConstrainerEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.