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

C

checkToken() - Method in class ligaaas.teamc.jsf.RegisterManagedBean
Validates the parameter token.

D

doRedirectToLogin() - Method in class ligaaas.teamc.jsf.RegisterManagedBean
Return the id of the login view.
doRegisterTeam() - Method in class ligaaas.teamc.jsf.TeamManagedBean
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.TeamManagedBean
Removes a team for the current User
doSearchByDescription() - Method in class ligaaas.teamc.jsf.TeamManagedBean
Performs a search of Team given its description
doSearchByName() - Method in class ligaaas.teamc.jsf.TeamManagedBean
Performs a search of Team given its name
doSearchBySportType() - Method in class ligaaas.teamc.jsf.TeamManagedBean
Performs a search of Team given its SportType

E

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.
getCompetitions() - Method in class ligaaas.teamc.jsf.UserCompetitionsManagedBean
 
getCurrentUser() - Method in class ligaaas.teamc.jsf.RegisterManagedBean
Return the current User.
getHeadQuarters() - Method in class ligaaas.teamc.jsf.UserHeadQuartersManagedBean
 
getMetadata() - Method in class ligaaas.teamc.jsf.validators.EmailValidator
Not implemented method, always return null.
getNewTeam() - Method in class ligaaas.teamc.jsf.TeamManagedBean
Return the Team that will be persisted
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
getshowTable() - Method in class ligaaas.teamc.jsf.UserCompetitionsManagedBean
 
getShowTable() - Method in class ligaaas.teamc.jsf.UserHeadQuartersManagedBean
 
getShowTable() - Method in class ligaaas.teamc.jsf.UserTeamsManagedBean
 
getSportTypes() - Method in class ligaaas.teamc.jsf.TeamManagedBean
Return an array of String values of SportType to be used in comboxes in the view
getTeamDescriptionSearch() - Method in class ligaaas.teamc.jsf.TeamManagedBean
Return the description of the Team that will be used in the search
getTeamNameSearch() - Method in class ligaaas.teamc.jsf.TeamManagedBean
Return the name of the Team that will be used in the search
getTeams() - Method in class ligaaas.teamc.jsf.TeamManagedBean
Returns the current list of Team of the user
getTeams() - Method in class ligaaas.teamc.jsf.UserTeamsManagedBean
 
getTeamSportTypeSearch() - Method in class ligaaas.teamc.jsf.TeamManagedBean
Return the SportType of the Team that will be used in the search
getUser() - Method in class ligaaas.teamc.jsf.UserProfileManagedBean
 
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.
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.UserCompetitionsManagedBean
 
init() - Method in class ligaaas.teamc.jsf.UserHeadQuartersManagedBean
 
init() - Method in class ligaaas.teamc.jsf.UserProfileManagedBean
 
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
 

R

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

S

setNewTeam(Team) - Method in class ligaaas.teamc.jsf.TeamManagedBean
Sets the Team that will be persisted
setTeamDescriptionSearch(String) - Method in class ligaaas.teamc.jsf.TeamManagedBean
Sets the description that will be used in the search
setTeamNameSearch(String) - Method in class ligaaas.teamc.jsf.TeamManagedBean
Sets the name that will be used in the search
setTeamSportTypeSearch(SportType) - Method in class ligaaas.teamc.jsf.TeamManagedBean
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.
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.

T

TeamManagedBean - Class in ligaaas.teamc.jsf
 
TeamManagedBean() - Constructor for class ligaaas.teamc.jsf.TeamManagedBean
 

U

UserCompetitionsManagedBean - Class in ligaaas.teamc.jsf
ManagedBean for userCompetitions
UserCompetitionsManagedBean() - Constructor for class ligaaas.teamc.jsf.UserCompetitionsManagedBean
 
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 R S T U V 
Skip navigation links

Copyright © 2017. All rights reserved.