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

C

Competition - Class in ligaaas.teamc.domain
A Competition
Competition(long, String, String, String, SportType, CompetitionType, Boolean, int, int, Boolean, Boolean, HeadQuarter, User, Contact) - Constructor for class ligaaas.teamc.domain.Competition
Creates a new instance of Competition.
Competition() - Constructor for class ligaaas.teamc.domain.Competition
Creates a new empty instance of Competition.
CompetitionConverter - Class in ligaaas.teamc.converter
Converter of Competition into CompetitionDTO
CompetitionConverter() - Constructor for class ligaaas.teamc.converter.CompetitionConverter
 
CompetitionDTO - Class in ligaaas.teamc.DTO
DTO of a Competition
CompetitionDTO() - Constructor for class ligaaas.teamc.DTO.CompetitionDTO
 
CompetitionType - Enum in ligaaas.teamc.domain
 
Contact - Class in ligaaas.teamc.domain
 
Contact() - Constructor for class ligaaas.teamc.domain.Contact
Creates a new empty instance of Contact.
Contact(long, String, String, String, String, String, String) - Constructor for class ligaaas.teamc.domain.Contact
Creates a new instance of Contact.
ContactConverter - Class in ligaaas.teamc.converter
Converter for Contact
ContactConverter() - Constructor for class ligaaas.teamc.converter.ContactConverter
 
ContactDTO - Class in ligaaas.teamc.DTO
DTO of a Contact
ContactDTO() - Constructor for class ligaaas.teamc.DTO.ContactDTO
 

E

EMAIL - Static variable in class ligaaas.teamc.domain.RegexpTemplates
 
equals(Object) - Method in class ligaaas.teamc.domain.Competition
Returns if two classes are equals
equals(Object) - Method in class ligaaas.teamc.domain.Contact
Returns if two classes are equals
equals(Object) - Method in class ligaaas.teamc.domain.HeadQuarter
Returns if two classes are equals
equals(Object) - Method in class ligaaas.teamc.domain.Match
Returns if two classes are equals
equals(Object) - Method in class ligaaas.teamc.domain.Player
Returns if two classes are equals
equals(Object) - Method in class ligaaas.teamc.domain.Round
Returns if two classes are equals
equals(Object) - Method in class ligaaas.teamc.domain.Team
Returns if two classes are equals
equals(Object) - Method in class ligaaas.teamc.domain.User
Returns if two classes are equals
EventState - Enum in ligaaas.teamc.domain
 

G

