Package | Description |
---|---|
org.osid.contact.rules |
The Open Service Interface Definitions for the org.osid.contact.rules
service.
|
Modifier and Type | Method and Description |
---|---|
ContactEnablerQuery |
ContactEnablerQuerySession.getContactEnablerQuery()
Gets a contact enabler query.
|
ContactEnablerQuery |
ContactEnablerSmartAddressBookSession.getContactEnablerQuery()
Gets a contact enabler query.
|
ContactEnablerQuery |
ContactEnablerSearchSession.getContactEnablerQueryFromInspector(ContactEnablerQueryInspector contactEnablerQueryInspector)
Gets a contact enabler query from an inspector.
|
ContactEnablerQuery |
ContactEnablerSmartAddressBookSession.getContactEnablerQueryFromInspector(ContactEnablerQueryInspector contactEnablerQueryInspector)
Gets a contact enabler query from an inspector.
|
Modifier and Type | Method and Description |
---|---|
void |
ContactEnablerSmartAddressBookSession.applyContactEnablerQuery(ContactEnablerQuery contactEnablerQuery)
Applies a contact enabler query to this address book.
|
ContactEnablerList |
ContactEnablerQuerySession.getContactEnablersByQuery(ContactEnablerQuery contactEnablerQuery)
Gets a list of
ContactEnablers matching the given
contact enabler query. |
ContactEnablerSearchResults |
ContactEnablerSearchSession.getContactEnablersBySearch(ContactEnablerQuery contactEnablerQuery,
ContactEnablerSearch contactEnablerSearch)
Gets the search results matching the given search query using the
given search.
|