|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.nplus1.anduril.server.services.PersonManagerBean
| Constructor Summary | |
PersonManagerBean()
|
|
| Method Summary | |
PersonDTO |
addPerson(PersonDTO person)
Service method for the Add Person use case. |
void |
ejbCreate()
|
java.util.Collection |
getActivePeople()
Service method for the List People use case. |
java.util.Collection |
getPeople()
Service method for the List People use case. |
PersonDTO |
getPerson(java.lang.Integer id)
Service method for the View Person use case. |
void |
removePerson(java.lang.Integer id)
Service method for the Remove Person use case. |
void |
updatePerson(PersonDTO person)
Service method for the Update Person use case. |
PersonDTO |
userLogin(java.lang.String username)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.ejb.SessionBean |
ejbActivate, ejbPassivate, ejbRemove, setSessionContext |
| Constructor Detail |
public PersonManagerBean()
| Method Detail |
public void ejbCreate()
throws javax.ejb.CreateException
javax.ejb.CreateException
public PersonDTO addPerson(PersonDTO person)
throws javax.ejb.CreateException
javax.ejb.CreateException
public void updatePerson(PersonDTO person)
throws UpdateException
UpdateException
public void removePerson(java.lang.Integer id)
throws javax.ejb.RemoveException
javax.ejb.RemoveException
public PersonDTO getPerson(java.lang.Integer id)
throws javax.ejb.FinderException
javax.ejb.FinderException
public PersonDTO userLogin(java.lang.String username)
throws javax.ejb.FinderException
javax.ejb.FinderException
public java.util.Collection getPeople()
throws javax.ejb.FinderException
javax.ejb.FinderException
public java.util.Collection getActivePeople()
throws javax.ejb.FinderException
javax.ejb.FinderException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||