Skip navigation links
A C E F G H I J L M P S T U 

A

attendToEvent(int) - Method in class es.uvigo.esei.dgss.teama.letta.ejb.UserEJB
Attend an event by an user

C

cancelEvent(Event) - Method in class es.uvigo.esei.dgss.teama.letta.ejb.EventEJB
Cancel an event by its creator
checkEventAtendance(Event) - Method in class es.uvigo.esei.dgss.teama.letta.ejb.UserEJB
Checks if the authenticated user is already attending the given event.
checkIsCreator(Event) - Method in class es.uvigo.esei.dgss.teama.letta.ejb.UserEJB
Checks if the authenticated user is the given event creator.
ConfirmationMail - Class in es.uvigo.esei.dgss.teama.letta.ejb.util.email
This class creates a confirmation mail.
ConfirmationMail(String, String, String) - Constructor for class es.uvigo.esei.dgss.teama.letta.ejb.util.email.ConfirmationMail
Creates a new instance of ConfirmationMail with a default body message.
confirmRegistration(String) - Method in class es.uvigo.esei.dgss.teama.letta.ejb.UserEJB
Confirms a pre-registered user through the given token.
createEvent(Event) - Method in class es.uvigo.esei.dgss.teama.letta.ejb.EventEJB
 

E

equals(Object) - Method in class es.uvigo.esei.dgss.teama.letta.ejb.util.email.Mail
 
es.uvigo.esei.dgss.teama.letta.ejb - package es.uvigo.esei.dgss.teama.letta.ejb
 
es.uvigo.esei.dgss.teama.letta.ejb.exception - package es.uvigo.esei.dgss.teama.letta.ejb.exception
 
es.uvigo.esei.dgss.teama.letta.ejb.token - package es.uvigo.esei.dgss.teama.letta.ejb.token
 
es.uvigo.esei.dgss.teama.letta.ejb.util.email - package es.uvigo.esei.dgss.teama.letta.ejb.util.email
 
EventEJB - Class in es.uvigo.esei.dgss.teama.letta.ejb
 
EventEJB() - Constructor for class es.uvigo.esei.dgss.teama.letta.ejb.EventEJB
 

F

findByLoginAndPassword(String, String) - Method in class es.uvigo.esei.dgss.teama.letta.ejb.UserEJB
Gets the user from the database with the given login and password
findByName(String) - Method in class es.uvigo.esei.dgss.teama.letta.ejb.UserEJB
Gets the user from the database with the given login

G

generate() - Method in interface es.uvigo.esei.dgss.teama.letta.ejb.token.TokenGenerator
Generates a token.
generate() - Method in class es.uvigo.esei.dgss.teama.letta.ejb.token.UuidGenerator
 
getAttendedEvents() - Method in class es.uvigo.esei.dgss.teama.letta.ejb.EventEJB
Gets events are marked as attended by the logged-in user.
getEventFromId(int) - Method in class es.uvigo.esei.dgss.teama.letta.ejb.EventEJB
Get the event with a given id.
getMessage() - Method in class es.uvigo.esei.dgss.teama.letta.ejb.util.email.Mail
Gets the body of the mail.
getMyEvents() - Method in class es.uvigo.esei.dgss.teama.letta.ejb.EventEJB
Get the event created by the user who is logged in the system
getReceiver() - Method in class es.uvigo.esei.dgss.teama.letta.ejb.util.email.Mail
Gets the receiver address.
getSubject() - Method in class es.uvigo.esei.dgss.teama.letta.ejb.util.email.Mail
Gets the subject of the mail.
getTopEvents() - Method in class es.uvigo.esei.dgss.teama.letta.ejb.EventEJB
 
getTransmitter() - Method in class es.uvigo.esei.dgss.teama.letta.ejb.util.email.Mail
Gets the transmitter address.
getWallEvents() - Method in class es.uvigo.esei.dgss.teama.letta.ejb.EventEJB
 

