org.jboss.seam.remoting.examples.model
Class PersonAction
java.lang.Object
org.jboss.seam.remoting.examples.model.PersonAction
- All Implemented Interfaces:
- Serializable
@ConversationScoped
public class PersonAction
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersonAction
public PersonAction()
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.