@Unstable
public interface UserProperties
extends org.xwiki.configuration.ConfigurationSource
Modifier and Type | Method and Description |
---|---|
boolean |
displayHiddenDocuments() |
Editor |
getEditor() |
javax.mail.internet.InternetAddress |
getEmail() |
String |
getFirstName() |
String |
getLastName() |
UserType |
getType() |
boolean |
isActive() |
boolean |
isEmailChecked() |
void |
save()
Persist the various
setXXX() calls made since the last call to this method. |
void |
setActive(boolean isActive) |
void |
setDisplayHiddenDocuments(boolean displayHiddenDocuments) |
void |
setEditor(Editor editor) |
void |
setEmail(javax.mail.internet.InternetAddress email) |
void |
setEmailChecked(boolean isEmailChecked) |
void |
setFirstName(String firstName) |
void |
setLastName(String lastName) |
void |
setType(UserType type) |
boolean displayHiddenDocuments()
void setDisplayHiddenDocuments(boolean displayHiddenDocuments)
displayHiddenDocuments
- see displayHiddenDocuments()
boolean isActive()
void setActive(boolean isActive)
isActive
- see isActive()
String getFirstName()
void setFirstName(String firstName)
firstName
- see getFirstName()
String getLastName()
void setLastName(String lastName)
lastName
- see getLastName()
javax.mail.internet.InternetAddress getEmail()
void setEmail(javax.mail.internet.InternetAddress email)
email
- see getEmail()
UserType getType()
Editor getEditor()
void setEditor(Editor editor)
editor
- see getEditor()
boolean isEmailChecked()
void setEmailChecked(boolean isEmailChecked)
isEmailChecked
- see isEmailChecked()
void save() throws org.xwiki.configuration.ConfigurationSaveException
setXXX()
calls made since the last call to this method.org.xwiki.configuration.ConfigurationSaveException
- in case of an error during the saveCopyright © 2004–2021 XWiki. All rights reserved.