getCompetitionContact() - Method in class ligaaas.teamc.domain.Competition
Returns the competition Contact.
getCompetitionDeleted() - Method in class ligaaas.teamc.domain.Competition
Returns if the competition is logically deleted.
getCompetitionDescription() - Method in class ligaaas.teamc.domain.Competition
Returns the description of the competition.
getCompetitionDescription() - Method in class ligaaas.teamc.DTO.CompetitionDTO
Returns the description of the competition.
getCompetitionHeadQuarter() - Method in class ligaaas.teamc.domain.Competition
Returns the competition HeadQuarter.
getCompetitionId() - Method in class ligaaas.teamc.domain.Competition
Returns the id of the competition.
getCompetitionMaxTeams() - Method in class ligaaas.teamc.domain.Competition
Returns the max number of teams of the competition.
getCompetitionMaxTeams() - Method in class ligaaas.teamc.DTO.CompetitionDTO
Returns the max number of teams of the competition.
getCompetitionMinTeams() - Method in class ligaaas.teamc.domain.Competition
Returns the min number of teams of the competition.
getCompetitionMinTeams() - Method in class ligaaas.teamc.DTO.CompetitionDTO
Returns the min number of teams of the competition.
getCompetitionName() - Method in class ligaaas.teamc.domain.Competition
Returns the name of the competition.
getCompetitionName() - Method in class ligaaas.teamc.DTO.CompetitionDTO
Returns the name of the competition.
getCompetitionOpen() - Method in class ligaaas.teamc.domain.Competition
Returns if the competition is open.
getCompetitionOpen() - Method in class ligaaas.teamc.DTO.CompetitionDTO
Returns if the competition is open.
getCompetitionPublic() - Method in class ligaaas.teamc.domain.Competition
Returns if the competition is public.
getCompetitionShortName() - Method in class ligaaas.teamc.domain.Competition
Returns the short name of the competition.
getCompetitionShortName() - Method in class ligaaas.teamc.DTO.CompetitionDTO
Returns the short name of the competition.
getCompetitionSportType() - Method in class ligaaas.teamc.domain.Competition
Returns the sport type of the competition.
getCompetitionSportType() - Method in class ligaaas.teamc.DTO.CompetitionDTO
Returns the sport type of the competition.
getCompetitionTeams() - Method in class ligaaas.teamc.domain.Competition
Returns the competition Teams.
getCompetitionType() - Method in class ligaaas.teamc.domain.Competition
Returns the competition type.
getCompetitionType() - Method in class ligaaas.teamc.DTO.CompetitionDTO
Returns the competition type.
getCompetitionUser() - Method in class ligaaas.teamc.domain.Competition
Returns the competition User.
getContact() - Method in class ligaaas.teamc.DTO.CompetitionDTO
Returns the competition Contact.
getContactEmail() - Method in class ligaaas.teamc.domain.Contact
Returns the email of the contact.
getContactEmail() - Method in class ligaaas.teamc.DTO.ContactDTO
Returns the email of the contact.
getContactFacebook() - Method in class ligaaas.teamc.domain.Contact
Returns the facebook account of the contact.
getContactFacebook() - Method in class ligaaas.teamc.DTO.ContactDTO
Returns the facebook account of the contact.
getContactId() - Method in class ligaaas.teamc.domain.Contact
Returns the id of the contact.
getContactInstagram() - Method in class ligaaas.teamc.domain.Contact
Returns the instagram account of the contact.
getContactInstagram() - Method in class ligaaas.teamc.DTO.ContactDTO
Returns the instagram account of the contact.
getContactPhone() - Method in class ligaaas.teamc.domain.Contact
Returns the phone of the contact.
getContactPhone() - Method in class ligaaas.teamc.DTO.ContactDTO
Returns the phone of the contact.
getContactTwitter() - Method in class ligaaas.teamc.domain.Contact
Returns the twitter account of the contact.
getContactTwitter() - Method in class ligaaas.teamc.DTO.ContactDTO
Returns the twitter account of the contact.
getContactWeb() - Method in class ligaaas.teamc.domain.Contact
Returns the web of the contact.
getContactWeb() - Method in class ligaaas.teamc.DTO.ContactDTO
Returns the web of the contact.
getHeadQuarter() - Method in class ligaaas.teamc.DTO.CompetitionDTO
Returns the competition HeadQuarter.
getHeadquarterAddress() - Method in class ligaaas.teamc.domain.HeadQuarter
Returns the address of the HeadQuarter.
getHeadquarterAddress() - Method in class ligaaas.teamc.DTO.HeadQuarterDTO
Returns the address of the HeadQuarter.
getHeadQuarterDeleted() - Method in class ligaaas.teamc.domain.HeadQuarter
Returns if the headQuarter is logically deleted.
getHeadquarterDescription() - Method in class ligaaas.teamc.domain.HeadQuarter
Returns the description of the HeadQuarter.
getHeadquarterDescription() - Method in class ligaaas.teamc.DTO.HeadQuarterDTO
Returns the description of the HeadQuarter.
getHeadQuarterId() - Method in class ligaaas.teamc.domain.HeadQuarter
Returns the id of the HeadQuarter.
getHeadquarterLocality() - Method in class ligaaas.teamc.domain.HeadQuarter
Returns the locality of the HeadQuarter.
getHeadquarterLocality() - Method in class ligaaas.teamc.DTO.HeadQuarterDTO
Returns the locality of the HeadQuarter.
getHeadQuarterManagedByUser() - Method in class ligaaas.teamc.domain.HeadQuarter
Returns the user User manager.
getHeadquarterName() - Method in class ligaaas.teamc.domain.HeadQuarter
Returns the name of the HeadQuarter.
getHeadquarterName() - Method in class ligaaas.teamc.DTO.HeadQuarterDTO
Returns the name of the HeadQuarter.
getHeadquarterProvince() - Method in class ligaaas.teamc.domain.HeadQuarter
Returns the province of the HeadQuarter.
getHeadquarterProvince() - Method in class ligaaas.teamc.DTO.HeadQuarterDTO
Returns the province of the HeadQuarter.
getMatchComments() - Method in class ligaaas.teamc.domain.Match
Gets the Match comments.
getMatchDate() - Method in class ligaaas.teamc.domain.Match
Gets the Match Date
getMatchDescription() - Method in class ligaaas.teamc.domain.Match
Gets the Match description
getMatchDuration() - Method in class ligaaas.teamc.domain.Match
Gets the match duration
getMatchHomeTeam() - Method in class ligaaas.teamc.domain.Match
Gets the Match home Team
getMatchId() - Method in class ligaaas.teamc.domain.Match
Gets the Match id.
getMatchLocalPoints() - Method in class ligaaas.teamc.domain.Match
Gets the Match local points
getMatchPlace() - Method in class ligaaas.teamc.domain.Match
Gets the Match place (a HeadQuarter)
getMatchRound() - Method in class ligaaas.teamc.domain.Match
Gets the Match current Round
getMatchState() - Method in class ligaaas.teamc.domain.Match
Gets the current Match EventState
getMatchVisitingPoints() - Method in class ligaaas.teamc.domain.Match
Gets the Match visiting points
getMatchVisitingTeam() - Method in class ligaaas.teamc.domain.Match
Gets the Match visiting Team
getPlayerEmail() - Method in class ligaaas.teamc.domain.Player
Returns the email of the Player.
getPlayerEmail() - Method in class ligaaas.teamc.DTO.PlayerDTO
Returns the email of the Player.
getPlayerFavouriteSportsList() - Method in class ligaaas.teamc.domain.Player
Returns the list of favourite sports of Player.
getPlayerFavouriteSportsList() - Method in class ligaaas.teamc.DTO.PlayerDTO
Returns the list of favourite sports of Player.
getPlayerFavouriteTeamList() - Method in class ligaaas.teamc.domain.Player
Returns the list of favourite teams of Player.
getPlayerFavouriteTeamList() - Method in class ligaaas.teamc.DTO.PlayerDTO
Returns the list of favourite teams of Player.
getPlayerId() - Method in class ligaaas.teamc.domain.Player
Returns the id of the Player.
getPlayerId() - Method in class ligaaas.teamc.DTO.PlayerDTO
Returns the id of the Player.
getPlayerInterests() - Method in class ligaaas.teamc.domain.Player
Returns the interests of the Player.
getPlayerInterests() - Method in class ligaaas.teamc.DTO.PlayerDTO
Returns the interests of the Player.
getPlayerLocation() - Method in class ligaaas.teamc.domain.Player
Returns the location where the Player is living.
getPlayerLocation() - Method in class ligaaas.teamc.DTO.PlayerDTO
Returns the location where the Player is living.
getPlayerManagedByUser() - Method in class ligaaas.teamc.domain.Player
Returns the user User.
getPlayerNickName() - Method in class ligaaas.teamc.domain.Player
Returns the nickname of the Player.
getPlayerNickName() - Method in class ligaaas.teamc.DTO.PlayerDTO
Returns the nickname of the Player.
getPlayerPicture() - Method in class ligaaas.teamc.domain.Player
Returns the picture of the Player.
getPlayerPrivacity() - Method in class ligaaas.teamc.domain.Player
Returns the account privacity of the Player
getPlayerPrivacity() - Method in class ligaaas.teamc.DTO.PlayerDTO
Returns the account privacity of the Player
getPlayerProvince() - Method in class ligaaas.teamc.domain.Player
Returns the province where the Player is living.
getPlayerProvince() - Method in class ligaaas.teamc.DTO.PlayerDTO
Returns the province where the Player is living.
getPlayerTeams() - Method in class ligaaas.teamc.domain.Player
Returns the player Teams.
getPlayerTeams() - Method in class ligaaas.teamc.DTO.PlayerDTO
Returns the player TeamDTOs.
getPlayerUser() - Method in class ligaaas.teamc.domain.Player
Returns the managed players Users.
getRoundComments() - Method in class ligaaas.teamc.domain.Round
Returns the comments of the round.
getRoundCompetition() - Method in class ligaaas.teamc.domain.Round
Returns the Competition of the round.
getRoundDate() - Method in class ligaaas.teamc.domain.Round
Returns the date of the round.
getRoundDescription() - Method in class ligaaas.teamc.domain.Round
Returns the description of the round.
getRoundHeadQuarter() - Method in class ligaaas.teamc.domain.Round
Returns the HeadQuarter of the round.
getRoundId() - Method in class ligaaas.teamc.domain.Round
Returns the id of the round.
getRoundNumber() - Method in class ligaaas.teamc.domain.Round
Returns the number of the round.
getRoundState() - Method in class ligaaas.teamc.domain.Round
Returns the state of the round.
getTeamCompetitions() - Method in class ligaaas.teamc.domain.Team
Returns the team Competitions.
getTeamContact() - Method in class ligaaas.teamc.domain.Team
Returns the team Contact.
getTeamContact() - Method in class ligaaas.teamc.DTO.TeamDTO
Returns the ContactDTO of the Team.
getTeamDeleted() - Method in class ligaaas.teamc.domain.Team
Returns if the team is logically deleted.
getTeamDescription() - Method in class ligaaas.teamc.domain.Team
Returns the description of the team.
getTeamDescription() - Method in class ligaaas.teamc.DTO.TeamDTO
Returns the description of the Team.
getTeamHeadQuarter() - Method in class ligaaas.teamc.domain.Team
Returns the team HeadQuarter.
getTeamHeadQuarter() - Method in class ligaaas.teamc.DTO.TeamDTO
Returns the team HeadQuarterDTO.
getTeamId() - Method in class ligaaas.teamc.domain.Team
Returns the id of the team.
getTeamId() - Method in class ligaaas.teamc.DTO.TeamDTO
Returns the id of the Team.
getTeamMaxPlayers() - Method in class ligaaas.teamc.domain.Team
Returns the max number of players of the team.
getTeamMaxPlayers() - Method in class ligaaas.teamc.DTO.TeamDTO
Returns the maximum number of players of the Team.
getTeamMinPlayers() - Method in class ligaaas.teamc.domain.Team
Returns the min number of players of the team.
getTeamMinPlayers() - Method in class ligaaas.teamc.DTO.TeamDTO
Returns the minimum number of players of the Team.
getTeamName() - Method in class ligaaas.teamc.domain.Team
Returns the name of the team.
getTeamName() - Method in class ligaaas.teamc.DTO.TeamDTO
Returns the name of the Team.
getTeamOpen() - Method in class ligaaas.teamc.domain.Team
Returns if the team is open.
getTeamOpen() - Method in class ligaaas.teamc.DTO.TeamDTO
Returns if team is open or no.
getTeamPlayers() - Method in class ligaaas.teamc.domain.Team
Returns the team Players.
getTeamPublic() - Method in class ligaaas.teamc.domain.Team
Returns if the team is public.
getTeamPublic() - Method in class ligaaas.teamc.DTO.TeamDTO
Returns if the team is public.
getTeamShortName() - Method in class ligaaas.teamc.domain.Team
Returns the short name of the team.
getTeamShortName() - Method in class ligaaas.teamc.DTO.TeamDTO
Returns the short name of the Team.
getTeamSportType() - Method in class ligaaas.teamc.domain.Team
Returns the sport type of the team.
getTeamSportType() - Method in class ligaaas.teamc.DTO.TeamDTO
Returns the SportType of the Team.
getTeamUser() - Method in class ligaaas.teamc.domain.Team
Returns the team User.
getUserBirthdate() - Method in class ligaaas.teamc.domain.User
Gets the user birthdate.
getUserCountry() - Method in class ligaaas.teamc.domain.User
Gets the user country.
getUserDeleted() - Method in class ligaaas.teamc.domain.User
Returns if the user is logically deleted.
getUserEmail() - Method in class ligaaas.teamc.domain.User
Gets the user email.
getUserFacebook() - Method in class ligaaas.teamc.domain.User
Gets the user facebook.
getUserHeadQuarters() - Method in class ligaaas.teamc.domain.User
Returns the user managed list of HeadQuarter.
getUserId() - Method in class ligaaas.teamc.domain.User
Gets the user id.
getUserIdentificationDocument() - Method in class ligaaas.teamc.domain.User
Gets the user identification document.
getUserInstagram() - Method in class ligaaas.teamc.domain.User
Gets the user instagram.
getUserLocality() - Method in class ligaaas.teamc.domain.User
Gets the user locality.
getUserLogin() - Method in class ligaaas.teamc.domain.User
Gets the user login.
getUserName() - Method in class ligaaas.teamc.domain.User
Gets the user name.
getUserPassword() - Method in class ligaaas.teamc.domain.User
Gets the user password.
getUserPhone() - Method in class ligaaas.teamc.domain.User
Gets the user phone.
getUserPlayer() - Method in class ligaaas.teamc.domain.User
Returns the player Player.
getUserPlayers() - Method in class ligaaas.teamc.domain.User
Returns the user managed Players.
getUserProvince() - Method in class ligaaas.teamc.domain.User
Gets the user province.
getUserResidence() - Method in class ligaaas.teamc.domain.User
Gets the user residence.
getUserSurname() - Method in class ligaaas.teamc.domain.User
Gets the user surname.
getUserToken() - Method in class ligaaas.teamc.domain.User
Gets the user token.
getUserTwitter() - Method in class ligaaas.teamc.domain.User
Gets the user twitter.

