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

java.lang.Object
  extended by org.jboss.seam.remoting.examples.model.PersonAction
All Implemented Interfaces:
Serializable

@ConversationScoped
public class PersonAction
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PersonAction()
           
 
Method Summary
 void createPerson()
           
 void editPerson(Integer personId)
           
 Person getPerson()
           
 void savePerson()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonAction

public PersonAction()
Method Detail

createPerson

@WebRemote
public void createPerson()

editPerson

@WebRemote
public void editPerson(Integer personId)

savePerson

@WebRemote
public void savePerson()
                throws Exception
Throws:
Exception

getPerson

public Person getPerson()


Copyright © 2011 Seam Framework. All Rights Reserved.