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

A

addCreator(User) - Method in class es.uvigo.esei.dgss.lettab.domain.Event
Adds a creator to an event
addEventAssist(Event) - Method in class es.uvigo.esei.dgss.lettab.domain.User
Assign the event parameter to an user and increase the participants number for that event
addParticipant(User) - Method in class es.uvigo.esei.dgss.lettab.domain.Event
Adds a participant to an event and increase the participants number for that event

C

Category - Enum in es.uvigo.esei.dgss.lettab.domain
The type of category of an event and represents all the availables types of the events
convertToMD5(String) - Static method in class es.uvigo.esei.dgss.lettab.domain.util.PasswordToMD5
Method do convert the password(String) to MD5

E

equals(Object) - Method in class es.uvigo.esei.dgss.lettab.domain.Event
Override equals() method
equals(Object) - Method in class es.uvigo.esei.dgss.lettab.domain.User
Override the equals method
es.uvigo.esei.dgss.lettab.domain - package es.uvigo.esei.dgss.lettab.domain
 
es.uvigo.esei.dgss.lettab.domain.util - package es.uvigo.esei.dgss.lettab.domain.util
 
Event - Class in es.uvigo.esei.dgss.lettab.domain
Entity to persist the Events This entity represents an event in the application
Event() - Constructor for class es.uvigo.esei.dgss.lettab.domain.Event
Constructor a new instance of Event.
Event(Integer, String, Category, String, String, Date, String, int, long, User, boolean) - Constructor for class es.uvigo.esei.dgss.lettab.domain.Event
Constructs a new instance of Event.
Event(String, Category, String, String, Date, String, long, User, boolean) - Constructor for class es.uvigo.esei.dgss.lettab.domain.Event
Constructs a new instance of Event.

G

getCategory() - Method in class es.uvigo.esei.dgss.lettab.domain.Event
Returns the category of the event
getCreatedEventList() - Method in class es.uvigo.esei.dgss.lettab.domain.User
Returns the List of the created events
getCreator() - Method in class es.uvigo.esei.dgss.lettab.domain.Event
Returns the owner of the event
getDescription() - Method in class es.uvigo.esei.dgss.lettab.domain.Event
Returns the description of the event.
getDuration() - Method in class es.uvigo.esei.dgss.lettab.domain.Event
Returns the duration of the event
getEmail() - Method in class es.uvigo.esei.dgss.lettab.domain.User
Returns the email of the user
getEventDate() - Method in class es.uvigo.esei.dgss.lettab.domain.Event
Returns event date.
getEventsAssistList() - Method in class es.uvigo.esei.dgss.lettab.domain.User
Returns the List of the events assistants
getId() - Method in class es.uvigo.esei.dgss.lettab.domain.Event
Return the identifier of the event
getId() - Method in class es.uvigo.esei.dgss.lettab.domain.User
Returns the login of this user.
getIsActive() - Method in class es.uvigo.esei.dgss.lettab.domain.Event
Returns the status of the event
getLocation() - Method in class es.uvigo.esei.dgss.lettab.domain.Event
Returns the location of the event
getLogin() - Method in class es.uvigo.esei.dgss.lettab.domain.User
Returns the login of the user
getLongDescription() - Method in class es.uvigo.esei.dgss.lettab.domain.Event
Returns the long description of the event
getName() - Method in class es.uvigo.esei.dgss.lettab.domain.User
Returns the name of the user
getParticipants() - Method in class es.uvigo.esei.dgss.lettab.domain.Event
Returns the participants of the event
getParticipantsList() - Method in class es.uvigo.esei.dgss.lettab.domain.Event
Returns the list of event participants
getPassword() - Method in class es.uvigo.esei.dgss.lettab.domain.User
Returns the password encrypted
getRole() - Method in class es.uvigo.esei.dgss.lettab.domain.User
Returns the role of user
getTitle() - Method in class es.uvigo.esei.dgss.lettab.domain.Event
Return the event's title
getUuid() - Method in class es.uvigo.esei.dgss.lettab.domain.User
Returns the uuid of this user

