Skip navigation links
C E F G L M R S U 

C

checkLoggedUser(String, String) - Method in class es.uvigo.esei.dgss.lettab.service.UserEJB
Checks the user that try to log in the website
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) - 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
 

E

es.uvigo.esei.dgss.lettab.service - package es.uvigo.esei.dgss.lettab.service
 
es.uvigo.esei.dgss.lettab.service.exception - package es.uvigo.esei.dgss.lettab.service.exception
 
EventEJB - Class in es.uvigo.esei.dgss.lettab.service
 
EventEJB() - Constructor for class es.uvigo.esei.dgss.lettab.service.EventEJB
 

F

findEvent(String) - Method in class es.uvigo.esei.dgss.lettab.service.EventEJB
This method search events by title and description, and order them by ascendant date and descendant participants
findEventById(int) - Method in class es.uvigo.esei.dgss.lettab.service.EventEJB
 
findRegisteredUser(String) - Method in class es.uvigo.esei.dgss.lettab.service.UserEJB
Find the registered user by login
findUserByLogin(String) - Method in class es.uvigo.esei.dgss.lettab.service.UserEJB
Obtains the user with the current login, no matter his active status (if the user confirmed its account or not).

G

getCurrentUserLogin() - Method in class es.uvigo.esei.dgss.lettab.service.EventEJB
 
getCurrentUserLogin() - Method in class es.uvigo.esei.dgss.lettab.service.MailEJB
Get the login of the current user
getEventsToAssist(String) - Method in class es.uvigo.esei.dgss.lettab.service.EventEJB
This method search signed up user's events, and order them by ascendant date and descendant participants
getFiveRandomEvents() - Method in class es.uvigo.esei.dgss.lettab.service.EventEJB
Get five random events using JPQL
getMyEvents(String) - Method in class es.uvigo.esei.dgss.lettab.service.EventEJB
Gives a list with the events created by the user bound to the login passed as a parameter.
getPopularEvents(int) - Method in class es.uvigo.esei.dgss.lettab.service.EventEJB
Get popular events using JPQL and order them by date asc.

L

linkEventToUser(User, Event) - Method in class es.uvigo.esei.dgss.lettab.service.EventEJB
Links an user to an event and increase the number of participants for that event
linkUserToEvent(User, Event) - Method in class es.uvigo.esei.dgss.lettab.service.UserEJB
Link to an event to an user and increase the participants for that event

M

MailEJB - Class in es.uvigo.esei.dgss.lettab.service
 
MailEJB() - Constructor for class es.uvigo.esei.dgss.lettab.service.MailEJB
 

R

removeLinkEventToUser(User, Event) - Method in class es.uvigo.esei.dgss.lettab.service.EventEJB
Removes the relationship between an user who assist to an event

S

sendConfirmationEmail(User, String, String) - Method in class es.uvigo.esei.dgss.lettab.service.MailEJB
Send a confirmation email to the user in order to register himself

U

UserEJB - Class in es.uvigo.esei.dgss.lettab.service
UserEJB
UserEJB() - Constructor for class es.uvigo.esei.dgss.lettab.service.UserEJB
 
UserNotActiveException - Exception in es.uvigo.esei.dgss.lettab.service.exception
Custom exception which will be thrown when you retrieve an user an is not active
UserNotActiveException() - Constructor for exception es.uvigo.esei.dgss.lettab.service.exception.UserNotActiveException
 
UserNotActiveException(String) - Constructor for exception es.uvigo.esei.dgss.lettab.service.exception.UserNotActiveException
 
C E F G L M R S U 
Skip navigation links

Copyright © 2016. All rights reserved.