Skip navigation links
A C E G H I L M N 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.
addUserNotifications(User) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Notification
Adds an UserNotifications with an User and an Notification

C

Capital - Class in es.uvigo.esei.dgss.letta.domain.entities
 
Capital(String) - Constructor for class es.uvigo.esei.dgss.letta.domain.entities.Capital
Capital
CapitalDistances - Class in es.uvigo.esei.dgss.letta.domain.entities
CapitalDistances is a JPA entity that represents a distance between two capital cities.
CapitalDistances(String, String, int) - Constructor for class es.uvigo.esei.dgss.letta.domain.entities.CapitalDistances
Constructs a new instance of Event.
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.NotificationId
Equals method of NotificationId
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, String, String) - Constructor for class es.uvigo.esei.dgss.letta.domain.entities.Event
Constructs a new instance of Event.
Event(Event.Category, String, String, LocalDateTime, String, String, String, LocalDateTime) - 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.
getBody() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Notification
Returns the body of the Notification
getCapital() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Capital
Returns the name of the Capital
getCapital_A() - Method in class es.uvigo.esei.dgss.letta.domain.entities.CapitalDistances
Returns the name of the Capital
getCapital_B() - Method in class es.uvigo.esei.dgss.letta.domain.entities.CapitalDistances
Returns the name of the Capital
getCategory() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Returns the Event.Category of the event.
getCity() - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
Gets the value of the variable city
getCompleteName() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Registration
Returns the complete name of the user to be registered.
getCompleteName() - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
Returns the complete name of the user.
getCreatedAt() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Returns the LocalDateTime when this event was created.
getDate() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Returns the event's date as a LocalDateTime.
getDescription() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Retrieves the long description of a event
getDescription() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Registration
Returns the description of the user to be registered.
getDescription() - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
Returns the description of the user.
getDistance() - Method in class es.uvigo.esei.dgss.letta.domain.entities.CapitalDistances
Returns the distance between capital_A and capital_B
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.
getFbUrl() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Registration
Returns the url to the facebook profile of the user to be registered.
getFbUrl() - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
Returns the url to the facebook profile of the user.
getId() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Returns the identifier of the event.
getId() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Notification
Returns the id of the Notification
getImage() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Registration
Returns the image of the profile of the user to be registered.
getImage() - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
Returns the image of the user's profile.
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.
getNotification() - Method in class es.uvigo.esei.dgss.letta.domain.entities.UserNotifications
Getter method of notification global variable
getNotificationId() - Method in class es.uvigo.esei.dgss.letta.domain.entities.UserNotifications
Getter method of notificationId global variable
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.
getPersonalUrl() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Registration
Returns the url to the personal website or blog profile of the user to be registered.
getPersonalUrl() - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
Returns the url to the personal page or blog of the user.
getPlace() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Retrieves the place of a event
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.
getTitle() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Notification
Returns the title of the Notification
getTwUrl() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Registration
Returns the url to the twitter profile of the user to be registered.
getTwUrl() - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
Returns the url to the twitter profile of the user.
getUser() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Registration
Returns the registered user.
getUser() - Method in class es.uvigo.esei.dgss.letta.domain.entities.UserNotifications
Getter method of user global variable
getUserId() - Method in class es.uvigo.esei.dgss.letta.domain.entities.UserNotifications
Getter method of userId global variable
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.NotificationId
Hashcode method of NotificationId
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
isNotifications() - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
Returns true if the User wants to recieve Notification null otherwise
isReaded() - Method in class es.uvigo.esei.dgss.letta.domain.entities.UserNotifications
Getter method of readed global variable

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
 

N

Notification - Class in es.uvigo.esei.dgss.letta.domain.entities
 
Notification() - Constructor for class es.uvigo.esei.dgss.letta.domain.entities.Notification
Default constructor
Notification(String, String) - Constructor for class es.uvigo.esei.dgss.letta.domain.entities.Notification
Constructor of Notification
NotificationId - Class in es.uvigo.esei.dgss.letta.domain.entities
 
NotificationId() - Constructor for class es.uvigo.esei.dgss.letta.domain.entities.NotificationId
 

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

setBody(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Notification
Sets the body of the Notification
setCancelled(boolean) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Changes if the event is cancelled
setCapital(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Capital
Sets the name of the Capital
setCapital_A(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.CapitalDistances
Sets the name of the Capital
setCapital_B(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.CapitalDistances
Sets the name of the Capital
setCategory(Event.Category) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Changes the Event.Category of the event.
setCity(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
Sets the value of the variable city
setCompleteName(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
Sets the complete name of the user.
setDate(LocalDateTime) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Changes the date of the event.
setDescription(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Changes if the event long description is modified
setDescription(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
Sets the description of the user.
setDistance(int) - Method in class es.uvigo.esei.dgss.letta.domain.entities.CapitalDistances
Sets the distance between capital_A and capital_B
setEmail(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
Sets the email of the user.
setFbUrl(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
Sets the url to the facebook profile of the user.
setImage(byte[]) - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
Sets the image of the user's profile.
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.
setNotification(Notification) - Method in class es.uvigo.esei.dgss.letta.domain.entities.UserNotifications
Setter method of notification global variable
setNotificationId(int) - Method in class es.uvigo.esei.dgss.letta.domain.entities.UserNotifications
Setter method of notificationId global variable
setNotifications(boolean) - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
Sets the value of the variable notifications
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.
setPersonalUrl(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
Sets the url to the personal page or blog of the user.
setPlace(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
Changes if the event place is modified
setReaded(boolean) - Method in class es.uvigo.esei.dgss.letta.domain.entities.UserNotifications
Setter method of readed global variable
setRole(Role) - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
Updates the role 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.
setTitle(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Notification
Sets the title of the Notification
setTwUrl(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
Sets the url to the twitter profile of the user.
setUser(User) - Method in class es.uvigo.esei.dgss.letta.domain.entities.UserNotifications
Setter method of user global variable and userId global variable
setUserId(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.UserNotifications
Setter method of notificationId global variable
State - Enum in es.uvigo.esei.dgss.letta.domain.entities
 

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.
User(String, String, String, String) - Constructor for class es.uvigo.esei.dgss.letta.domain.entities.User
 
User(String, String, String, boolean) - Constructor for class es.uvigo.esei.dgss.letta.domain.entities.User
 
User(String, String, String, String, String, String, String, String, boolean, byte[], String) - Constructor for class es.uvigo.esei.dgss.letta.domain.entities.User
Constructs a new instance of User with the USER role.
UserNotifications - Class in es.uvigo.esei.dgss.letta.domain.entities
 
UserNotifications() - Constructor for class es.uvigo.esei.dgss.letta.domain.entities.UserNotifications
 
UserNotifications(String, int, boolean) - Constructor for class es.uvigo.esei.dgss.letta.domain.entities.UserNotifications
Constructor of UserNotifications

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.
valueOf(String) - Static method in enum es.uvigo.esei.dgss.letta.domain.entities.State
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.
values() - Static method in enum es.uvigo.esei.dgss.letta.domain.entities.State
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 N R S T U V 
Skip navigation links

Copyright © 2016. All rights reserved.