Skip navigation links
A C D E F G I M S U 

A

addCompetition(CompetitionJPA) - Method in class es.uvigo.esei.dgss.sport.SportJPA
Add a competition to the LinkedList of competitions of this sport
addDays(DayJPA) - Method in class es.uvigo.esei.dgss.competition.CompetitionJPA
Adds a day to a linkedlist
addMatch(Match) - Method in class es.uvigo.esei.dgss.day.DayJPA
Adds a match to the Linked List of matches of the day

C

CompetitionJPA - Class in es.uvigo.esei.dgss.competition
Implements entity Competition
CompetitionJPA(String, String, int, int, String) - Constructor for class es.uvigo.esei.dgss.competition.CompetitionJPA
Empty constructor for JPA
CompetitionJPA(String, String, int, String) - Constructor for class es.uvigo.esei.dgss.competition.CompetitionJPA
Parametriced constructor for JPA
CompetitionJPA(Date, int, String) - Constructor for class es.uvigo.esei.dgss.competition.CompetitionJPA
Lesser parametrized constructor for JPA
CompetitionJPA(Date, String) - Constructor for class es.uvigo.esei.dgss.competition.CompetitionJPA
 
CompetitionJPA() - Constructor for class es.uvigo.esei.dgss.competition.CompetitionJPA
 

D

DayJPA - Class in es.uvigo.esei.dgss.day
Implements entity Day
DayJPA(Date, String) - Constructor for class es.uvigo.esei.dgss.day.DayJPA
Parametrized for JPA
DayJPA(CompetitionJPA) - Constructor for class es.uvigo.esei.dgss.day.DayJPA
 
DayJPA() - Constructor for class es.uvigo.esei.dgss.day.DayJPA
Empty constructor for JPA
DayJPA(int, Date, String) - Constructor for class es.uvigo.esei.dgss.day.DayJPA
 

E

es.uvigo.esei.dgss.competition - package es.uvigo.esei.dgss.competition
 
es.uvigo.esei.dgss.day - package es.uvigo.esei.dgss.day
 
es.uvigo.esei.dgss.facility - package es.uvigo.esei.dgss.facility
 
es.uvigo.esei.dgss.fixture - package es.uvigo.esei.dgss.fixture
 
es.uvigo.esei.dgss.match - package es.uvigo.esei.dgss.match
 
es.uvigo.esei.dgss.sport - package es.uvigo.esei.dgss.sport
 
es.uvigo.esei.dgss.user - package es.uvigo.esei.dgss.user
 

F

FacilityJPA - Class in es.uvigo.esei.dgss.facility
 
FacilityJPA() - Constructor for class es.uvigo.esei.dgss.facility.FacilityJPA
 
FixtureJPA - Class in es.uvigo.esei.dgss.fixture
Implements entity Fixture to store data about fixtures
FixtureJPA() - Constructor for class es.uvigo.esei.dgss.fixture.FixtureJPA
Constructor for JPA Fixture which is empty
FixtureJPA(int, Date, String) - Constructor for class es.uvigo.esei.dgss.fixture.FixtureJPA
Constructor for JPA Fixture which gets some necessary parameters to create a fixture
formatFullName() - Method in class es.uvigo.esei.dgss.user.UserPlayerJPA
Function to be called when the name or last name of the player changes.

G

