Method Summary |
|
abstract public void | closeAddressBook(AddressBook ab) Abstract method to close a currently opened address book. |
abstract public void | connect() Authenticate the user and connect to the address book server. |
abstract public void | disconnect() Close the connection to the address book store.
exception: ABStoreException - if unable to connect to back end service. |
abstract public String[] | getAddressBooks() Get the list of address books id's of the user. |
abstract protected String | getDefaultAbID() Abstract method to get this user's default address book id.
The address book id corresponding to the authenticated user. |
public ABSession | getSession() Get the Session. |
abstract public void | init(ABSession session) The init method for initializing and setting the properties in
the ABStore. |
abstract public boolean | isConnected() Checks if the connection to the store object is still valid. |
final public AddressBook | openAddressBook() Get the user's default address book. |
abstract public AddressBook | openAddressBook(String abID) Abstract method to retrieve a address book from the backend service. |