Skip navigation links
C D E G I L M N R S U V 

C

checkToken() - Method in class ligaaas.teamc.jsf.RegisterManagedBean
Validates the parameter token.
createCompetition() - Method in class ligaaas.teamc.jsf.NewCompetitionManagedBean
Create Competition.
createUser() - Method in class ligaaas.teamc.jsf.UserCreateProfileManagedBean
Update User.

D

deleteCompetition() - Method in class ligaaas.teamc.jsf.UserCompetitionsManagedBean
Deletes a Competition
doAddPlayer() - Method in class ligaaas.teamc.jsf.NewPlayerManagedBean
Register a new Player for the Team
doAddPlayer() - Method in class ligaaas.teamc.jsf.UserTeamsManagedBean
Adds a Player to the selected Team
doEditTeam() - Method in class ligaaas.teamc.jsf.UserTeamsManagedBean
Redirects to the page to edit the team
doRedirectToLogin() - Method in class ligaaas.teamc.jsf.RegisterManagedBean
Return the id of the login view.
doRegisterTeam() - Method in class ligaaas.teamc.jsf.UserTeamsManagedBean
Register a new team for the current User
doRegisterUser() - Method in class ligaaas.teamc.jsf.RegisterManagedBean
Register a user and return the id of the register view.
doRemoveTeam(Team) - Method in class ligaaas.teamc.jsf.UserTeamsManagedBean
Removes a team for the current User
doSearchByDescription() - Method in class ligaaas.teamc.jsf.UserTeamsManagedBean
Performs a search of Team given its description
doSearchByName() - Method in class ligaaas.teamc.jsf.UserTeamsManagedBean
Performs a search of Team given its name
doSearchBySportType() - Method in class ligaaas.teamc.jsf.UserTeamsManagedBean
Performs a search of Team given its SportType
doUpdateTeam() - Method in class ligaaas.teamc.jsf.UserTeamsManagedBean
Edit an existent team

E

EditCompetitionManagedBean - Class in ligaaas.teamc.jsf
ManagedBean for editCompetition
EditCompetitionManagedBean() - Constructor for class ligaaas.teamc.jsf.EditCompetitionManagedBean
 
EmailValidator - Class in ligaaas.teamc.jsf.validators
Custom JSF Validator for Email input
EmailValidator() - Constructor for class ligaaas.teamc.jsf.validators.EmailValidator
Initialize the pattern with the EMAIL regex.

G

getAsObject(FacesContext, UIComponent, String) - Method in class ligaaas.teamc.jsf.converters.Md5Converter
Convert the specified string value, which is associated with the specified UIComponent, into a model data object that is appropriate for being stored during the Apply Request Values phase of the request processing lifecycle.
getAsString(FacesContext, UIComponent, Object) - Method in class ligaaas.teamc.jsf.converters.Md5Converter
Convert the specified model object value, which is associated with the specified UIComponent, into a String that is suitable for being included in the response generated during the Render Response phase of the request processing lifeycle.
getCompetition() - Method in class ligaaas.teamc.jsf.EditCompetitionManagedBean
 
getCompetition() - Method in class ligaaas.teamc.jsf.NewCompetitionManagedBean
 
getCompetitions() - Method in class ligaaas.teamc.jsf.UserCompetitionsManagedBean
 
getCompetitionSportType() - Method in class ligaaas.teamc.jsf.EditCompetitionManagedBean
 
getCompetitionSportType() - Method in class ligaaas.teamc.jsf.NewCompetitionManagedBean
 
getCompetitionType() - Method in class ligaaas.teamc.jsf.EditCompetitionManagedBean
 
getCompetitionType() - Method in class ligaaas.teamc.jsf.NewCompetitionManagedBean
 
getCompetitionUserId() - Method in class ligaaas.teamc.jsf.EditCompetitionManagedBean
 
getCurrentUser() - Method in class ligaaas.teamc.jsf.RegisterManagedBean
Return the current User.
getFilteredCompetitions() - Method in class ligaaas.teamc.jsf.UserCompetitionsManagedBean
 
getFilteredPlayers() - Method in class ligaaas.teamc.jsf.UserTeamsManagedBean
Returns the current filtered list of Players
getHeadQuarters() - Method in class ligaaas.teamc.jsf.UserHeadQuartersManagedBean
 
getMetadata() - Method in class ligaaas.teamc.jsf.validators.EmailValidator
Not implemented method, always return null.
getNewPlayer() - Method in class ligaaas.teamc.jsf.NewPlayerManagedBean
Return the Player that will be persisted
getNewPlayerTeam() - Method in class ligaaas.teamc.jsf.NewPlayerManagedBean
Returns the id of the Team.
getNewTeam() - Method in class ligaaas.teamc.jsf.UserTeamsManagedBean
Return the Team that will be persisted
getPlayers() - Method in class ligaaas.teamc.jsf.UserTeamsManagedBean
Returns the current list of Players
getRegisterSuccessMessage() - Method in class ligaaas.teamc.jsf.RegisterManagedBean
Return the Register Success Message
getRegisterSuccessTitle() - Method in class ligaaas.teamc.jsf.RegisterManagedBean
Return the Register Success Title
getSelectedTeam() - Method in class ligaaas.teamc.jsf.UserTeamsManagedBean
Return the Team selected for edit
getshowTable() - Method in class ligaaas.teamc.jsf.UserCompetitionsManagedBean
 