getAddress() - Method in class es.uvigo.esei.dgss.user.UserJPA
Get the address of the user.
getAddressFormated() - Method in class es.uvigo.esei.dgss.user.UserJPA
Get the full address of an user formated like a postal.
getAvatar() - Method in class es.uvigo.esei.dgss.user.UserPlayerJPA
Get the avatar of the player.
getBirthDate() - Method in class es.uvigo.esei.dgss.user.UserJPA
Get the birth date of the user.
getComments() - Method in class es.uvigo.esei.dgss.day.DayJPA
Gets the comments on this day
getComments() - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
Get the comments of the fixture
getComments() - Method in class es.uvigo.esei.dgss.match.MatchJPA
Get the comments of the match
getCompetition() - Method in class es.uvigo.esei.dgss.day.DayJPA
Gets teh competition celebrated this day
getCompetition() - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
Get the competition which belongs to fixture
getCompetitions() - Method in class es.uvigo.esei.dgss.sport.SportJPA
Get competitions of this sport
getContact() - Method in class es.uvigo.esei.dgss.competition.CompetitionJPA
Gets the user to show in the contact of the competition
getContactEmail() - Method in class es.uvigo.esei.dgss.user.UserPlayerJPA
Get the email of the player.
getCountry() - Method in class es.uvigo.esei.dgss.user.UserJPA
Get the country of the user.
getDate() - Method in class es.uvigo.esei.dgss.day.DayJPA
Gets the day of celebration
getDate() - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
Get the date of the fixture
getDays() - Method in class es.uvigo.esei.dgss.competition.CompetitionJPA
Gets de day
getDeleted() - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
Get the deleted date of the fixture if the fixture is deleted
getDeleted() - Method in class es.uvigo.esei.dgss.match.MatchJPA
Get the deleted date of the match if the match is deleted
getDeleted() - Method in class es.uvigo.esei.dgss.user.UserJPA
Get the deleted date of the user if it is deleted
getDeleted() - Method in class es.uvigo.esei.dgss.user.UserPlayerJPA
Get the deleted date of the player if it is deleted
getDescription() - Method in class es.uvigo.esei.dgss.competition.CompetitionJPA
Gets the description of the event
getDescription() - Method in class es.uvigo.esei.dgss.day.DayJPA
Gets the description of the day
getDescription() - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
Get the description of the fixture
getDescription() - Method in class es.uvigo.esei.dgss.match.MatchJPA
Get the description of the match
getDuration() - Method in class es.uvigo.esei.dgss.match.MatchJPA
Get the duration of the match
getEmail() - Method in class es.uvigo.esei.dgss.user.UserJPA
Get the email of the user.
getFacebookProfile() - Method in class es.uvigo.esei.dgss.user.UserJPA
Get the Facebook URL of the user.
getFacility() - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
Get the Facility where match is played
getFavouriteSports() - Method in class es.uvigo.esei.dgss.user.UserPlayerJPA
Get the favorite sport of the player.
getFavouriteTeams() - Method in class es.uvigo.esei.dgss.user.UserPlayerJPA
Get the favorite teams of the player.
getFixture() - Method in class es.uvigo.esei.dgss.match.MatchJPA
Get the fixture which belongs to the match
getFullName() - Method in class es.uvigo.esei.dgss.user.UserPlayerJPA
Get the full name of the player.
getHour() - Method in class es.uvigo.esei.dgss.match.MatchJPA
Get the hour of the match
getHq() - Method in class es.uvigo.esei.dgss.competition.CompetitionJPA
Gets the Headquarters of the event
getId() - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
Get the id of the fixture
getId() - Method in class es.uvigo.esei.dgss.match.MatchJPA
Get the id of the match
getInstagramProfile() - Method in class es.uvigo.esei.dgss.user.UserJPA
Get the Instagram URL of the user.
getInterests() - Method in class es.uvigo.esei.dgss.user.UserPlayerJPA
Get the interests of the player.
getLastName() - Method in class es.uvigo.esei.dgss.user.UserJPA
Get the last name of the user.
getLastName() - Method in class es.uvigo.esei.dgss.user.UserPlayerJPA
Get the last name of the player.
getLocalScore() - Method in class es.uvigo.esei.dgss.match.MatchJPA
Get the score of the local team in the match
getLocation() - Method in class es.uvigo.esei.dgss.user.UserJPA
Get the location of the user.
getLocation() - Method in class es.uvigo.esei.dgss.user.UserPlayerJPA
Get the location of the player.
getLogin() - Method in class es.uvigo.esei.dgss.user.UserJPA
Get the login of the user.
getMatches() - Method in class es.uvigo.esei.dgss.day.DayJPA
Gets the Linked List of matches celebrated this day
getMaxTeams() - Method in class es.uvigo.esei.dgss.competition.CompetitionJPA
Gets the maximum number of teams participating in the competition
getMinTeams() - Method in class es.uvigo.esei.dgss.competition.CompetitionJPA
Gets the minimum number of teams participating in the competition
getMode() - Method in class es.uvigo.esei.dgss.competition.CompetitionJPA
Gets the competition mode
getN() - Method in class es.uvigo.esei.dgss.day.DayJPA
Gets the day number
getName() - Method in class es.uvigo.esei.dgss.competition.CompetitionJPA
Gets the name of the competition
getName() - Method in class es.uvigo.esei.dgss.sport.SportJPA
Get the name of the sport
getName() - Method in class es.uvigo.esei.dgss.user.UserJPA
Get the name of the user.
getName() - Method in class es.uvigo.esei.dgss.user.UserPlayerJPA
Get the name of the player.
getNick() - Method in class es.uvigo.esei.dgss.user.UserPlayerJPA
Get the nick of the player.
getNumber() - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
Get the number of the fixture
getNumberID() - Method in class es.uvigo.esei.dgss.user.UserJPA
Get the identification (DNI, Passport..) of the user.
getOpen() - Method in class es.uvigo.esei.dgss.competition.CompetitionJPA
Gets the state of the competition, true for open, false for closed
getPassword() - Method in class es.uvigo.esei.dgss.user.UserJPA
Get the password encrypted of the user.
getPhoneNumber() - Method in class es.uvigo.esei.dgss.user.UserJPA
Get the phone number of the user with the country-code, thats why is a String value.
getPlace() - Method in class es.uvigo.esei.dgss.day.DayJPA
Gets the place of celebration
getPlace() - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
Get the place of the fixture
getPostalCode() - Method in class es.uvigo.esei.dgss.user.UserJPA
Get the postal code of the user.
getProvince() - Method in class es.uvigo.esei.dgss.user.UserJPA
Get the province of the user.
getProvince() - Method in class es.uvigo.esei.dgss.user.UserPlayerJPA
Get the province of the player.
getShortName() - Method in class es.uvigo.esei.dgss.competition.CompetitionJPA
Gets the short version of the name of the competition
getSocial() - Method in class es.uvigo.esei.dgss.competition.CompetitionJPA
Gets all the information relating social networks
getSport() - Method in class es.uvigo.esei.dgss.competition.CompetitionJPA
Gets the sport of the competition
getStatus() - Method in class es.uvigo.esei.dgss.day.DayJPA
Gets the status of the day
getStatus() - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
Get the status of the fixture.
getStatus() - Method in class es.uvigo.esei.dgss.match.MatchJPA
Get the status of the match
getTwitterProfile() - Method in class es.uvigo.esei.dgss.user.UserJPA
Get the Twitter URL of the user.
getUserWhoCreated() - Method in class es.uvigo.esei.dgss.user.UserPlayerJPA
Get the login of the user who create the player.
getVisibility() - Method in class es.uvigo.esei.dgss.competition.CompetitionJPA
Sets true or false depending of the visibility of the game
getVisitorScore() - Method in class es.uvigo.esei.dgss.match.MatchJPA
Get the score of the visitor team in the match

