de.bea.domingo.groupware
Interface AddressBook

All Known Implementing Classes:
NamesDatabase

public interface AddressBook

Interface to the mail functionality of a Notes address book.

Author:
Daniel Schwarz

Method Summary
 java.util.Iterator getContacts()
          Returns an iterator over all contacts in the Address Book.
 java.lang.String getTitle()
          Returns the title of the Address Book.
 boolean isPrivate()
          Indicates if a database is a Personal Address Book.
 boolean isPublic()
          Indicates if a database is a Public Address Book.
 

Method Detail

getContacts

java.util.Iterator getContacts()
Returns an iterator over all contacts in the Address Book.

Should return in alphabetical order

Returns:
iterator over all contacts in the Address Book

isPrivate

boolean isPrivate()
Indicates if a database is a Personal Address Book.

Returns:
true if the database is a Personal Address Book, false if the database is not Personal Address Book

isPublic

boolean isPublic()
Indicates if a database is a Public Address Book.

Returns:
true if the database is a Public Address Book, false if the database is not Public Address Book

getTitle

java.lang.String getTitle()
Returns the title of the Address Book.

Returns:
title


Domingo Java-API