Package | Description |
---|---|
com.llwork.external.contact | |
com.llwork.external.email |
Modifier and Type | Class and Description |
---|---|
class |
ContactData
Implementation of LLwork of the interface IContactData.
|
Modifier and Type | Method and Description |
---|---|
IContactData[] |
IContactManager.getAllContactData(java.lang.String internalContactPath)
The external contact application should return all contacts that reside in the personal store of the user (not the global one)
|
IContactData |
IContactManager.getContactData(java.lang.String contactId,
java.lang.String internalContactPath)
The external application should return the requested contact
|
IContactData[] |
IContactSearchManager.searchContacts(java.lang.String searchString,
java.lang.String additionalSearchString,
java.lang.String additionalSearchString2)
Performs the contact search.
|
IContactData[] |
IContactSearchManager.searchContactsByTelephoneNumber(java.lang.String number,
java.lang.String countryCodePrefix,
java.lang.String areaCodePrefix,
java.lang.String trunkLine)
Performs the fast contact search by telephone number.
|
IContactData[] |
IContactManager.searchForContacts(java.lang.String searchString,
java.lang.String internalContactPath)
LLworkplace searches for contacts in the global contacts of the external contact application
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
IContactManager.createContact(IContactData contactData,
boolean saveImmediately)
LLworkplace wants that the external application creates a new contact
|
boolean |
IContactManager.editContact(IContactData contactData,
boolean saveImmediately)
LLworkplace wants that the external application to edit a contact
|
Modifier and Type | Method and Description |
---|---|
IContactData[] |
IEmailManager.resolveValidEmailAddress(java.lang.String emailAddress)
Tells LLworkplace the possible external application address entries found for the email-address
|