H

hashCode() - Method in class es.uvigo.esei.dgss.lettab.domain.Event
Override hashCode() method
hashCode() - Method in class es.uvigo.esei.dgss.lettab.domain.User
Override the hashCode method

I

isActive() - Method in class es.uvigo.esei.dgss.lettab.domain.User
Returns the state of the user

P

PasswordToMD5 - Class in es.uvigo.esei.dgss.lettab.domain.util
 
PasswordToMD5() - Constructor for class es.uvigo.esei.dgss.lettab.domain.util.PasswordToMD5
 

R

removeCreator(User) - Method in class es.uvigo.esei.dgss.lettab.domain.Event
Remove a creator from an event
removeEventAssist(Event) - Method in class es.uvigo.esei.dgss.lettab.domain.User
Remove the relationship of assist between an user and a event
removeParticipant(User) - Method in class es.uvigo.esei.dgss.lettab.domain.Event
Remove a participant from an event and decrease the participants number for the event

S

setActive(boolean) - Method in class es.uvigo.esei.dgss.lettab.domain.User
Sets the state of the user for inactive or active
setCategory(Category) - Method in class es.uvigo.esei.dgss.lettab.domain.Event
Sets the category of the event
setCreatedEventList(List<Event>) - Method in class es.uvigo.esei.dgss.lettab.domain.User
Sets the list of the created events
setCreator(User) - Method in class es.uvigo.esei.dgss.lettab.domain.Event
Sets the owner of the event
setDescription(String) - Method in class es.uvigo.esei.dgss.lettab.domain.Event
Sets the description of the event
setDuration(long) - Method in class es.uvigo.esei.dgss.lettab.domain.Event
Sets the duration of the event
setEmail(String) - Method in class es.uvigo.esei.dgss.lettab.domain.User
Sets the email of the user
setEventDate(Date) - Method in class es.uvigo.esei.dgss.lettab.domain.Event
Sets the event date
setId(int) - Method in class es.uvigo.esei.dgss.lettab.domain.Event
 
setIsActive(boolean) - Method in class es.uvigo.esei.dgss.lettab.domain.Event
Sets the status of the event
setLocation(String) - Method in class es.uvigo.esei.dgss.lettab.domain.Event
Sets the location of the event
setLogin(String) - Method in class es.uvigo.esei.dgss.lettab.domain.User
Sets the login of the user
setLongDescription(String) - Method in class es.uvigo.esei.dgss.lettab.domain.Event
Sets the long description of the event
setName(String) - Method in class es.uvigo.esei.dgss.lettab.domain.User
Sets the name of the user
setParticipants(int) - Method in class es.uvigo.esei.dgss.lettab.domain.Event
Sets the participants of the event
setPassword(String) - Method in class es.uvigo.esei.dgss.lettab.domain.User
Sets the password of the user.
setRole(String) - Method in class es.uvigo.esei.dgss.lettab.domain.User
Sets the role of the user
setTitle(String) - Method in class es.uvigo.esei.dgss.lettab.domain.Event
Sets the title of the event

T

toString() - Method in class es.uvigo.esei.dgss.lettab.domain.Event
Override the toString method
toString() - Method in class es.uvigo.esei.dgss.lettab.domain.User
Override the toString method

U

User - Class in es.uvigo.esei.dgss.lettab.domain
An entity that represent an user in the application.
User() - Constructor for class es.uvigo.esei.dgss.lettab.domain.User
Constructor a new instance of User This constructor is empty because is required
User(String, String, String, String) - Constructor for class es.uvigo.esei.dgss.lettab.domain.User
Constructor with parameters User

V

valueOf(String) - Static method in enum es.uvigo.esei.dgss.lettab.domain.Category
Returns the enum constant of this type with the specified name.
values() - Static method in enum es.uvigo.esei.dgss.lettab.domain.Category
Returns an array containing the constants of this enum type, in the order they are declared.
A C E G H I P R S T U V 
Skip navigation links

Copyright © 2017. All rights reserved.