getShowTable() - Method in class ligaaas.teamc.jsf.UserHeadQuartersManagedBean
 
getShowTable() - Method in class ligaaas.teamc.jsf.UserTeamsManagedBean
Returns if the table can be show
getSportTypes() - Method in class ligaaas.teamc.jsf.UserTeamsManagedBean
Return an array of String values of SportType to be used in comboxes in the view
getTeamDescriptionSearch() - Method in class ligaaas.teamc.jsf.UserTeamsManagedBean
Return the description of the Team that will be used in the search
getTeamNameSearch() - Method in class ligaaas.teamc.jsf.UserTeamsManagedBean
Return the name of the Team that will be used in the search
getTeams() - Method in class ligaaas.teamc.jsf.UserTeamsManagedBean
Returns the current list of Team of the user
getTeamSportTypeSearch() - Method in class ligaaas.teamc.jsf.UserTeamsManagedBean
Return the SportType of the Team that will be used in the search
getUser() - Method in class ligaaas.teamc.jsf.UserCreateProfileManagedBean
Return the User.
getUser() - Method in class ligaaas.teamc.jsf.UserProfileManagedBean
Return the User.
getUserEmail() - Method in class ligaaas.teamc.jsf.RegisterManagedBean
Return the User email.
getUserIdentificationDocument() - Method in class ligaaas.teamc.jsf.RegisterManagedBean
Return the User identification document.
getUserLogin() - Method in class ligaaas.teamc.jsf.RegisterManagedBean
Return the User login.
getUserName() - Method in class ligaaas.teamc.jsf.RegisterManagedBean
Return the User name.
getUserPassword() - Method in class ligaaas.teamc.jsf.RegisterManagedBean
Return the User password.
getUserPasswordConfirmation() - Method in class ligaaas.teamc.jsf.RegisterManagedBean
Return the User password confirmation.
getUserPasswordConfirmation() - Method in class ligaaas.teamc.jsf.UserCreateProfileManagedBean
 
getUserPhone() - Method in class ligaaas.teamc.jsf.RegisterManagedBean
Return the User phone.
getUserSurname() - Method in class ligaaas.teamc.jsf.RegisterManagedBean
Return the User surname.
getValidatorId() - Method in class ligaaas.teamc.jsf.validators.EmailValidator
Return the Id of the validator.

I

init() - Method in class ligaaas.teamc.jsf.EditCompetitionManagedBean
 
init() - Method in class ligaaas.teamc.jsf.NewCompetitionManagedBean
 
init() - Method in class ligaaas.teamc.jsf.NewPlayerManagedBean
Initializes the ManagedBean.
init() - Method in class ligaaas.teamc.jsf.UserCompetitionsManagedBean
 
init() - Method in class ligaaas.teamc.jsf.UserCreateProfileManagedBean
Gets the current user and loads it's information
init() - Method in class ligaaas.teamc.jsf.UserHeadQuartersManagedBean
 
init() - Method in class ligaaas.teamc.jsf.UserProfileManagedBean
Gets the current user and loads it's information
init() - Method in class ligaaas.teamc.jsf.UserTeamsManagedBean
 
isActivateSuccess() - Method in class ligaaas.teamc.jsf.RegisterManagedBean
Return true if token parameter is valid and the user was successfully activated, false otherwise.
isError() - Method in class ligaaas.teamc.jsf.RegisterManagedBean
Return true if there are errors in the register and false otherwise.
isRegisterSuccess() - Method in class ligaaas.teamc.jsf.RegisterManagedBean
Return true if the user was registered and false otherwise.

L

ligaaas.teamc.jsf - package ligaaas.teamc.jsf
 
ligaaas.teamc.jsf.converters - package ligaaas.teamc.jsf.converters
 
ligaaas.teamc.jsf.validators - package ligaaas.teamc.jsf.validators
 
logout() - Method in class ligaaas.teamc.jsf.LogoutManagedBean
 
LogoutManagedBean - Class in ligaaas.teamc.jsf
ManagedBean for logout
LogoutManagedBean() - Constructor for class ligaaas.teamc.jsf.LogoutManagedBean
 

M

MD5(String) - Method in class ligaaas.teamc.jsf.converters.Md5Converter
Return the MD5 of a String.
Md5Converter - Class in ligaaas.teamc.jsf.converters
A MD5 converter.
Md5Converter() - Constructor for class ligaaas.teamc.jsf.converters.Md5Converter
 

N

NewCompetitionManagedBean - Class in ligaaas.teamc.jsf
ManagedBean for editCompetition
NewCompetitionManagedBean() - Constructor for class ligaaas.teamc.jsf.NewCompetitionManagedBean
 
NewPlayerManagedBean - Class in ligaaas.teamc.jsf
ManagedBean for newPlayer
NewPlayerManagedBean() - Constructor for class ligaaas.teamc.jsf.NewPlayerManagedBean
 

