Skip navigation links
C D E G I L O P R S U 

C

ConfirmationController - Class in es.uvigo.esei.dgss.teamd.ligaaas.jsf
 
ConfirmationController() - Constructor for class es.uvigo.esei.dgss.teamd.ligaaas.jsf.ConfirmationController
 
createNewPlayer() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.PlayerController
initializes a player and redirects

D

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"

E

es.uvigo.esei.dgss.teamd.ligaaas.jsf - package es.uvigo.esei.dgss.teamd.ligaaas.jsf
 

G

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)
getEmail() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.RegistrationController
Get the email of the user to be registered
getLogin() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.RegistrationController
Get the login of the user to be registered
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
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
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
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

I

isPlayerProfileEnabled() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.UserController
Gets whether the current player profile is enabled
isValidPreregistration() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.ConfirmationController
Check whether the current confirmationId corespond to a valid preregistrated user

L

loadPlayerEditor() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.PlayerController
Loads the player editor interface
LoginController - Class in es.uvigo.esei.dgss.teamd.ligaaas.jsf
 
LoginController() - Constructor for class es.uvigo.esei.dgss.teamd.ligaaas.jsf.LoginController
 
LogoutController - Class in es.uvigo.esei.dgss.teamd.ligaaas.jsf
 
LogoutController() - Constructor for class es.uvigo.esei.dgss.teamd.ligaaas.jsf.LogoutController
 

O

onEnablePlayerProfileChange() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.UserController
Event listener for b:selectBooleanCheckbox component controlling the enabled state of current player profile

P

PlayerController - Class in es.uvigo.esei.dgss.teamd.ligaaas.jsf
 
PlayerController() - Constructor for class es.uvigo.esei.dgss.teamd.ligaaas.jsf.PlayerController
 

R

readAvatarContent() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.PlayerController
Event listener for o:inputFile component from Omnifaces, responsible of uploading avatar file contents.
readAvatarContent() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.UserController
Event listener for o:inputFile component from Omnifaces, responsible of uploading avatar file contents.
RegistrationController - Class in es.uvigo.esei.dgss.teamd.ligaaas.jsf
 
RegistrationController() - Constructor for class es.uvigo.esei.dgss.teamd.ligaaas.jsf.RegistrationController
 

S

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)
setCreatingNewPlayer(boolean) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.PlayerController
Sets the form function - edit or create
setEmail(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.RegistrationController
Set the email of the user to be registered
setLogin(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.jsf.RegistrationController
Set the login of the user to be registered
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
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
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
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

U

UserController - Class in es.uvigo.esei.dgss.teamd.ligaaas.jsf
 
UserController() - Constructor for class es.uvigo.esei.dgss.teamd.ligaaas.jsf.UserController
 
C D E G I L O P R S U 
Skip navigation links

Copyright © 2018. All rights reserved.