|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AddressBook
Interface to the mail functionality of a Notes address book.
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 |
---|
java.util.Iterator getContacts()
Should return in alphabetical order
boolean isPrivate()
true
if the database is a Personal Address Book,
false
if the database is not Personal Address Bookboolean isPublic()
true
if the database is a Public Address Book,
false
if the database is not Public Address Bookjava.lang.String getTitle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |