org.jboss.seam.remoting.examples.model
Class PersonSearch
java.lang.Object
org.jboss.seam.remoting.examples.model.PersonSearch
@Model
public class PersonSearch
- extends Object
Returns a list of all the Person entities
- Author:
- Shane Bryzak
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersonSearch
public PersonSearch()
listPeople
@WebRemote
public List<Person> listPeople()
throws Exception
- Throws:
Exception
Copyright © 2011 Seam Framework. All Rights Reserved.