@Named(value="userCreateProfile") @RequestScoped public class UserCreateProfileManagedBean extends Object
| Constructor and Description |
|---|
UserCreateProfileManagedBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
createUser()
Update User.
|
ligaaas.teamc.domain.User |
getUser()
Return the User.
|
String |
getUserPasswordConfirmation() |
void |
init()
Gets the current user and loads it's information
|
void |
setUserPasswordConfirmation(String userPasswordConfirmation) |
@PostConstruct public void init()
public ligaaas.teamc.domain.User getUser()
public String createUser() throws ParseException
ParseExceptionpublic String getUserPasswordConfirmation()
public void setUserPasswordConfirmation(String userPasswordConfirmation)
Copyright © 2018. All rights reserved.