Rakesh API

Uses of Class
org.rakeshv.xml.addressbook.Person

Packages that use Person
org.rakeshv.xml.addressbook An XML address book implementation. 
 

Uses of Person in org.rakeshv.xml.addressbook
 

Methods in org.rakeshv.xml.addressbook that return Person
private  Person AddressBook.populatePerson(org.jdom.Element element)
          Walk through the child elements of the specified person element, and create a corresponding Person bean.
 

Methods in org.rakeshv.xml.addressbook with parameters of type Person
 void AddressBook.addPerson(Person person)
          Add the specified Person java bean to the address book.
private  void AddressBook.addPersonToTree(Person person)
          Add the specified Person object to the JDOM tree as a person element.
 void AddressBook.modifyAssociatedGroup(Person person)
          Find the associated Group in the AddressBook.groups Map (if any), and change the Member.mail to the mail of the Person object passed in.
 void AddressBook.modifyPerson(Person person)
          Save the specified Person java bean that has been modified to the underlying JDOM tree.
private  void AddressBook.populateAddresses(Person person, org.jdom.Element personElement)
          Populate the addresses list, if address data is available for the specified person element in the address book.
 


Rakesh API

Copyright © 2002-2005 - Rakesh Vidyadharan