Skip navigation links
C E G H R S U V 

C

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

E

equals(Object) - Method in class es.uvigo.esei.dgss.letta.domain.Event
 
es.uvigo.esei.dgss.letta.domain - package es.uvigo.esei.dgss.letta.domain
 
Event - Class in es.uvigo.esei.dgss.letta.domain
Class entity for the events.
Event(EventType, String, String, Date) - Constructor for class es.uvigo.esei.dgss.letta.domain.Event
Creates a new instance of Event.
EventType - Enum in es.uvigo.esei.dgss.letta.domain
 

G

getDate() - Method in class es.uvigo.esei.dgss.letta.domain.Event
The getter for the date parameter.
getEmail() - Method in class es.uvigo.esei.dgss.letta.domain.Registration
Returns the email of the user to be registered.
getEmail() - Method in class es.uvigo.esei.dgss.letta.domain.User
Returns the email of the user.
getEventType() - Method in class es.uvigo.esei.dgss.letta.domain.Event
The getter for the eventType parameter.
getId() - Method in class es.uvigo.esei.dgss.letta.domain.Event
The getter for the id parameter.
getLogin() - Method in class es.uvigo.esei.dgss.letta.domain.Registration
Returns the login of the user to be registered.
getLogin() - Method in class es.uvigo.esei.dgss.letta.domain.User
Returns the login of this user.
getPassword() - Method in class es.uvigo.esei.dgss.letta.domain.Registration
Returns the MD5 of the password of the user to be registered.
getPassword() - Method in class es.uvigo.esei.dgss.letta.domain.User
Returns the MD5 of the user's password.
getRole() - Method in class es.uvigo.esei.dgss.letta.domain.Registration
Returns the role of the user to be registered.
getRole() - Method in class es.uvigo.esei.dgss.letta.domain.User
Returns the role of the user.
getShortDescription() - Method in class es.uvigo.esei.dgss.letta.domain.Event
The getter for the description parameter.
getTitle() - Method in class es.uvigo.esei.dgss.letta.domain.Event
The getter for the title parameter.
getUser() - Method in class es.uvigo.esei.dgss.letta.domain.Registration
Returns the registered user.
getUuid() - Method in class es.uvigo.esei.dgss.letta.domain.Registration
Returns the unique identifiers of this registration.

H

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

R

Registration - Class in es.uvigo.esei.dgss.letta.domain
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.Registration
Constructs a new instance of Registration.
Role - Enum in es.uvigo.esei.dgss.letta.domain
Constants that represent the user roles in the system.

S

setDate(Date) - Method in class es.uvigo.esei.dgss.letta.domain.Event
The setter for the Date parameter.
setEmail(String) - Method in class es.uvigo.esei.dgss.letta.domain.User
Sets the email of the user.
setEventType(EventType) - Method in class es.uvigo.esei.dgss.letta.domain.Event
The setter for the eventType parameter.
setLogin(String) - Method in class es.uvigo.esei.dgss.letta.domain.User
Sets the login of this user.
setPassword(String) - Method in class es.uvigo.esei.dgss.letta.domain.User
Sets the MD5 password of the user.
setShortDescription(String) - Method in class es.uvigo.esei.dgss.letta.domain.Event
The setter for the description parameter.
setTitle(String) - Method in class es.uvigo.esei.dgss.letta.domain.Event
The setter for the title parameter.

U

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

V

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

Copyright © 2015. All rights reserved.