H

hashCode() - Method in class ligaaas.teamc.domain.Competition
Returns the hascCode of the competition.
hashCode() - Method in class ligaaas.teamc.domain.Contact
Returns the hascCode of the contact.
hashCode() - Method in class ligaaas.teamc.domain.HeadQuarter
Returns the hascCode of the HeadQuarter.
hashCode() - Method in class ligaaas.teamc.domain.Match
Returns the hashCode for the Match object
hashCode() - Method in class ligaaas.teamc.domain.Player
Returns the hashCode of Player.
hashCode() - Method in class ligaaas.teamc.domain.Round
Returns the hascCode of the round.
hashCode() - Method in class ligaaas.teamc.domain.Team
Returns the hascCode of the contact.
hashCode() - Method in class ligaaas.teamc.domain.User
Returns the hashCode of the User.
HeadQuarter - Class in ligaaas.teamc.domain
 
HeadQuarter() - Constructor for class ligaaas.teamc.domain.HeadQuarter
Creates a new empty instance of HeadQuarter.
HeadQuarter(long, String, String, String, String, String, boolean) - Constructor for class ligaaas.teamc.domain.HeadQuarter
Creates a new instance of HeadQuarter without owner.
HeadQuarterConverter - Class in ligaaas.teamc.converter
 
