- cancelEvent(String, int) - Method in class es.uvigo.esei.dgss.lettab.service.EventEJB
-
This method is used to cancel a given event.
- checkLoggedUser(String, String) - Method in class es.uvigo.esei.dgss.lettab.service.UserEJB
-
Checks the user that try to log in the web site
- confirmUser(String) - Method in class es.uvigo.esei.dgss.lettab.service.UserEJB
-
Looks for the User with the obtained login, activate his account by
setting its state to true and updates his status in the persistence
layer.
- 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, String) - Method in class es.uvigo.esei.dgss.lettab.service.UserEJB
-
Creates a new User entity using the passed parameters, assigns its role
as 'user' by default and persists it in the database with a false active
status.
- ctx - Variable in class es.uvigo.esei.dgss.lettab.service.UserEJB
-