public class MB_Account extends JKManagedBean
logger| Constructor and Description |
|---|
MB_Account() |
| Modifier and Type | Method and Description |
|---|---|
String |
create()
Creates the.
|
String |
getEmail()
Gets the email.
|
String |
getFirstName()
Gets the first name.
|
String |
getLastName()
Gets the last name.
|
String |
getPassword()
Gets the password.
|
boolean |
isCreated()
Checks if is created.
|
boolean |
isSuggestReset()
Checks if is suggest reset.
|
String |
resetAccount()
Reset account.
|
void |
setEmail(String email)
Sets the email.
|
void |
setFirstName(String firstName)
Sets the first name.
|
void |
setLastName(String lastName)
Sets the last name.
|
void |
setPassword(String password)
Sets the password.
|
void |
setSuggestReset(boolean suggestReset)
Sets the suggest reset.
|
context, error, error, executeAsyc, getContextParam, getContextPath, getFromAppliaction, getFromRequest, getFromSession, getParam, getParamterFromRequest, getRoles, getUserName, getViewScopedManagedBean, handleException, isDebug, isDevelopmentMode, logAction, redirect, request, session, success, success, suggestName, updateUi, warningpublic String getEmail()
public void setEmail(String email)
email - the new emailpublic String getPassword()
public void setPassword(String password)
password - the new passwordpublic String getFirstName()
public void setFirstName(String firstName)
firstName - the new first namepublic String getLastName()
public void setLastName(String lastName)
lastName - the new last namepublic String create() throws javax.servlet.ServletException
javax.servlet.ServletException - the servlet exceptionpublic String resetAccount()
public boolean isCreated()
public boolean isSuggestReset()
public void setSuggestReset(boolean suggestReset)
suggestReset - the new suggest resetCopyright © 2023 Smart-Cloud. All rights reserved.