HeadQuarterConverter() - Constructor for class ligaaas.teamc.converter.HeadQuarterConverter
 
HeadQuarterDTO - Class in ligaaas.teamc.DTO
DTO of a HeadQuarter
HeadQuarterDTO() - Constructor for class ligaaas.teamc.DTO.HeadQuarterDTO
 

I

isUserConfirmed() - Method in class ligaaas.teamc.domain.User
Checks if is user confirmed.

L

ligaaas.teamc.converter - package ligaaas.teamc.converter
 
ligaaas.teamc.domain - package ligaaas.teamc.domain
 
ligaaas.teamc.DTO - package ligaaas.teamc.DTO
 

M

Match - Class in ligaaas.teamc.domain
 
Match(long, Team, Team, Date, HeadQuarter, EventState, int, int, int, String, List<String>, Round) - Constructor for class ligaaas.teamc.domain.Match
Instantiates a new Match
Match() - Constructor for class ligaaas.teamc.domain.Match
Instantiates a new user

P

PASSWORD - Static variable in class ligaaas.teamc.domain.RegexpTemplates
 
PHONE - Static variable in class ligaaas.teamc.domain.RegexpTemplates
 
Player - Class in ligaaas.teamc.domain
 
Player() - Constructor for class ligaaas.teamc.domain.Player
Creates a new empty instance of Player.
Player(long, String, byte[], String, String, String, String, String, String, Boolean) - Constructor for class ligaaas.teamc.domain.Player
Creates a new instance of Player without owner.
PlayerConverter - Class in ligaaas.teamc.converter
Converter for Player
PlayerConverter() - Constructor for class ligaaas.teamc.converter.PlayerConverter
 
