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

D

delete() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Set the logical deleted state of the player, setting the deletion date to current timestamp
delete() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Set the logical deleted state of the user, setting the deletion date to current timestamp

E

equals(Object) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
equals method for the player, based on id (autogenerated field by JPA engine)
equals(Object) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
equals method for the user, based on login String
es.uvigo.esei.dgss.teamd.ligaaas.domain.entities - package es.uvigo.esei.dgss.teamd.ligaaas.domain.entities
 

G

getAddress() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Get the address of the user.
getAvatar() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Get the avatar content of the player
getBirthDate() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Get the birth date of the user.
getCity() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Get the city of the player.
getCity() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Get the city of the user.
getCountry() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Get the country of the user.
getDeleted() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Get the deletion time of the player.
getDeleted() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Get the deletion time of the user.
getEmail() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Get the email of the player.
getEmail() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Get the email of the user.
getFacebookProfile() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Get the facebook profile of the user.
getFavouriteSports() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Get the favourite sports for the player
getFavouriteTeams() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Get the favourite teams for the player
getId() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Get the unique identifier of the player (autogenerated field by JPA engine)
getInstagramProfile() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Get the instagram profile of the user.
getInterests() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Get the description of interests for the player
getLastName() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Get the last name of the player.
getLastName() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Get the last name of the user.
getLogin() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Get the login of the user.
getName() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Get the name of the player.
getName() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Get the name of the user.
getNick() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Get the nick name of the player.
getOwner() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Get the user who manages this player profile
getOwnPlayer() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Get the player profile of the user.
getPassword() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Get the password of the user.
getPhoneNumber() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Get the phone number of the user.
getPostalCode() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Get the postal code of the user.
getPreregistrationCode() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Get the preregistration code of the user.
getProvince() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Get the province/state of the player.
getProvince() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Get the province/state of the user.
getRole() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Get the role for the user in LIGAaaS application.
getTwitterProfile() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Get the twitter profile of the user.

H

hashCode() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
 
hashCode() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
 

I

isDeleted() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Get the deletion state of the player
isDeleted() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Get the deletion state of the user
isPublicPlayer() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Get the public visibility of the player
isRegistered() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Get whether the user already registered or not

P

Player - Class in es.uvigo.esei.dgss.teamd.ligaaas.domain.entities
 
Player() - Constructor for class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Default empty constructor (required by JPA).
Player(User) - Constructor for class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Utility constructor with the owner of this player profile
Player(String, String, String, String, User) - Constructor for class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Utility constructor with basic profile data and the owner of this player profile
Player(Long, String, String, String, String, String, String, String, String, String, boolean, Date, User, byte[]) - Constructor for class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
 

R

register() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Set the user as an registered on, assigning the correct role and setting to null the preregistration code

S

setAddress(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Set the address of the user.
setAvatar(byte[]) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Set the avatar content of the player.
setBirthDate(Date) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Set the birth date of the user.
setCity(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Set the city of the player.
setCity(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Set the city of the user.
setCountry(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Set the country of the user.
setDeleted(Date) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Set the deletion date of the player
setDeleted(Date) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Set the deletion date of the user.
setEmail(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Set the email of the player.
setEmail(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Set the email of the user.
setFacebookProfile(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Set the facebook profile of the user.
setFavouriteSports(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Set the favourite sports for the player.
setFavouriteTeams(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Set the favourite teams for the player.
setId(Long) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Set the unique identifier of the player (autogenerated field by JPA engine)
setInstagramProfile(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Set the instagram profile of the user.
setInterests(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Set the description of interests for the player.
setLastName(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Set the last name of the player.
setLastName(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Set the lastname of the user.
setLogin(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Set the login of the user.
setName(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Set the name of the player.
setName(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Set the name of the user.
setNick(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Set the nick name of the player.
setOwner(User) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Set the user who manages this player profile
setOwnPlayer(Player) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Set the Player profile for the user.
setPassword(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Set the password of the user.
setPhoneNumber(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Set the phone number of the user.
setPostalCode(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Set the postal code of the user.
setPreregistrationCode(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Set the preregistration code for the user.
setProvince(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Set the province or state of the player.
setProvince(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Set the province or state of the user.
setPublicPlayer(boolean) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Set the public visibility of the player.
setRole(UserRole) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Set the role for the user in LIGAaaS application.
setTwitterProfile(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Set the twitter profile of the user.

T

toString() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
toString method for the player, based on id field
toString() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
toString method for the user, based on login String

U

undelete() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Player
Set the logical undeleted state of the player, setting the deletion date to null
undelete() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Set the logical undeleted state of the user, setting the deletion date to null
User - Class in es.uvigo.esei.dgss.teamd.ligaaas.domain.entities
 
User() - Constructor for class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Default empty constructor (required by JPA).
User(String, String, String) - Constructor for class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
Utility constructor using required attributes.
User(String, String, String, String, String, String, String, String, String, String, String, Date, String, String, String, Date, UserRole, String, Player) - Constructor for class es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.User
 
UserRole - Enum in es.uvigo.esei.dgss.teamd.ligaaas.domain.entities
 

V

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

Copyright © 2018. All rights reserved.