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

C

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
 

D

DateBeforeTodayException - Exception in es.uvigo.esei.dgss.lettab.service.exception
Custom exception, caused by when you want to introduce a Date in an event before the actual date
DateBeforeTodayException(String) - Constructor for exception es.uvigo.esei.dgss.lettab.service.exception.DateBeforeTodayException
Calls the super() method for Exception

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
 
EventAlreadyCancelledException - Exception in es.uvigo.esei.dgss.lettab.service.exception
Custom exception, it will be thrown when an event is already cancelled
EventAlreadyCancelledException(String) - Constructor for exception es.uvigo.esei.dgss.lettab.service.exception.EventAlreadyCancelledException
Calls the super() method for Exception
EventEJB - Class in es.uvigo.esei.dgss.lettab.service
 
EventEJB() - Constructor for class es.uvigo.esei.dgss.lettab.service.EventEJB
 
EventNotActiveException - Exception in es.uvigo.esei.dgss.lettab.service.exception
Custom exception which will be thrown if the event you want to link to an user is not active
EventNotActiveException(String) - Constructor for exception es.uvigo.esei.dgss.lettab.service.exception.EventNotActiveException
Calls the super() method for Exception

F

findEventById(int) - Method in class es.uvigo.esei.dgss.lettab.service.EventEJB
Receives the id of an event and return the event related with it.
findEvents(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, no matter his active status (if the user confirmed its account or not).

G

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

SearchNotFoundException - Exception in es.uvigo.esei.dgss.lettab.service.exception
Search exception which will be thrown when you retrieve a search an is not found
SearchNotFoundException() - Constructor for exception es.uvigo.esei.dgss.lettab.service.exception.SearchNotFoundException
 
SearchNotFoundException(String) - Constructor for exception es.uvigo.esei.dgss.lettab.service.exception.SearchNotFoundException
 
sendConfirmationEmail(User, String) - Method in class es.uvigo.esei.dgss.lettab.service.MailEJB
Send a confirmation email to the user in order to register himself

U

updateEvent(Event, String) - Method in class es.uvigo.esei.dgss.lettab.service.EventEJB
Update an event
UserAlreadyActiveException - Exception in es.uvigo.esei.dgss.lettab.service.exception
Custom exception which will be thrown when you retrieve an user an is not active
UserAlreadyActiveException(String) - Constructor for exception es.uvigo.esei.dgss.lettab.service.exception.UserAlreadyActiveException
Calls the super() method for Exception
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(String) - Constructor for exception es.uvigo.esei.dgss.lettab.service.exception.UserNotActiveException
Calls the super() method for Exception
C D E F G L M R S U 
Skip navigation links

Copyright © 2017. All rights reserved.