Skip navigation links
A C E G H I O R S T U V 

A

addAttendee(User) - Method in class es.uvigo.esei.dgss.teama.letta.entities.Event
Adds a new User to this event's assistants set.
addAttendeeToEvent(Event) - Method in class es.uvigo.esei.dgss.teama.letta.entities.User
Set this user to the event as attendee.
addEvent(Event) - Method in class es.uvigo.esei.dgss.teama.letta.entities.User
Set this user to the event as creator.
addOrganizerToEvent(Event) - Method in class es.uvigo.esei.dgss.teama.letta.entities.User
Set this user to the event as organizer.

C

Category - Enum in es.uvigo.esei.dgss.teama.letta.entities
 
countAttendees() - Method in class es.uvigo.esei.dgss.teama.letta.entities.Event
Returns the current number of attendees of this event.

E

equals(Object) - Method in class es.uvigo.esei.dgss.teama.letta.entities.Event
 
equals(Object) - Method in class es.uvigo.esei.dgss.teama.letta.entities.User
 
es.uvigo.esei.dgss.teama.letta.entities - package es.uvigo.esei.dgss.teama.letta.entities
 
Event - Class in es.uvigo.esei.dgss.teama.letta.entities
Class that contains everything related to an event.
Event() - Constructor for class es.uvigo.esei.dgss.teama.letta.entities.Event
Default constructor.
Event(int, User, User, String, String, String, Category, String, Date, Date) - Constructor for class es.uvigo.esei.dgss.teama.letta.entities.Event
 
Event(int, User, User, String, String, String, Category, String, Date, Date, boolean) - Constructor for class es.uvigo.esei.dgss.teama.letta.entities.Event
 
Event(User, User, String, String, String, Category, String, Date, Date) - Constructor for class es.uvigo.esei.dgss.teama.letta.entities.Event
Creates a new instance of Event
Event(String, String, String, Category, String, Date, Date) - Constructor for class es.uvigo.esei.dgss.teama.letta.entities.Event
Creates a new instance of Event

G

getAssistants() - Method in class es.uvigo.esei.dgss.teama.letta.entities.Event
Returns the list of attendees of this event.
getAttendedEvents() - Method in class es.uvigo.esei.dgss.teama.letta.entities.User
Returns events attended by the user.
getCategory() - Method in class es.uvigo.esei.dgss.teama.letta.entities.Event
Returns the category of the event.
getCreator() - Method in class es.uvigo.esei.dgss.teama.letta.entities.Event
Returns the creator of the event.
getDescription() - Method in class es.uvigo.esei.dgss.teama.letta.entities.Event
Returns the description of the event.
getEmail() - Method in class es.uvigo.esei.dgss.teama.letta.entities.User
Returns the email of this user.
getEmail() - Method in class es.uvigo.esei.dgss.teama.letta.entities.VerificationToken
Gets the email of the associated user.
getEnd() - Method in class es.uvigo.esei.dgss.teama.letta.entities.Event
Returns the date end of this event.
getEventsCreated() - Method in class es.uvigo.esei.dgss.teama.letta.entities.User
Returns events created by the user.
getHead() - Method in class es.uvigo.esei.dgss.teama.letta.entities.Event
Returns the head of the event.
getId() - Method in class es.uvigo.esei.dgss.teama.letta.entities.Event
Returns the id of the event.
getLocation() - Method in class es.uvigo.esei.dgss.teama.letta.entities.Event
Returns the location of the event.
getLogin() - Method in class es.uvigo.esei.dgss.teama.letta.entities.User
Returns the login of this user.
getLogin() - Method in class es.uvigo.esei.dgss.teama.letta.entities.VerificationToken
Gets the login of the associated user.
getName() - Method in class es.uvigo.esei.dgss.teama.letta.entities.User
Returns the name of this user.
getOrganizedEvents() - Method in class es.uvigo.esei.dgss.teama.letta.entities.User
Returns events organized by the user.
getOrganizer() - Method in class es.uvigo.esei.dgss.teama.letta.entities.Event
Returns the organizer of the event.
getPassword() - Method in class es.uvigo.esei.dgss.teama.letta.entities.User
Returns the MD5 of the user's password.
getRole() - Method in class es.uvigo.esei.dgss.teama.letta.entities.User
Returns the role of the event.
getStart() - Method in class es.uvigo.esei.dgss.teama.letta.entities.Event
Returns the date start of this event.
getSurname() - Method in class es.uvigo.esei.dgss.teama.letta.entities.User
Returns the surname of this user.
getTitle() - Method in class es.uvigo.esei.dgss.teama.letta.entities.Event
Returns the title of the event.
getToken() - Method in class es.uvigo.esei.dgss.teama.letta.entities.VerificationToken
Gets the generated token.

H

hashCode() - Method in class es.uvigo.esei.dgss.teama.letta.entities.Event
 
hashCode() - Method in class es.uvigo.esei.dgss.teama.letta.entities.User
 

I

isAttendee(User) - Method in class es.uvigo.esei.dgss.teama.letta.entities.Event
Checks whether a given User is an attendee of the current event.
isCanceled() - Method in class es.uvigo.esei.dgss.teama.letta.entities.Event
Checks if the event was canceled.

O

ownsAttendedEvents(Event) - Method in class es.uvigo.esei.dgss.teama.letta.entities.User
Checks if an attendee of an event is this user.
ownsCreatedEvents(Event) - Method in class es.uvigo.esei.dgss.teama.letta.entities.User
Checks if the creator of an event is this user.
ownsOrganizedEvents(Event) - Method in class es.uvigo.esei.dgss.teama.letta.entities.User
Checks if the organizer of an event is this user.

R

removeAttendee(User) - Method in class es.uvigo.esei.dgss.teama.letta.entities.Event
Removes an User from this event's assistants set.
removeAttendeeToEvent(Event) - Method in class es.uvigo.esei.dgss.teama.letta.entities.User
Remove this user as attendee of the event
Role - Enum in es.uvigo.esei.dgss.teama.letta.entities
 

S

setAssistants(User) - Method in class es.uvigo.esei.dgss.teama.letta.entities.Event
Sets a attendees of this event.
setCanceled(boolean) - Method in class es.uvigo.esei.dgss.teama.letta.entities.Event
Changes the status of event.
setCategory(Category) - Method in class es.uvigo.esei.dgss.teama.letta.entities.Event
Sets the category of this event.
setCreator(User) - Method in class es.uvigo.esei.dgss.teama.letta.entities.Event
Sets the creator of this event.
setDescription(String) - Method in class es.uvigo.esei.dgss.teama.letta.entities.Event
Sets the description of this event.
setEmail(String) - Method in class es.uvigo.esei.dgss.teama.letta.entities.User
Sets the email of the user.
setEnd(Date) - Method in class es.uvigo.esei.dgss.teama.letta.entities.Event
Sets the date end of this event.
setHead(String) - Method in class es.uvigo.esei.dgss.teama.letta.entities.Event
Sets the head of the event.
setLocation(String) - Method in class es.uvigo.esei.dgss.teama.letta.entities.Event
Sets the location of this event.
setLogin(String) - Method in class es.uvigo.esei.dgss.teama.letta.entities.User
Sets the login of this user.
setName(String) - Method in class es.uvigo.esei.dgss.teama.letta.entities.User
Sets the name of this user.
setOrganizer(User) - Method in class es.uvigo.esei.dgss.teama.letta.entities.Event
Sets the organizer of this event.
setPassword(String) - Method in class es.uvigo.esei.dgss.teama.letta.entities.User
Changes the password of the user.
setPasswordMD5(String) - Method in class es.uvigo.esei.dgss.teama.letta.entities.User
Sets the MD5 password of the user.
setRole(Role) - Method in class es.uvigo.esei.dgss.teama.letta.entities.User
Sets the role of this event.
setStart(Date) - Method in class es.uvigo.esei.dgss.teama.letta.entities.Event
Sets the date start of this event.
setSurname(String) - Method in class es.uvigo.esei.dgss.teama.letta.entities.User
Sets the surname of this user.
setTitle(String) - Method in class es.uvigo.esei.dgss.teama.letta.entities.Event
Sets the title of this event.

T

toString() - Method in class es.uvigo.esei.dgss.teama.letta.entities.Event
 
toUser() - Method in class es.uvigo.esei.dgss.teama.letta.entities.VerificationToken
Gets the associated user.

U

User - Class in es.uvigo.esei.dgss.teama.letta.entities
Class that contains everything related to an user.
User(String, String, String, String, String, Role) - Constructor for class es.uvigo.esei.dgss.teama.letta.entities.User
Creates a new instance of User
User() - Constructor for class es.uvigo.esei.dgss.teama.letta.entities.User
 

V

valueOf(String) - Static method in enum es.uvigo.esei.dgss.teama.letta.entities.Category
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum es.uvigo.esei.dgss.teama.letta.entities.Role
Returns the enum constant of this type with the specified name.
values() - Static method in enum es.uvigo.esei.dgss.teama.letta.entities.Category
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum es.uvigo.esei.dgss.teama.letta.entities.Role
Returns an array containing the constants of this enum type, in the order they are declared.
VerificationToken - Class in es.uvigo.esei.dgss.teama.letta.entities
This class represents the verification token used by the system to checks if the user has specified his/her correct email.
VerificationToken() - Constructor for class es.uvigo.esei.dgss.teama.letta.entities.VerificationToken
Default constructor.
VerificationToken(String, User) - Constructor for class es.uvigo.esei.dgss.teama.letta.entities.VerificationToken
Creates a new instance of VerificationToken.
A C E G H I O R S T U V 
Skip navigation links

Copyright © 2017. All rights reserved.