Interface RecurringEventEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing recurring event enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetRecurringEventEnablerSearchRecord(Type recurringEventEnablerSearchRecordType) Gets the recurring event enabler search record corresponding to the given recurring event enabler search recordType.voidorderRecurringEventEnablerResults(RecurringEventEnablerSearchOrder recurringEventEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongRecurringEventEnablers(IdList recurringEventEnablerIds) Execute this search among the given list of recurring event 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
-
searchAmongRecurringEventEnablers
Execute this search among the given list of recurring event enablers.- Parameters:
recurringEventEnablerIds- list of recurring event enablers- Throws:
NullArgumentException-recurringEventEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderRecurringEventEnablerResults
void orderRecurringEventEnablerResults(RecurringEventEnablerSearchOrder recurringEventEnablerSearchOrder) Specify an ordering to the search results.- Parameters:
recurringEventEnablerSearchOrder- recurring event enabler search order- Throws:
NullArgumentException-recurringEventEnablerSearchOrderisnullUnsupportedException-recurringEventEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getRecurringEventEnablerSearchRecord
RecurringEventEnablerSearchRecord getRecurringEventEnablerSearchRecord(Type recurringEventEnablerSearchRecordType) throws OperationFailedException Gets the recurring event enabler search record corresponding to the given recurring event enabler search recordType. This method is used to retrieve an object implementing the requested record.- Parameters:
recurringEventEnablerSearchRecordType- a recurring event enabler search record type- Returns:
- the recurring event enabler search record
- Throws:
NullArgumentException-recurringEventEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(recurringEventEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-