| Interface | osid.contact.ContactSearchSession | ||
|---|---|---|---|
| Implements | osid.contact.ContactQuerySession | ||
| Description |
This session provides methods for searching Contacts may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
| Method | getContactSearch | ||
| Description |
Gets a contact search. | ||
| Return | osid.contact.ContactSearch | the contact search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getContactSearchOrder | ||
| Description |
Gets a contact search order. The | ||
| Return | osid.contact.ContactSearchOrder | the contact search order interface | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getContactsBySearch | ||
| Description |
Gets the search results matching the given search. | ||
| Parameters | osid.contact.ContactQuery | contactQuery | the contact query |
osid.contact.ContactSearch | contactSearch | the contact search | |
| Return | osid.contact.ContactSearchResults | the contact search results | |
| Errors | NULL_ARGUMENT | contactQuery or contactSearch is null
| |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | contactQuery or contactSearch is not of this
service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getContactQueryFromInspector | ||
| Description |
Gets a contact query from an inspector. The inspector
is available from a | ||
| Parameters | osid.contact.ContactQueryInspector | contactQueryInspector | a contact query inspector |
| Return | osid.contact.ContactQuery | the contact query | |
| Errors | NULL_ARGUMENT | contactQueryInspector is null | |
| UNSUPPORTED | contactQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |