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

C

changePassword(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
Changes the password of the user.

E

equals(Object) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
 
equals(Object) - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
 
es.uvigo.esei.dgss.letta.domain.entities - package es.uvigo.esei.dgss.letta.domain.entities
 
Event - Class in es.uvigo.esei.dgss.letta.domain.entities
An entity that represents an event of the application.
Event(EventType, String, String, Date, String) - Constructor for class es.uvigo.esei.dgss.letta.domain.entities.Event
Creates a new instance of Event.
Event(EventType, String, String, Date, String, User) - Constructor for class es.uvigo.esei.dgss.letta.domain.entities.Event
Creates a new instance of Event.
Event(EventType, String, String, Date, String, User, List<User>) - Constructor for class es.uvigo.esei.dgss.letta.domain.entities.Event
Creates a new instance of Event.
EventType - Enum in es.uvigo.esei.dgss.letta.domain.entities
 

G

getCreator() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
The getter for the event creator
getDate() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
The getter for the date parameter.
getEmail() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Registration
Returns the email of the user to be registered.
getEmail() - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
Returns the email of the user.
getEventsJoinedByUsers() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Return all the users who have joined an event
getEventType() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
The getter for the eventType parameter.
getId() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
The getter for the id parameter.
getLocation() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Extracts the value of the current Event's location.
getLogin() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Registration
Returns the login of the user to be registered.
getLogin() - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
Returns the login of this user.
getPassword() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Registration
Returns the MD5 of the password of the user to be registered.
getPassword() - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
Returns the MD5 of the user's password.
getRole() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Registration
Returns the role of the user to be registered.
getRole() - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
Returns the role of the user.
getShortDescription() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
The getter for the description parameter.
getTitle() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
The getter for the title parameter.
getUser() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Registration
Returns the registered user.
getUsersJoinsEvents() - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
Return all the users who have joined an event
getUuid() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Registration
Returns the unique identifiers of this registration.

H

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

R

Registration - Class in es.uvigo.esei.dgss.letta.domain.entities
A Registration is a temporary entity created when a user is registered in the system.
Registration(User) - Constructor for class es.uvigo.esei.dgss.letta.domain.entities.Registration
Constructs a new instance of Registration.
Role - Enum in es.uvigo.esei.dgss.letta.domain.entities
Constants that represent the user roles in the system.

S

setCreator(User) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
The setter for the event creator
setDate(Date) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
The setter for the Date parameter.
setEmail(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
Sets the email of the user.
setEventType(EventType) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
The setter for the eventType parameter.
setLocation(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Sets the location of the current event to the received String.
setLogin(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
Sets the login of this user.
setPassword(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
Sets the MD5 password of the user.
setShortDescription(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
The setter for the description parameter.
setTitle(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
The setter for the title parameter.
setUsersJoinsEvents(List<Event>) - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
Setter method of userJoinsEvents variable

T

toString() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
 

U

User - Class in es.uvigo.esei.dgss.letta.domain.entities
An entity that represents an user of the application.
User(String, String, String) - Constructor for class es.uvigo.esei.dgss.letta.domain.entities.User
Constructs a new instance of User with the USER role.

V

valueOf(String) - Static method in enum es.uvigo.esei.dgss.letta.domain.entities.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum es.uvigo.esei.dgss.letta.domain.entities.Role
Returns the enum constant of this type with the specified name.
values() - Static method in enum es.uvigo.esei.dgss.letta.domain.entities.EventType
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.letta.domain.entities.Role
Returns an array containing the constants of this enum type, in the order they are declared.
C E G H R S T U V 
Skip navigation links

Copyright © 2015. All rights reserved.