Uses of Interface
biz.janux.people.Person

Packages that use Person
biz.janux.people The biz.janux.people package represents Persons and Organizations using the key concept of a Party, which makes it possible to treat Person and Organizations interchangeably in the context of a contract, a business relationship or other relationships that may be entered between people and organization. 
 

Uses of Person in biz.janux.people
 

Classes in biz.janux.people with type parameters of type Person
 interface PersonDaoGeneric<T extends Person>
          Used to create, save, retrieve, update and delete Person objects from persistent storage
 

Methods in biz.janux.people that return Person
 Person PersonDao.load(Integer id)
          Deprecated. loads a Person object from persistence using its id
 



Copyright © 2005-2013 Janux. All Rights Reserved.