org.jboss.seam.remoting.examples.model
Class PersonSearch

java.lang.Object
  extended by org.jboss.seam.remoting.examples.model.PersonSearch

@Model
public class PersonSearch
extends Object

Returns a list of all the Person entities

Author:
Shane Bryzak

Constructor Summary
PersonSearch()
           
 
Method Summary
 List<Person> listPeople()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonSearch

public PersonSearch()
Method Detail

listPeople

@WebRemote
public List<Person> listPeople()
                        throws Exception
Throws:
Exception


Copyright © 2011 Seam Framework. All Rights Reserved.