public class ModifyProfileController extends Object
| Constructor and Description |
|---|
ModifyProfileController() |
| Modifier and Type | Method and Description |
|---|---|
void |
doModify()
Modify an
User |
String |
getCompleteName()
Getter method of completeName global variable.
|
String |
getDescription()
Getter method of description global variable.
|
String |
getEmail()
Getter method of email variable.
|
String |
getErrorMessage()
Getter method of errorMessage global variable.
|
String |
getFbUrl()
Getter method of fbUrl global variable.
|
javax.servlet.http.Part |
getImage()
Getter method of image global variable.
|
String |
getPassword()
Getter method of password variable.
|
String |
getPersonalUrl()
Getter method of personalUrl global variable.
|
String |
getPlace() |
List<String> |
getPlaces() |
String |
getRepassword()
Getter method of repassword global variable.
|
String |
getRepEmail()
Getter method of repEmail variable.
|
String |
getTwUrl()
Getter method of twUrl global variable.
|
void |
init() |
boolean |
isError()
Getter method of error global variable.
|
boolean |
isNotifications()
Getter method of notifications global variable
|
void |
setCompleteName(String completeName)
Setter method of completeName variable.
|
void |
setDescription(String description)
Setter method of description variable.
|
void |
setEmail(String email)
Setter method of email variable.
|
void |
setFbUrl(String fbUrl)
Setter method of fbUrl variable.
|
void |
setImage(javax.servlet.http.Part image)
Setter method of image variable.
|
void |
setNotifications(boolean notifications)
Setter method of notifications global variable
|
void |
setPassword(String password)
Setter method of password variable.
|
void |
setPersonalUrl(String personalUrl)
Setter method of personalUrl variable.
|
void |
setPlace(String place) |
void |
setPlaces(List<String> places) |
void |
setRepassword(String repassword)
Setter method of repassword variable.
|
void |
setRepEmail(String repEmail)
Setter method of repEmail variable.
|
void |
setTwUrl(String twUrl)
Setter method of twUrl variable.
|
public String getPlace()
public void setPlace(String place)
@PostConstruct public void init() throws IOException
IOExceptionpublic void doModify()
throws IOException
UserIOException - if an input/output error occurspublic String getEmail()
public void setEmail(String email)
email - email global variable.public String getRepEmail()
public void setRepEmail(String repEmail)
repEmail - email global variable.public String getPassword()
public void setPassword(String password)
password - password global variable.public boolean isError()
public String getErrorMessage()
public String getRepassword()
public void setRepassword(String repassword)
repassword - repassword global variable.public javax.servlet.http.Part getImage()
public void setImage(javax.servlet.http.Part image)
image - image global variable.public String getCompleteName()
public void setCompleteName(String completeName)
completeName - completeName global variable.public String getDescription()
public void setDescription(String description)
description - description global variable.public String getFbUrl()
public void setFbUrl(String fbUrl)
fbUrl - fbUrl global variable.public String getTwUrl()
public void setTwUrl(String twUrl)
twUrl - twUrl global variable.public String getPersonalUrl()
public void setPersonalUrl(String personalUrl)
personalUrl - personalUrl global variable.public boolean isNotifications()
public void setNotifications(boolean notifications)
notifications - global variableCopyright © 2016. All rights reserved.