Interface ContactEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing contact enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetContactEnablerSearchRecord(Type contactEnablerSearchRecordType) Gets the contact enabler search record corresponding to the given contact enabler search recordType.This method is used to retrieve an object implementing the requested record.voidorderContactEnablerResults(ContactEnablerSearchOrder contactEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongContactEnablers(IdList contactEnablerIds) Execute this search among the given list of contact 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
-
searchAmongContactEnablers
Execute this search among the given list of contact enablers.- Parameters:
contactEnablerIds- list of contact enablers- Throws:
NullArgumentException-contactEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderContactEnablerResults
Specify an ordering to the search results.- Parameters:
contactEnablerSearchOrder- contact enabler search order- Throws:
NullArgumentException-contactEnablerSearchOrderisnullUnsupportedException-contactEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getContactEnablerSearchRecord
ContactEnablerSearchRecord getContactEnablerSearchRecord(Type contactEnablerSearchRecordType) throws OperationFailedException Gets the contact enabler search record corresponding to the given contact enabler search recordType.This method is used to retrieve an object implementing the requested record.- Parameters:
contactEnablerSearchRecordType- a contact enabler search record type- Returns:
- the contact enabler search record
- Throws:
NullArgumentException-contactEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(contactEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-