public interface AddressBookServiceInterface
Modifier and Type | Method and Description |
---|---|
void |
retrieve()
Retrieves the list of personal address book entries from the server
|
void |
searchDirectory(java.lang.String criteria,
Constants.AddressBookSearchType searchType)
Searches the directory
|
void |
setAddressBookApplicationListener(AddressBookApplicationListener addressbookApplicationListener)
Sets the callback mechanism of Addressbook Service.
|
void retrieve() throws MobileException
MobileException
void searchDirectory(java.lang.String criteria, Constants.AddressBookSearchType searchType) throws MobileException
criteria
- String(text depending on the searchType)searchType
- search type information (defining the type of criteria provided)MobileException
Constants.AddressBookSearchType
void setAddressBookApplicationListener(AddressBookApplicationListener addressbookApplicationListener)
addressbookApplicationListener
- AddressBookService listenerAddressBookApplicationListener