Uses of Class
org.jboss.seam.remoting.examples.model.Person

Uses of Person in org.jboss.seam.remoting.examples.model
 

Methods in org.jboss.seam.remoting.examples.model that return Person
 Person PersonAction.getPerson()
           
 Person Address.getPerson()
           
 

Methods in org.jboss.seam.remoting.examples.model that return types with arguments of type Person
 List<Person> PersonSearch.listPeople()
           
 

Methods in org.jboss.seam.remoting.examples.model with parameters of type Person
 void Address.setPerson(Person person)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.