Interface BidEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing bid enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetBidEnablerSearchRecord(Type bidEnablerSearchRecordType) Gets the bid enabler search record corresponding to the given bid enabler search recordType.This method is used to retrieve an object implementing the requested record.voidorderBidEnablerResults(BidEnablerSearchOrder bidEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongBidEnablers(IdList bidEnablerIds) Execute this search among the given list of bid enablers.Methods inherited from interface Extensible
getRecordTypes, hasRecordTypeModifier and TypeMethodDescriptionGets the record types available in this object.booleanhasRecordType(Type recordType) Tests if this object supports the given recordType.Methods inherited from interface OsidSearch
limitResultSetModifier and TypeMethodDescriptionvoidlimitResultSet(long start, long end) By default, searches return all matching results.
-
Method Details
-
searchAmongBidEnablers
Execute this search among the given list of bid enablers.- Parameters:
bidEnablerIds- list of bid enablers- Throws:
NullArgumentException-bidEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderBidEnablerResults
Specify an ordering to the search results.- Parameters:
bidEnablerSearchOrder- bid enabler search order- Throws:
NullArgumentException-bidEnablerSearchOrderisnullUnsupportedException-bidEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getBidEnablerSearchRecord
BidEnablerSearchRecord getBidEnablerSearchRecord(Type bidEnablerSearchRecordType) throws OperationFailedException Gets the bid enabler search record corresponding to the given bid enabler search recordType.This method is used to retrieve an object implementing the requested record.- Parameters:
bidEnablerSearchRecordType- a bid enabler search record type- Returns:
- the bid enabler search record
- Throws:
NullArgumentException-bidEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(bidEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-