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

A

attendToEvent(int) - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
Register the current identified User into a Event.

C

count() - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
Counts how many Events currently exist in the database.
countAttendingEvents() - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
Retrieves a number of Events that authenticated User is joined.
createEvent(Event) - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
Creates a new Event in the database, setting its creator as the current identified User.

D

DefaultMailer - Class in es.uvigo.esei.dgss.letta.service.util.mail
Sends registration mails
DefaultMailer() - Constructor for class es.uvigo.esei.dgss.letta.service.util.mail.DefaultMailer
 

E

EmailDuplicateException - Exception in es.uvigo.esei.dgss.letta.service.util.exceptions
 
EmailDuplicateException(String) - Constructor for exception es.uvigo.esei.dgss.letta.service.util.exceptions.EmailDuplicateException
 
es.uvigo.esei.dgss.letta.service - package es.uvigo.esei.dgss.letta.service
 
es.uvigo.esei.dgss.letta.service.util.exceptions - package es.uvigo.esei.dgss.letta.service.util.exceptions
 
es.uvigo.esei.dgss.letta.service.util.mail - package es.uvigo.esei.dgss.letta.service.util.mail
 
EventAlredyJoinedException - Exception in es.uvigo.esei.dgss.letta.service.util.exceptions
 
EventAlredyJoinedException(User, Event) - Constructor for exception es.uvigo.esei.dgss.letta.service.util.exceptions.EventAlredyJoinedException
 
EventEJB - Class in es.uvigo.esei.dgss.letta.service
EventEJB is a service bean providing all the required event-related methods.
EventEJB() - Constructor for class es.uvigo.esei.dgss.letta.service.EventEJB
 
EventIsCancelledException - Exception in es.uvigo.esei.dgss.letta.service.util.exceptions
 
EventIsCancelledException(Event) - Constructor for exception es.uvigo.esei.dgss.letta.service.util.exceptions.EventIsCancelledException
 
EventNotJoinedException - Exception in es.uvigo.esei.dgss.letta.service.util.exceptions
 
EventNotJoinedException(User, Event) - Constructor for exception es.uvigo.esei.dgss.letta.service.util.exceptions.EventNotJoinedException
 

G

get(String) - Method in class es.uvigo.esei.dgss.letta.service.UserEJB
Retrieves the User associated with the received login name, returned as an Optional value that will be empty if the user is not found.
getAttendingEvents(int, int) - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
Return a List of Events that authenticated User is joined.
getByEmail(String) - Method in class es.uvigo.esei.dgss.letta.service.UserEJB
Retrieves the User associated with the received email, returned as an Optional value that will be empty if the user is not found.
getCurrentUser() - Method in class es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB
Retrieves the current identified User from the database.
getEventsOwnedByCurrentUser() - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
Get events created by the active user.
getMessage() - Method in exception es.uvigo.esei.dgss.letta.service.util.exceptions.EmailDuplicateException
 
getMessage() - Method in exception es.uvigo.esei.dgss.letta.service.util.exceptions.LoginDuplicateException
 

L

listByDate(int, int) - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
Returns a paginated List of Events, sorted by ascending date (which means that older events will be first on the list).
listHighlighted() - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
Returns a paginated List of Events with all the currently highlighted events, sorted by a magician.
LoginDuplicateException - Exception in es.uvigo.esei.dgss.letta.service.util.exceptions
 
LoginDuplicateException(String) - Constructor for exception es.uvigo.esei.dgss.letta.service.util.exceptions.LoginDuplicateException
 

M

Mailer - Interface in es.uvigo.esei.dgss.letta.service.util.mail
Interface for TestingMailer and DefaultMailer

R

registerUser(Registration) - Method in class es.uvigo.esei.dgss.letta.service.UserEJB
Register an user
registrationWithLogin(String) - Method in class es.uvigo.esei.dgss.letta.service.UserEJB
Finds a registration by login

S

search(String, int, int) - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
Searches for Events matching some given String query, and returns the results as a paginated List.
sendEmail(String, String, String, String) - Method in class es.uvigo.esei.dgss.letta.service.util.mail.DefaultMailer
Sends and email
sendEmail(String, String, String, String) - Method in interface es.uvigo.esei.dgss.letta.service.util.mail.Mailer
Sends an email
setMessage(String) - Method in exception es.uvigo.esei.dgss.letta.service.util.exceptions.EmailDuplicateException
 
setMessage(String) - Method in exception es.uvigo.esei.dgss.letta.service.util.exceptions.LoginDuplicateException
 

U

unattendToEvent(int) - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
 
UserAuthorizationEJB - Class in es.uvigo.esei.dgss.letta.service
UserAuthorizationEJB is a service bean providing useful authorization and authentication methods, built around Principal.
UserAuthorizationEJB() - Constructor for class es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB
 
userConfirmation(String) - Method in class es.uvigo.esei.dgss.letta.service.UserEJB
Confirms a user registration
UserEJB - Class in es.uvigo.esei.dgss.letta.service
UserEJB is a service bean providing all the required user-related methods.
UserEJB() - Constructor for class es.uvigo.esei.dgss.letta.service.UserEJB
 
userWithLogin(String) - Method in class es.uvigo.esei.dgss.letta.service.UserEJB
Deprecated.
Consider using UserEJB.get(String) instead, as it already checks the failure case where the User is not found, by returning it as an Optional value.
A C D E G L M R S U 
Skip navigation links

Copyright © 2015. All rights reserved.