| |
|
| com.sun.collablet.ContactGroup
ContactGroup | public interface ContactGroup (Code) | | author: Todd Fast, todd.fast@sun.com |
delete | public void delete() throws CollabException(Code) | | Removes this group and all its contacts from the persistent contact
list
|
getContact | public CollabPrincipal getContact(String identifier)(Code) | | Returns the specified contact (by identifier) or null of a contact
could not be found in this group's contact list
Parameters: identifier - The contact's full identifier The specified contact (by identifier) or null of a contactcould not be found in this group's contact list |
|
|
|