OSID Logo
OSID Specifications
bidding rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.bidding.rules.AuctionConstrainerSearch
Implementsosid.OsidSearch
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_ARGUMENT auctionConstrainerIds is null
CompliancemandatoryThis method must be implemented.
MethodorderAuctionConstrainerResults
Description

Specify an ordering to the search results.

Parametersosid.bidding.rules.AuctionConstrainerSearchOrderauctionConstrainerSearchOrderauction constrainer search order
ErrorsNULL_ARGUMENT auctionConstrainerSearchOrder is null
UNSUPPORTED auctionConstrainerSearchOrder 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_ARGUMENT auctionConstrainerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(auctionConstrainerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.