PlayerDTO - Class in ligaaas.teamc.DTO
DTO for player
PlayerDTO() - Constructor for class ligaaas.teamc.DTO.PlayerDTO
 

R

RegexpTemplates - Class in ligaaas.teamc.domain
 
RegexpTemplates() - Constructor for class ligaaas.teamc.domain.RegexpTemplates
 
Round - Class in ligaaas.teamc.domain
 
Round(long, int, Date, EventState, String, List<String>, HeadQuarter, Competition) - Constructor for class ligaaas.teamc.domain.Round
Creates a new instance of Round.
Round() - Constructor for class ligaaas.teamc.domain.Round
Creates a new empty instance of Round.

S

setCompetitionContact(Contact) - Method in class ligaaas.teamc.domain.Competition
Sets the competition Contact.
setCompetitionDeleted(Boolean) - Method in class ligaaas.teamc.domain.Competition
Sets if competition is deleted.
setCompetitionDescription(String) - Method in class ligaaas.teamc.domain.Competition
Sets the description of the competition.
setCompetitionDescription(String) - Method in class ligaaas.teamc.DTO.CompetitionDTO
Sets the description of the competition.
setCompetitionHeadQuarter(HeadQuarter) - Method in class ligaaas.teamc.domain.Competition
Sets the competition HeadQuarter.
setCompetitionId(long) - Method in class ligaaas.teamc.domain.Competition
Sets the id of the competition.
setCompetitionMaxTeams(int) - Method in class ligaaas.teamc.domain.Competition
Sets the max number of teams of the competition.
setCompetitionMaxTeams(int) - Method in class ligaaas.teamc.DTO.CompetitionDTO
Sets the max number of teams of the competition.
setCompetitionMinTeams(int) - Method in class ligaaas.teamc.domain.Competition
Sets the min number of teams of the competition.
setCompetitionMinTeams(int) - Method in class ligaaas.teamc.DTO.CompetitionDTO
Sets the min number of teams of the competition.
setCompetitionName(String) - Method in class ligaaas.teamc.domain.Competition
Sets the name of the competition.
setCompetitionName(String) - Method in class ligaaas.teamc.DTO.CompetitionDTO
Sets the name of the competition.
setCompetitionOpen(Boolean) - Method in class ligaaas.teamc.domain.Competition
Sets if competition is open.
setCompetitionOpen(Boolean) - Method in class ligaaas.teamc.DTO.CompetitionDTO
Sets if competition is open.
setCompetitionPublic(Boolean) - Method in class ligaaas.teamc.domain.Competition
Sets if competition is public.
setCompetitionShortName(String) - Method in class ligaaas.teamc.domain.Competition
Sets the short name of the competition.
setCompetitionShortName(String) - Method in class ligaaas.teamc.DTO.CompetitionDTO
Sets the short name of the competition.
setCompetitionSportType(SportType) - Method in class ligaaas.teamc.domain.Competition
Sets the description of the competition.
setCompetitionSportType(String) - Method in class ligaaas.teamc.DTO.CompetitionDTO
Sets the sportType of the competition.
setCompetitionTeams(List<Team>) - Method in class ligaaas.teamc.domain.Competition
Sets the teams of the competition.
setCompetitionType(CompetitionType) - Method in class ligaaas.teamc.domain.Competition
Sets the type of the competition.
setCompetitionType(String) - Method in class ligaaas.teamc.DTO.CompetitionDTO
Sets the type of the competition.
setCompetitionUser(User) - Method in class ligaaas.teamc.domain.Competition
Sets the competition User.
setContact(ContactDTO) - Method in class ligaaas.teamc.DTO.CompetitionDTO
Sets the competition Contact.
setContactEmail(String) - Method in class ligaaas.teamc.domain.Contact
Sets the email of the contact.
setContactEmail(String) - Method in class ligaaas.teamc.DTO.ContactDTO
Sets the email of the contact.
setContactFacebook(String) - Method in class ligaaas.teamc.domain.Contact
Sets the facebook account of the contact.
setContactFacebook(String) - Method in class ligaaas.teamc.DTO.ContactDTO
Sets the facebook account of the contact.
setContactId(long) - Method in class ligaaas.teamc.domain.Contact
Sets the id of the contact.
setContactInstagram(String) - Method in class ligaaas.teamc.domain.Contact
Sets the instagram account of the contact.
setContactInstagram(String) - Method in class ligaaas.teamc.DTO.ContactDTO
Sets the instagram account of the contact.
setContactPhone(String) - Method in class ligaaas.teamc.domain.Contact
Sets the phone of the contact.
setContactPhone(String) - Method in class ligaaas.teamc.DTO.ContactDTO
Sets the phone of the contact.
setContactTwitter(String) - Method in class ligaaas.teamc.domain.Contact
Sets the twitter account of the contact.
setContactTwitter(String) - Method in class ligaaas.teamc.DTO.ContactDTO
Sets the twitter account of the contact.
setContactWeb(String) - Method in class ligaaas.teamc.domain.Contact
Sets the web of the contact.
setContactWeb(String) - Method in class ligaaas.teamc.DTO.ContactDTO
Sets the web of the contact.
setHeadQuarter(HeadQuarterDTO) - Method in class ligaaas.teamc.DTO.CompetitionDTO
Sets the competition HeadQuarter.
setHeadquarterAddress(String) - Method in class ligaaas.teamc.domain.HeadQuarter
Sets the address of the HeadQuarter.
setHeadquarterAddress(String) - Method in class ligaaas.teamc.DTO.HeadQuarterDTO
Sets the address of the HeadQuarter.
setHeadQuarterDeleted(Boolean) - Method in class ligaaas.teamc.domain.HeadQuarter
Sets if headQuarter is deleted
setHeadquarterDescription(String) - Method in class ligaaas.teamc.domain.HeadQuarter
Sets the description of the HeadQuarter.
setHeadquarterDescription(String) - Method in class ligaaas.teamc.DTO.HeadQuarterDTO
Sets the description of the HeadQuarter.
setHeadQuarterId(long) - Method in class ligaaas.teamc.domain.HeadQuarter
Sets the id of the HeadQuarter.
setHeadquarterLocality(String) - Method in class ligaaas.teamc.domain.HeadQuarter
Sets the locality of the HeadQuarter.
setHeadquarterLocality(String) - Method in class ligaaas.teamc.DTO.HeadQuarterDTO
Sets the locality of the HeadQuarter.
setHeadQuarterManagedByUser(User) - Method in class ligaaas.teamc.domain.HeadQuarter
Sets the manager User of the HeadQuarter.
setHeadquarterName(String) - Method in class ligaaas.teamc.domain.HeadQuarter
Sets the name of the HeadQuarter.
setHeadquarterName(String) - Method in class ligaaas.teamc.DTO.HeadQuarterDTO
Sets the name of the HeadQuarter.
setHeadquarterProvince(String) - Method in class ligaaas.teamc.domain.HeadQuarter
Sets the province of the HeadQuarter.
setHeadquarterProvince(String) - Method in class ligaaas.teamc.DTO.HeadQuarterDTO
Sets the province of the HeadQuarter.
setMatchComments(List<String>) - Method in class ligaaas.teamc.domain.Match
Sets the Match comments.
setMatchDate(Date) - Method in class ligaaas.teamc.domain.Match
setMatchDescription(String) - Method in class ligaaas.teamc.domain.Match
Sets the Match description
setMatchDuration(int) - Method in class ligaaas.teamc.domain.Match
Sets the Match duration
setMatchHomeTeam(Team) - Method in class ligaaas.teamc.domain.Match
Sets the Match home Team
setMatchId(long) - Method in class ligaaas.teamc.domain.Match
Sets the Match Id
setMatchLocalPoints(int) - Method in class ligaaas.teamc.domain.Match
Sets the Match local points
setMatchPlace(HeadQuarter) - Method in class ligaaas.teamc.domain.Match
Sets the Match place (a HeadQuarter)
setMatchRound(Round) - Method in class ligaaas.teamc.domain.Match
Sets the Match current Round
setMatchState(EventState) - Method in class ligaaas.teamc.domain.Match
Sets the current Match EventState
setMatchVisitingPoints(int) - Method in class ligaaas.teamc.domain.Match
Sets the Match visiting points
setMatchVisitingTeam(Team) - Method in class ligaaas.teamc.domain.Match
Sets the Match visiting Team
setPlayerEmail(String) - Method in class ligaaas.teamc.domain.Player
Sets the email of the Player.
setPlayerEmail(String) - Method in class ligaaas.teamc.DTO.PlayerDTO
Sets the email of the Player.
setPlayerFavouriteSportsList(String) - Method in class ligaaas.teamc.domain.Player
Sets the list of favourite sports of the Player.
setPlayerFavouriteSportsList(String) - Method in class ligaaas.teamc.DTO.PlayerDTO
Sets the list of favourite sports of the Player.
setPlayerFavouriteTeamList(String) - Method in class ligaaas.teamc.domain.Player
Sets the list of favourite teams of Player
setPlayerFavouriteTeamList(String) - Method in class ligaaas.teamc.DTO.PlayerDTO
Sets the list of favourite teams of Player
setPlayerId(long) - Method in class ligaaas.teamc.domain.Player
Sets the id of the Player.
setPlayerId(long) - Method in class ligaaas.teamc.DTO.PlayerDTO
Sets the id of the Player.
setPlayerInterests(String) - Method in class ligaaas.teamc.domain.Player
Sets the interests of the Player.
setPlayerInterests(String) - Method in class ligaaas.teamc.DTO.PlayerDTO
Sets the interests of the Player.
setPlayerLocation(String) - Method in class ligaaas.teamc.domain.Player
Sets the location where the Player is living.
setPlayerLocation(String) - Method in class ligaaas.teamc.DTO.PlayerDTO
Sets the location where the Player is living.
setPlayerManagedByUser(User) - Method in class ligaaas.teamc.domain.Player
Sets the manager user of the player.
setPlayerNickName(String) - Method in class ligaaas.teamc.domain.Player
Sets the playerNickname of the Player.
setPlayerNickName(String) - Method in class ligaaas.teamc.DTO.PlayerDTO
Sets the playerNickname of the Player.
setPlayerPicture(byte[]) - Method in class ligaaas.teamc.domain.Player
Sets the picture of the Player.
setPlayerPrivacity(Boolean) - Method in class ligaaas.teamc.domain.Player
Sets the privacity for the account of Player
setPlayerPrivacity(Boolean) - Method in class ligaaas.teamc.DTO.PlayerDTO
Sets the privacity for the account of Player
setPlayerProvince(String) - Method in class ligaaas.teamc.domain.Player
Sets the province where the Player is living.
setPlayerProvince(String) - Method in class ligaaas.teamc.DTO.PlayerDTO
Sets the province where the Player is living.
setPlayerTeams(List<Team>) - Method in class ligaaas.teamc.domain.Player
Sets the Teams of the player.
setPlayerTeams(List<TeamDTO>) - Method in class ligaaas.teamc.DTO.PlayerDTO
Sets the Teams of the player.
setPlayerUser(User) - Method in class ligaaas.teamc.domain.Player
Sets the manager User of the player.
setRoundComments(List<String>) - Method in class ligaaas.teamc.domain.Round
Sets the comments of the round.
setRoundCompetition(Competition) - Method in class ligaaas.teamc.domain.Round
Sets the Competition of the round.
setRoundDate(Date) - Method in class ligaaas.teamc.domain.Round
Sets the round date.
setRoundDescription(String) - Method in class ligaaas.teamc.domain.Round
Sets the description of the round.
setRoundHeadQuarter(HeadQuarter) - Method in class ligaaas.teamc.domain.Round
Sets the HeadQuarter of the round.
setRoundId(long) - Method in class ligaaas.teamc.domain.Round
Sets the id of the round.
setRoundNumber(int) - Method in class ligaaas.teamc.domain.Round
Sets the number of the round.
setRoundState(EventState) - Method in class ligaaas.teamc.domain.Round
Sets the state of the round.
setTeamCompetitions(List<Competition>) - Method in class ligaaas.teamc.domain.Team
Sets the Competitions of the team.
setTeamContact(Contact) - Method in class ligaaas.teamc.domain.Team
Sets the team Contact.
setTeamContact(ContactDTO) - Method in class ligaaas.teamc.DTO.TeamDTO
Sets the ContactDTO of the Team.
setTeamDeleted(Boolean) - Method in class ligaaas.teamc.domain.Team
Sets if team is deleted.
setTeamDescription(String) - Method in class ligaaas.teamc.domain.Team
Sets the description of the team.
setTeamDescription(String) - Method in class ligaaas.teamc.DTO.TeamDTO
Sets the description of the Team.
setTeamHeadQuarter(HeadQuarter) - Method in class ligaaas.teamc.domain.Team
Sets the team HeadQuarter.
setTeamHeadQuarter(HeadQuarterDTO) - Method in class ligaaas.teamc.DTO.TeamDTO
Sets the team HeadQuarterDTO.
setTeamId(long) - Method in class ligaaas.teamc.domain.Team
Sets the id of the team.
setTeamId(long) - Method in class ligaaas.teamc.DTO.TeamDTO
Sets the id of the Team.
setTeamMaxPlayers(int) - Method in class ligaaas.teamc.domain.Team
Sets the max number of players of the team.
setTeamMaxPlayers(int) - Method in class ligaaas.teamc.DTO.TeamDTO
Sets the maximum number of players of the Team.
setTeamMinPlayers(int) - Method in class ligaaas.teamc.domain.Team
Sets the min number of players of the team.
setTeamMinPlayers(int) - Method in class ligaaas.teamc.DTO.TeamDTO
Sets the minimum number of players of the Team.
setTeamName(String) - Method in class ligaaas.teamc.domain.Team
Sets the name of the team.
setTeamName(String) - Method in class ligaaas.teamc.DTO.TeamDTO
Sets the name of the Team.
setTeamOpen(Boolean) - Method in class ligaaas.teamc.domain.Team
Sets if team is open.
setTeamOpen(Boolean) - Method in class ligaaas.teamc.DTO.TeamDTO
Sets if the Team is open.
setTeamPlayers(List<Player>) - Method in class ligaaas.teamc.domain.Team
Sets the Players of the team.
setTeamPublic(Boolean) - Method in class ligaaas.teamc.domain.Team
Sets if team is public.
setTeamPublic(Boolean) - Method in class ligaaas.teamc.DTO.TeamDTO
Sets if the Team is public.
setTeamShortName(String) - Method in class ligaaas.teamc.domain.Team
Sets the short name of the team.
setTeamShortName(String) - Method in class ligaaas.teamc.DTO.TeamDTO
Sets the short name of the Team.
setTeamSportType(SportType) - Method in class ligaaas.teamc.domain.Team
Sets the description of the team.
setTeamSportType(SportType) - Method in class ligaaas.teamc.DTO.TeamDTO
Sets the SportType of the Team.
setTeamUser(User) - Method in class ligaaas.teamc.domain.Team
Sets the team User.
setUserBirthdate(Date) - Method in class ligaaas.teamc.domain.User
Sets the user birthdate.
setUserConfirmed(boolean) - Method in class ligaaas.teamc.domain.User
Sets the user confirmed.
setUserCountry(String) - Method in class ligaaas.teamc.domain.User
Sets the user country.
setUserDeleted(Boolean) - Method in class ligaaas.teamc.domain.User
Sets if user is deleted.
setUserEmail(String) - Method in class ligaaas.teamc.domain.User
Sets the user email.
setUserFacebook(String) - Method in class ligaaas.teamc.domain.User
Sets the user facebook.
setUserHeadQuarters(List<HeadQuarter>) - Method in class ligaaas.teamc.domain.User
Sets the HeadQuarters managed of the user.
setUserId(long) - Method in class ligaaas.teamc.domain.User
Sets the user id.
setUserIdentificationDocument(String) - Method in class ligaaas.teamc.domain.User
Sets the user identification document.
setUserInstagram(String) - Method in class ligaaas.teamc.domain.User
Sets the user instagram.
setUserLocality(String) - Method in class ligaaas.teamc.domain.User
Sets the user locality.
setUserLogin(String) - Method in class ligaaas.teamc.domain.User
Sets the user login.
setUserName(String) - Method in class ligaaas.teamc.domain.User
Sets the user name.
setUserPassword(String) - Method in class ligaaas.teamc.domain.User
Sets the user password.
setUserPhone(String) - Method in class ligaaas.teamc.domain.User
Sets the user phone.
setUserPlayer(Player) - Method in class ligaaas.teamc.domain.User
Sets the player of the user.
setUserPlayers(List<Player>) - Method in class ligaaas.teamc.domain.User
Sets the players managed of the user.
setUserProvince(String) - Method in class ligaaas.teamc.domain.User
Sets the user province.
setUserResidence(String) - Method in class ligaaas.teamc.domain.User
Sets the user residence.
setUserSurname(String) - Method in class ligaaas.teamc.domain.User
Sets the user surname.
setUserToken(String) - Method in class ligaaas.teamc.domain.User
Sets the user taken.
setUserTwitter(String) - Method in class ligaaas.teamc.domain.User
Sets the user twitter.
SportType - Enum in ligaaas.teamc.domain
An Enum that represents the values of the field SportType

