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

C

count() - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
Counts how many Events currently exist in the database.
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
 

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.
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.
getEvent() - Method in exception es.uvigo.esei.dgss.letta.service.util.exceptions.EventAlredyJoinedException
 
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
 
getUser() - Method in exception es.uvigo.esei.dgss.letta.service.util.exceptions.EventAlredyJoinedException
 

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

registerToEvent(Event) - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
Register the current identified User into a Event.
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

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.
C D E G L M R S U 
Skip navigation links

Copyright © 2015. All rights reserved.