I

isConfirmed() - Method in class es.uvigo.esei.dgss.user.UserJPA
Get if the user is confirmed or not.
isPlayer() - Method in class es.uvigo.esei.dgss.user.UserJPA
Get if the user is a player or not.
isPrivateProfile() - Method in class es.uvigo.esei.dgss.user.UserPlayerJPA
Get if the player is in mode private or not.
isSelfPlayer() - Method in class es.uvigo.esei.dgss.user.UserPlayerJPA
Get true if this player and the user who create it are the same person, false if not.

M

MatchJPA - Class in es.uvigo.esei.dgss.match
Implements entity Match to store data about matches.
MatchJPA() - Constructor for class es.uvigo.esei.dgss.match.MatchJPA
Constructor for JPA Match which is empty
MatchJPA(String, String) - Constructor for class es.uvigo.esei.dgss.match.MatchJPA
Constructor for JPA Match which gets some necessary parameters to create a match

S

setAddress(String) - Method in class es.uvigo.esei.dgss.user.UserJPA
Set the address of the user.
setAvatar(byte[]) - Method in class es.uvigo.esei.dgss.user.UserPlayerJPA
Set the avatar of the player.
setBirthDate(Date) - Method in class es.uvigo.esei.dgss.user.UserJPA
Set the birth date of the user.
setComments(String) - Method in class es.uvigo.esei.dgss.day.DayJPA
Sets the comments on this day
setComments(String) - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
Set the comments of the fixture
setComments(String) - Method in class es.uvigo.esei.dgss.match.MatchJPA
Set the comments of the match
setCompetition(CompetitionJPA) - Method in class es.uvigo.esei.dgss.day.DayJPA
Sets the competition celebrated this day
setCompetition(CompetitionJPA) - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
Set the competition which belongs to fixture
setConfirmed(boolean) - Method in class es.uvigo.esei.dgss.user.UserJPA
Set the confirmation of the user account.
setContact(UserJPA) - Method in class es.uvigo.esei.dgss.competition.CompetitionJPA
Sets the user to show in the contact of the competition
setContactEmail(String) - Method in class es.uvigo.esei.dgss.user.UserPlayerJPA
Set the email of the player.
setCountry(String) - Method in class es.uvigo.esei.dgss.user.UserJPA
Set the country of the user.
setDate(Date) - Method in class es.uvigo.esei.dgss.day.DayJPA
Sets the date of the day
setDate(Date) - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
Set the date of the fixture
setDeleted(Date) - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
Set the deleted date of the fixture.
setDeleted(Date) - Method in class es.uvigo.esei.dgss.match.MatchJPA
Set the deleted date of the match.
setDeleted(Date) - Method in class es.uvigo.esei.dgss.user.UserJPA
Set the deleted date of the user.
setDeleted(Date) - Method in class es.uvigo.esei.dgss.user.UserPlayerJPA
Set the deleted date of the player.
setDescription(String) - Method in class es.uvigo.esei.dgss.competition.CompetitionJPA
Sets the description of the game
setDescription(String) - Method in class es.uvigo.esei.dgss.day.DayJPA
Sets the description of the day
setDescription(String) - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
Set the description of the fixture
setDescription(String) - Method in class es.uvigo.esei.dgss.match.MatchJPA
Set the description of the match
setDuration(int) - Method in class es.uvigo.esei.dgss.match.MatchJPA
Set the duration of the match
setEmail(String) - Method in class es.uvigo.esei.dgss.user.UserJPA
Set the email of the user.
setFacebookProfile(String) - Method in class es.uvigo.esei.dgss.user.UserJPA
Set the Facebook URL of the user.
setFacility(FacilityJPA) - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
Set the facility where match is played
setFavouriteSports(String) - Method in class es.uvigo.esei.dgss.user.UserPlayerJPA
Set the favorite sport of the player.
setFavouriteTeams(String) - Method in class es.uvigo.esei.dgss.user.UserPlayerJPA
Set the favorite teams of the player.
setFixture(FixtureJPA) - Method in class es.uvigo.esei.dgss.match.MatchJPA
Set the fixture which belongs to match
setHour(String) - Method in class es.uvigo.esei.dgss.match.MatchJPA
Set the hour of the match
setHq(String) - Method in class es.uvigo.esei.dgss.competition.CompetitionJPA
Sets the Headquarters of the event
setInstagramProfile(String) - Method in class es.uvigo.esei.dgss.user.UserJPA
Set the Instagram URL of the user.
setInterests(String) - Method in class es.uvigo.esei.dgss.user.UserPlayerJPA
Set the interests of the player.
setLastName(String) - Method in class es.uvigo.esei.dgss.user.UserJPA
Set the last name of the user.
setLastName(String) - Method in class es.uvigo.esei.dgss.user.UserPlayerJPA
Set the last name of the player.
setLocalScore(int) - Method in class es.uvigo.esei.dgss.match.MatchJPA
Set the score of the local team in the match
setLocation(String) - Method in class es.uvigo.esei.dgss.user.UserJPA
Set the location of the user.
setLocation(String) - Method in class es.uvigo.esei.dgss.user.UserPlayerJPA
Set the location of the player.
setLogin(String) - Method in class es.uvigo.esei.dgss.user.UserJPA
Set the login of the user.
setMaxTeams(int) - Method in class es.uvigo.esei.dgss.competition.CompetitionJPA
Sets the maximum number of teams participating in the competition
setMinTeams(int) - Method in class es.uvigo.esei.dgss.competition.CompetitionJPA
Sets the minimim number of teams participating in the competition
setMode(String) - Method in class es.uvigo.esei.dgss.competition.CompetitionJPA
Sets the mode of the Competition
setN(int) - Method in class es.uvigo.esei.dgss.day.DayJPA
Sets the day number
setName(String) - Method in class es.uvigo.esei.dgss.competition.CompetitionJPA
Sets the name of the competition
setName(String) - Method in class es.uvigo.esei.dgss.sport.SportJPA
Set the name of this sport
setName(String) - Method in class es.uvigo.esei.dgss.user.UserJPA
Set the name of the user.
setName(String) - Method in class es.uvigo.esei.dgss.user.UserPlayerJPA
Set the name of the player.
setNick(String) - Method in class es.uvigo.esei.dgss.user.UserPlayerJPA
Set the nick of the player.
setNumber(int) - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
Set the number of the fixture
setNumberID(String) - Method in class es.uvigo.esei.dgss.user.UserJPA
Set the identification (DNI, Passport..) of the user.
setOpen(Boolean) - Method in class es.uvigo.esei.dgss.competition.CompetitionJPA
Sets the state of the competition, true for open, false for closed
setPassword(String) - Method in class es.uvigo.esei.dgss.user.UserJPA
Set the password encrypted of the user.
setPhoneNumber(String) - Method in class es.uvigo.esei.dgss.user.UserJPA
Set the phoneNumber of the user.
setPlace(String) - Method in class es.uvigo.esei.dgss.day.DayJPA
Sets the place of celebration
setPlace(String) - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
Set the place of the fixture
setPlayer(boolean) - Method in class es.uvigo.esei.dgss.user.UserJPA
Set if the user will be a player or not.
setPostalCode(int) - Method in class es.uvigo.esei.dgss.user.UserJPA
Set the postal code of the user.
setPrivateProfile(boolean) - Method in class es.uvigo.esei.dgss.user.UserPlayerJPA
Set if the profile is in private mode or not.
setProvince(String) - Method in class es.uvigo.esei.dgss.user.UserJPA
Set the province of the user.
setProvince(String) - Method in class es.uvigo.esei.dgss.user.UserPlayerJPA
Set the province of the player.
setSelfPlayer(boolean) - Method in class es.uvigo.esei.dgss.user.UserPlayerJPA
Set if the player and the user are the same person.
setShortName(String) - Method in class es.uvigo.esei.dgss.competition.CompetitionJPA
Sets the short name of the competition
setSocial(String) - Method in class es.uvigo.esei.dgss.competition.CompetitionJPA
Sets all the information relating social networks
setSport(SportJPA) - Method in class es.uvigo.esei.dgss.competition.CompetitionJPA
Sets the sport of the competition
setStatus(String) - Method in class es.uvigo.esei.dgss.day.DayJPA
Sets the status of the day
setStatus(String) - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
Set the status of the fixture
setStatus(String) - Method in class es.uvigo.esei.dgss.match.MatchJPA
Set the status of the match
setTwitterProfile(String) - Method in class es.uvigo.esei.dgss.user.UserJPA
Set the Twitter URL of the user.
setUserWhoCreated(String) - Method in class es.uvigo.esei.dgss.user.UserPlayerJPA
Set the login of the user who create player.
setVisibility(Boolean) - Method in class es.uvigo.esei.dgss.competition.CompetitionJPA
Sets true or false depending of the visibility of the game
setVisitorScore(int) - Method in class es.uvigo.esei.dgss.match.MatchJPA
Set the score of the visitor team in the match
SportJPA - Class in es.uvigo.esei.dgss.sport
Implements entity Sport
SportJPA() - Constructor for class es.uvigo.esei.dgss.sport.SportJPA
Empty constructor for JPA
SportJPA(String) - Constructor for class es.uvigo.esei.dgss.sport.SportJPA
 

U

UserJPA - Class in es.uvigo.esei.dgss.user
 
UserJPA(String, String, String) - Constructor for class es.uvigo.esei.dgss.user.UserJPA
Constructor for the JPA User in which we create a simple user with the attributes needed.
UserJPA() - Constructor for class es.uvigo.esei.dgss.user.UserJPA
Empty constructor for the JPA User.
UserPlayerJPA - Class in es.uvigo.esei.dgss.user
 
UserPlayerJPA(UserJPA, String, String, String, boolean) - Constructor for class es.uvigo.esei.dgss.user.UserPlayerJPA
Constructor for the JPA UserPlayer in which we create a player with the attributes needed.
UserPlayerJPA() - Constructor for class es.uvigo.esei.dgss.user.UserPlayerJPA
Empty constructor for the JPA User player.
A C D E F G I M S U 
Skip navigation links

Copyright © 2017. All rights reserved.