T

Team - Class in ligaaas.teamc.domain
 
Team(long, String, String, String, SportType, Boolean, int, int, Boolean, Boolean, HeadQuarter, Contact, User) - Constructor for class ligaaas.teamc.domain.Team
Creates a new instance of Team.
Team() - Constructor for class ligaaas.teamc.domain.Team
Creates a new empty instance of Team.
TeamConverter - Class in ligaaas.teamc.converter
Converter for Team
TeamConverter() - Constructor for class ligaaas.teamc.converter.TeamConverter
 
TeamDTO - Class in ligaaas.teamc.DTO
DTO for Team
TeamDTO() - Constructor for class ligaaas.teamc.DTO.TeamDTO
 
toCompetitionDTO(List<Competition>) - Static method in class ligaaas.teamc.converter.CompetitionConverter
Converts a List of Competition into a list of CompetitionDTO to be used over REST API
toCompetitionDTO(Competition) - Static method in class ligaaas.teamc.converter.CompetitionConverter
Converts a Competition into a CompetitionDTO to be used over REST API
toContactDTO(Contact) - Static method in class ligaaas.teamc.converter.ContactConverter
Converts a Contact into a ContactDTO
toHeadQuarterDTO(HeadQuarter) - Static method in class ligaaas.teamc.converter.HeadQuarterConverter
 
