|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogInException | |
---|---|
net.sf.imca.model | The classes in this package contain the object orientated logic of the domain model. |
net.sf.imca.services | The classes are the interface for the various back-end services the IMCA provide. |
Uses of LogInException in net.sf.imca.model |
---|
Constructors in net.sf.imca.model that throw LogInException | |
---|---|
PersonBO(javax.persistence.EntityManager em,
java.lang.String email,
java.lang.String password)
|
Uses of LogInException in net.sf.imca.services |
---|
Methods in net.sf.imca.services that throw LogInException | |
---|---|
PersonBO |
LoginRegisterService.login(java.lang.String email,
java.lang.String password)
Try to login the using the user supplied parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |