Skip navigation links
C E F G L M S U 

C

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
 

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
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

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
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
 
getPopularEvents(int) - Method in class es.uvigo.esei.dgss.lettab.service.EventEJB
Get popular events and order them date asc and participants desc.

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
 

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 S U 
Skip navigation links

Copyright © 2016. All rights reserved.