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 Address.getPerson()
           
 Person PersonAction.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 © 2012 Seam Framework. All Rights Reserved.