toPlayerDTO(List<Player>) - Static method in class ligaaas.teamc.converter.PlayerConverter
Converts a List of Players into a List of PlayerDTOs
toPlayerDTO(Player) - Static method in class ligaaas.teamc.converter.PlayerConverter
Converts a Players into a PlayerDTOs
toTeamDTO(List<Team>) - Static method in class ligaaas.teamc.converter.TeamConverter
Converts a List of Teams into a List of TeamDTOs
toTeamDTO(Team) - Static method in class ligaaas.teamc.converter.TeamConverter
Converts a Teams into a TeamDTOs

U

User - Class in ligaaas.teamc.domain
A User
User() - Constructor for class ligaaas.teamc.domain.User
Instantiates a new user.
User(long, String, String, String, String, Date, String, String, String, String, String, String, String, String, String, String, boolean, boolean, String) - Constructor for class ligaaas.teamc.domain.User
Instantiates a new User.

V

valueOf(String) - Static method in enum ligaaas.teamc.domain.CompetitionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ligaaas.teamc.domain.EventState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ligaaas.teamc.domain.SportType
Returns the enum constant of this type with the specified name.
values() - Static method in enum ligaaas.teamc.domain.CompetitionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ligaaas.teamc.domain.EventState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ligaaas.teamc.domain.SportType
Returns an array containing the constants of this enum type, in the order they are declared.
C E G H I L M P R S T U V 
Skip navigation links

Copyright © 2017. All rights reserved.