H

hashCode() - Method in class es.uvigo.esei.dgss.teama.letta.ejb.util.email.Mail
 

I

isRegistered(String) - Method in class es.uvigo.esei.dgss.teama.letta.ejb.UserEJB
Checks if the given user login is registered in the system.

J

JavaMailSender - Class in es.uvigo.esei.dgss.teama.letta.ejb.util.email
This class allows send a mail.
JavaMailSender() - Constructor for class es.uvigo.esei.dgss.teama.letta.ejb.util.email.JavaMailSender
 

L

LettaIllegalArgumentException - Exception in es.uvigo.esei.dgss.teama.letta.ejb.exception
This exception is launched if parameter has invalid value
LettaIllegalArgumentException(String) - Constructor for exception es.uvigo.esei.dgss.teama.letta.ejb.exception.LettaIllegalArgumentException
Default constructor with custom message.
LettaIllegalArgumentException() - Constructor for exception es.uvigo.esei.dgss.teama.letta.ejb.exception.LettaIllegalArgumentException
Default constructor.
loggingUser() - Method in class es.uvigo.esei.dgss.teama.letta.ejb.UserEJB
Return the user logged

M

Mail - Class in es.uvigo.esei.dgss.teama.letta.ejb.util.email
This class represents a mail with the necessary data to be sent.
Mail(String, String, String, String) - Constructor for class es.uvigo.esei.dgss.teama.letta.ejb.util.email.Mail
Creates a new instance of Mail.
Mail(String, String, String) - Constructor for class es.uvigo.esei.dgss.teama.letta.ejb.util.email.Mail
Creates a new instance of Mail with server address as transmitter.
MailSender - Interface in es.uvigo.esei.dgss.teama.letta.ejb.util.email
This interface must be implemented by mail sender classes.

P

preRegistration(User) - Method in class es.uvigo.esei.dgss.teama.letta.ejb.UserEJB
Generates a verification token used to confirm the registration later.

S

search(String) - Method in class es.uvigo.esei.dgss.teama.letta.ejb.EventEJB
Gets events that match with the follow criteria: the search term appears in the title or the search term appears in the description and the event was not canceled.
searchAutocomplete(String) - Method in class es.uvigo.esei.dgss.teama.letta.ejb.EventEJB
Gets the same events that search method but returns only titles of events.
send(Mail) - Method in class es.uvigo.esei.dgss.teama.letta.ejb.util.email.JavaMailSender
Sends the given mail.
send(Mail) - Method in interface es.uvigo.esei.dgss.teama.letta.ejb.util.email.MailSender
Sends the given mail to addressee.
SERVER - Static variable in class es.uvigo.esei.dgss.teama.letta.ejb.util.email.Mail
Server address (transmitter).

T

TokenGenerator - Interface in es.uvigo.esei.dgss.teama.letta.ejb.token
This interface must be implemented by verification token generator classes.
toString() - Method in class es.uvigo.esei.dgss.teama.letta.ejb.util.email.Mail
 

U

unAttendToEvent(int) - Method in class es.uvigo.esei.dgss.teama.letta.ejb.UserEJB
Unattend an event by an user
updateEvent(Event) - Method in class es.uvigo.esei.dgss.teama.letta.ejb.EventEJB
Update an event by its organizer
UserEJB - Class in es.uvigo.esei.dgss.teama.letta.ejb
This class contains the logic of user management.
UserEJB() - Constructor for class es.uvigo.esei.dgss.teama.letta.ejb.UserEJB
 
UuidGenerator - Class in es.uvigo.esei.dgss.teama.letta.ejb.token
This class implements the TokenGenerator interface.
UuidGenerator() - Constructor for class es.uvigo.esei.dgss.teama.letta.ejb.token.UuidGenerator
 
A C E F G H I J L M P S T U 
Skip navigation links

Copyright © 2017. All rights reserved.