- doChangePassword() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.UserController
-
Action method for the Save Changes button in ths change password modal
- doConfirmRegistration() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.ConfirmationController
-
Action method to perform the actual registration of a new user
- doDeletePlayer(Player) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.PlayerController
-
Deletes selected player
- doLoadPlayer(Player) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.PlayerController
-
Loads the selected player and loads the interfaces to edit it
- doLogout() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.LogoutController
-
Action method to perform the logout of the current user, invalidating user
session
- doPreregistrateUser() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.RegistrationController
-
Action method to perform the preregistration of a new user
- doSavePlayerChanges() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.PlayerController
-
Action for the save player button it creates or updates a player
- doSaveUserChanges() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.UserController
-
Action method for the Save User Changes buttont, which stores the changes in
the properties of the current user entity
- doSaveUserPlayerChanges() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.UserController
-
Action method for the Save Profile Changes button, which creates a new
player entity or stores the changes in the properties of the current player
entity
- doSearchPlayerByCity() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.PlayerController
-
Searches a player by city, launched when using the button
"Searchyourplayersbycity"
- doSearchPlayerByNickNameLastName() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.PlayerController
-
Searches a player by player info, launched when using the button
"Searchyourplayers"
- getAbbreviatedTeamName() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Gets the abbreviated name of team which is treating
- getAvatarFile() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.PlayerController
-
Gets the user's avatar Part object after being uploaded
- getAvatarFile() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.UserController
-
Gets the user's avatar Part object after being uploaded
- getConfirmationID() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.ConfirmationController
-
Get the preregistration code of the user being confirmed (received as a query
param confirmation_id in the url)
- getContactPersonEmail() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Gets the contact person email of team which is treating
- getContactPersonName() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Gets the contact person name of team which is treating
- getCurrentUser() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Gets the current user
- getDeleted() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Gets the deleted date of the team which is treating
- getDescription() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Gets the description of team which is treating
- getDescriptionToSearch() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Gets the description used to realize a searching by description
- getEmail() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.RegistrationController
-
Get the email of the user to be registered
- getErrorMessage() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Gets the error message
- getFilteredTeams() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Gets filtered teams
- getLocation() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Gets the location of team which is treating
- getLocationToSearch() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Gets the location to realize a searching by location
- getLogin() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.RegistrationController
-
Get the login of the user to be registered
- getManager() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Gets the manager user of the team which is treating
- getNameToSearch() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Gets the name of team to realize a searching
- getNewPassword1() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.UserController
-
Gets the input field content for the new password in the change password
modal
- getNewPassword2() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.UserController
-
Gets the input field content for the repeated new password in the change
password modal
- getNumMaxPlayers() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Gets the number max of players of the team which is treating
- getNumMinPlayers() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Gets the number min of players of the team which is treating
- getOldPassword() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.UserController
-
Gets the input field content for the old password in the change password
modal
- getPassword1() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.RegistrationController
-
Get the password of the user to be registered
- getPassword2() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.RegistrationController
-
Get the password repetition of the user to be registered
- getPlayer() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.PlayerController
-
Gets the current player profile under edit
- getPlayer() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.UserController
-
Gets the current player profile under edit
- getPlayerId() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.PlayerController
-
Gets the playerId for the editable player
- getPlayerList() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.PlayerController
-
Players found by the search form
- getProvince() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Gets the province of team which is treating
- getSearchCity() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.PlayerController
-
Gets City that will be used to search players
- getSearchLastName() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.PlayerController
-
Gets Last Name that will be used to search players
- getSearchName() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.PlayerController
-
Gets Name that will be used to search players
- getSearchNick() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.PlayerController
-
Gets nick that will be used to search players
- getSportName() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Gets the sport name of team which is treating
- getSportToSearch() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Gets the name of the sport which will be used to realize a searching by
sport
- getSuccessMessage() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Gets the success message
- getTeamName() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Gets the name of team which is treating
- getTeamVisibility() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Gets the visibility of the team which is treating
- getUser() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.PlayerController
-
Gets the current user under edit
- getUser() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.UserController
-
Gets the current user under edit
- setAbbreviatedTeamName(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Sets the abbreviated name of the team which is treating
- setAvatarFile(Part) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.PlayerController
-
Sets the user's avatar Part object after being uploaded
- setAvatarFile(Part) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.UserController
-
Sets the user's avatar Part object after being uploaded
- setConfirmationID(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.ConfirmationController
-
Set the preregistration code of the user being confirmed (received as a query
param confirmation_id in the url)
- setContactPersonEmail(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Sets the contact person email of the team which is treating
- setContactPersonName(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Sets the contact person name of the team which is treating
- setCreatingNewPlayer(boolean) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.PlayerController
-
Sets the form function - edit or create
- setCurrentUser(Principal) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Sets the current user
- setDeleted(Date) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Sets the date of deleted of the team which is treating
- setDescription(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Sets the description of the team which is treating
- setDescriptionToSearch(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Sets the description to realize a searching by description
- setEmail(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.RegistrationController
-
Set the email of the user to be registered
- setErrorMessage(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Sets the error message
- setLocation(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Sets the location of the team which is treating
- setLocationToSearch(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Sets the location to realize a searching by location
- setLogin(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.RegistrationController
-
Set the login of the user to be registered
- setManager(User) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Sets the manager of the team which is treating
- setNameToSearch(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Sets the name of a team to realize a searching by name
- setNewPassword1(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.UserController
-
Sets the input field content for the new password in the change password
modal
- setNewPassword2(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.UserController
-
Sets the input field content for the repeated new password in the change
password modal
- setNumMaxPlayers(int) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Sets the number maximum of the players of the team which is treating
- setNumMinPlayers(int) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Sets the number minimum of the players of the team which is treating
- setOldPassword(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.UserController
-
Sets the input field content for the old password in the change password
modal
- setPassword1(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.RegistrationController
-
Set the password of the user to be registered
- setPassword2(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.RegistrationController
-
Set the password repetition of the user to be registered
- setPlayer(Player) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.PlayerController
-
Sets the current player under edit
- setPlayer(Player) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.UserController
-
Sets the current player under edit
- setPlayerId(Long) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.PlayerController
-
Gets the playerId for the editable player
- setPlayerList(List<Player>) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.PlayerController
-
Sets the players that will be shown in the table
- setPlayerProfileEnabled(boolean) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.UserController
-
Sets the playerProfileEnabled boolean property
- setProvince(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Sets the province of the team which is treating
- setSearchCity(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.PlayerController
-
- setSearchLastName(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.PlayerController
-
Sets LastName that will be used to search players
- setSearchName(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.PlayerController
-
Sets Name that will be used to search players
- setSearchNick(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.PlayerController
-
Sets nick that will be used to search players
- setSportName(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Sets the sport name of the team which is treating
- setSportToSearch(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Sets the name of sport to realize a searching by sport
- setSuccessMessage(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Sets the success message
- setTeamName(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Sets the name of the team which is treating
- setTeamVisibility(TeamVisibility) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.TeamController
-
Sets the visibility of the team which is treating
- setUser(User) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.PlayerController
-
Sets the current user under edit
- setUser(User) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.UserController
-
Sets the current user under edit