public interface CommDirectoryAPI
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
addPerson(PersonAPI person) |
java.lang.String |
addPerson(PersonAPI person,
int index) |
void |
clear() |
java.util.List<CommDirectoryEntryAPI> |
getEntriesCopy() |
CommDirectoryEntryAPI |
getEntryForPerson(PersonAPI person) |
CommDirectoryEntryAPI |
getEntryForPerson(java.lang.String personId) |
void |
removeEntry(CommDirectoryEntryAPI entry) |
void |
removeEntry(java.lang.String id) |
void |
removePerson(PersonAPI person)
Removes all comm entries associated with this person.
|
void removePerson(PersonAPI person)
person - void removeEntry(CommDirectoryEntryAPI entry)
void removeEntry(java.lang.String id)
void clear()
java.util.List<CommDirectoryEntryAPI> getEntriesCopy()
CommDirectoryEntryAPI getEntryForPerson(PersonAPI person)
CommDirectoryEntryAPI getEntryForPerson(java.lang.String personId)