- checkLoggedUser(String, String) - Method in class es.uvigo.esei.dgss.lettab.service.UserEJB
-
Checks the user that try to login in the web
- confirmUser(String) - Method in class es.uvigo.esei.dgss.lettab.service.UserEJB
-
Looks for the User with the obtained login, sets its state to true and
updates his status
- createEvent(Event) - Method in class es.uvigo.esei.dgss.lettab.service.EventEJB
-
Create an event and stores it in the database
- createUser(String, String, String, String) - Method in class es.uvigo.esei.dgss.lettab.service.UserEJB
-
Creates a new User entity using the passed parameters, persists it in the
database with a false active status.
- ctx - Variable in class es.uvigo.esei.dgss.lettab.service.UserEJB
-