R

RegisterManagedBean - Class in ligaaas.teamc.jsf
ManagedBean for register
RegisterManagedBean() - Constructor for class ligaaas.teamc.jsf.RegisterManagedBean
 

S

setCompetition(Competition) - Method in class ligaaas.teamc.jsf.EditCompetitionManagedBean
 
setCompetition(Competition) - Method in class ligaaas.teamc.jsf.NewCompetitionManagedBean
 
setCompetitionSportType(String) - Method in class ligaaas.teamc.jsf.EditCompetitionManagedBean
 
setCompetitionSportType(String) - Method in class ligaaas.teamc.jsf.NewCompetitionManagedBean
 
setCompetitionType(String) - Method in class ligaaas.teamc.jsf.EditCompetitionManagedBean
 
setCompetitionType(String) - Method in class ligaaas.teamc.jsf.NewCompetitionManagedBean
 
setCompetitionUserId(long) - Method in class ligaaas.teamc.jsf.EditCompetitionManagedBean
 
setFilteredCompetitions(List<Competition>) - Method in class ligaaas.teamc.jsf.UserCompetitionsManagedBean
 
setFilteredPlayers(List<Player>) - Method in class ligaaas.teamc.jsf.UserTeamsManagedBean
Sets the filtered list of Players.
setNewPlayer(Player) - Method in class ligaaas.teamc.jsf.NewPlayerManagedBean
Sets the Player that will be persisted
setNewPlayerTeam(String) - Method in class ligaaas.teamc.jsf.NewPlayerManagedBean
Sets the id of the Team.
setNewTeam(Team) - Method in class ligaaas.teamc.jsf.UserTeamsManagedBean
Sets the Team that will be persisted
setPlayers(List<Player>) - Method in class ligaaas.teamc.jsf.UserTeamsManagedBean
Sets the list of Players.
setSelectedTeam(Team) - Method in class ligaaas.teamc.jsf.UserTeamsManagedBean
Sets the Team that will be updated
setTeamDescriptionSearch(String) - Method in class ligaaas.teamc.jsf.UserTeamsManagedBean
Sets the description that will be used in the search
setTeamNameSearch(String) - Method in class ligaaas.teamc.jsf.UserTeamsManagedBean
Sets the name that will be used in the search
setTeamSportTypeSearch(SportType) - Method in class ligaaas.teamc.jsf.UserTeamsManagedBean
Sets the SportType that will be used in the search
setUserEmail(String) - Method in class ligaaas.teamc.jsf.RegisterManagedBean
Set the user Email.
setUserIdentificationDocument(String) - Method in class ligaaas.teamc.jsf.RegisterManagedBean
Set the user Identification Document.
setUserLogin(String) - Method in class ligaaas.teamc.jsf.RegisterManagedBean
Set the user login.
setUserName(String) - Method in class ligaaas.teamc.jsf.RegisterManagedBean
Set the user name.
setUserPassword(String) - Method in class ligaaas.teamc.jsf.RegisterManagedBean
Set the user password.
setUserPasswordConfirmation(String) - Method in class ligaaas.teamc.jsf.RegisterManagedBean
Set the user password confirmation.
setUserPasswordConfirmation(String) - Method in class ligaaas.teamc.jsf.UserCreateProfileManagedBean
 
setUserPhone(String) - Method in class ligaaas.teamc.jsf.RegisterManagedBean
Set the user Phone.
setUserSurname(String) - Method in class ligaaas.teamc.jsf.RegisterManagedBean
Set the user surname.

U

updateCompetition() - Method in class ligaaas.teamc.jsf.EditCompetitionManagedBean
Update Competition.
updateUser() - Method in class ligaaas.teamc.jsf.UserProfileManagedBean
Update User.
UserCompetitionsManagedBean - Class in ligaaas.teamc.jsf
ManagedBean for userCompetitions
UserCompetitionsManagedBean() - Constructor for class ligaaas.teamc.jsf.UserCompetitionsManagedBean
 
UserCreateProfileManagedBean - Class in ligaaas.teamc.jsf
ManagedBean for userProfile
UserCreateProfileManagedBean() - Constructor for class ligaaas.teamc.jsf.UserCreateProfileManagedBean
 
UserHeadQuartersManagedBean - Class in ligaaas.teamc.jsf
ManagedBean for userHeadQuarters
UserHeadQuartersManagedBean() - Constructor for class ligaaas.teamc.jsf.UserHeadQuartersManagedBean
 
UserProfileManagedBean - Class in ligaaas.teamc.jsf
ManagedBean for userProfile
UserProfileManagedBean() - Constructor for class ligaaas.teamc.jsf.UserProfileManagedBean
 
UserTeamsManagedBean - Class in ligaaas.teamc.jsf
ManagedBean for userTeams
UserTeamsManagedBean() - Constructor for class ligaaas.teamc.jsf.UserTeamsManagedBean
 

V

validate(FacesContext, UIComponent, Object) - Method in class ligaaas.teamc.jsf.validators.EmailValidator
Validate an email.
C D E G I L M N R S U V 
Skip navigation links

Copyright © 2018. All rights reserved.