OSID Logo
OSID Specifications
bidding rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.bidding.rules.AuctionConstrainerEnablerSearchResults
Implementsosid.OsidSearchResults
Description

This interface provides a means to capture results of a search.

MethodgetAuctionConstrainerEnablers
Description

Gets the AuctionConstrainerEnablerList resulting from a search.

Returnosid.bidding.rules.AuctionConstrainerEnablerListthe auction constrainer enabler list
ErrorsILLEGAL_STATElist has already been retrieved
CompliancemandatoryThis method must be implemented.
MethodgetAuctionConstrainerEnablerQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.bidding.rules.AuctionConstrainerEnablerQueryInspectorthe auction constrainer enabler query inspector
CompliancemandatoryThis method must be implemented.
MethodgetAuctionConstrainerEnablerSearchResultsRecord
Description

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

Parametersosid.type.TypeauctionConstrainerEnablerSearchRecordTypean auction constrainer enabler search record type
Returnosid.bidding.rules.records.AuctionConstrainerEnablerSearchResultsRecordthe auction constrainer enabler search results record
ErrorsNULL_ARGUMENT auctionConstrainerEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
PERMISSION_DENIEDauthorization failure occurred
UNSUPPORTED hasRecordType(auctionConstrainerEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.