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

A

addAttendee(User) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Adds a new User to this event's attendees set.

C

changePassword(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
Changes the password of the user.
convertToDatabaseColumn(InternetAddress) - Method in class es.uvigo.esei.dgss.letta.domain.util.converters.InternetAddressConverter
 
convertToDatabaseColumn(LocalDateTime) - Method in class es.uvigo.esei.dgss.letta.domain.util.converters.LocalDateTimeConverter
 
convertToEntityAttribute(String) - Method in class es.uvigo.esei.dgss.letta.domain.util.converters.InternetAddressConverter
 
convertToEntityAttribute(Timestamp) - Method in class es.uvigo.esei.dgss.letta.domain.util.converters.LocalDateTimeConverter
 
countAttendees() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Returns the current number of attendees of this event.

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.Registration
 
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
 
es.uvigo.esei.dgss.letta.domain.util.adapters - package es.uvigo.esei.dgss.letta.domain.util.adapters
 
es.uvigo.esei.dgss.letta.domain.util.annotations - package es.uvigo.esei.dgss.letta.domain.util.annotations
 
es.uvigo.esei.dgss.letta.domain.util.converters - package es.uvigo.esei.dgss.letta.domain.util.converters
 
Event - Class in es.uvigo.esei.dgss.letta.domain.entities
Event is a JPA entity that represents an event of the application.
Event(Event.Category, String, String, LocalDateTime, String) - Constructor for class es.uvigo.esei.dgss.letta.domain.entities.Event
Constructs a new instance of Event.
Event.Category - Enum in es.uvigo.esei.dgss.letta.domain.entities
Enum representing all the available event categories: Books, Internet, Movies, Music, Sports, Television, Theatre and Travels.

G

getAttendees() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Returns the attendees of this event, as an unmodifiable Set of Users.
getCategory() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Returns the Event.Category of the event.
getDate() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Returns the event's date as a LocalDateTime.
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.
getId() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Returns the identifier of the event.
getLocation() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Returns the event's location as a String.
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.
getOwner() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Returns the event's owner as an 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.
getSummary() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Returns the event's summary as a String.
getTitle() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Returns the event's title as a String.
getUser() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Registration
Returns the registered user.
getUuid() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Registration
Returns the unique identifiers of this registration.

H

hasAttendee(User) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Checks whether a given User is an attendee of the current event.
hashCode() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
 
hashCode() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Registration
 
hashCode() - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
 

I

InternetAddressConverter - Class in es.uvigo.esei.dgss.letta.domain.util.converters
Converter between InternetAddress instances and String ones.
InternetAddressConverter() - Constructor for class es.uvigo.esei.dgss.letta.domain.util.converters.InternetAddressConverter
 
isCancelled() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Returns if the event is cancelled

L

LocalDateTimeAdapter - Class in es.uvigo.esei.dgss.letta.domain.util.adapters
Adapter between LocalDateTime instances and String ones.
LocalDateTimeAdapter() - Constructor for class es.uvigo.esei.dgss.letta.domain.util.adapters.LocalDateTimeAdapter
 
LocalDateTimeConverter - Class in es.uvigo.esei.dgss.letta.domain.util.converters
Converter between LocalDateTime instances and Timestamp ones.
LocalDateTimeConverter() - Constructor for class es.uvigo.esei.dgss.letta.domain.util.converters.LocalDateTimeConverter
 

M

marshal(LocalDateTime) - Method in class es.uvigo.esei.dgss.letta.domain.util.adapters.LocalDateTimeAdapter
 

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.
removeAttendee(User) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Removes an User from this event's attendees set.
Role - Enum in es.uvigo.esei.dgss.letta.domain.entities
Constants that represent the user roles in the system.

S

setCancelled(boolean) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Changes if the event is cancelled
setCategory(Event.Category) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Changes the Event.Category of the event.
setDate(LocalDateTime) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Changes the date of the event.
setEmail(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
Sets the email of the user.
setLocation(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Changes the location of the event.
setLogin(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
Sets the login of this user.
setOwner(User) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Changes the owner of the event.
setPassword(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
Sets the MD5 password of the user.
setSummary(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Changes the summary of the event.
setTitle(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Changes the title of the event.

T

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

U

unmarshal(String) - Method in class es.uvigo.esei.dgss.letta.domain.util.adapters.LocalDateTimeAdapter
 
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.Event.Category
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.Event.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.letta.domain.entities.Role
Returns an array containing the constants of this enum type, in the order they are declared.
VisibleForJPA - Annotation Type in es.uvigo.esei.dgss.letta.domain.util.annotations
 
VisibleForTesting - Annotation Type in es.uvigo.esei.dgss.letta.domain.util.annotations
 
A C E G H I L M R S T U V 
Skip navigation links

Copyright © 2015. All rights reserved.