public interface User extends AuditableObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
User.SortType |
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTIVATED_SORT_STRING
A String indicating the results should be sorted by Activated status
|
static String |
ACTIVATED_URL_STRING |
static String |
ADMIN_SORT_STRING
A String indicating the results should be sorted by Administrator
|
static String |
ADMIN_URL_STRING |
static String |
CREATED_SORT_STRING
A String indicating the results should be sorted by Date Created
|
static String |
CREATED_URL_STRING |
static String |
DEFAULT_SORT_STRING
The Default Sort Type
|
static String |
EMAIL_SORT_STRING
A String indicating the results should be sorted by Email
|
static String |
EMAIL_URL_STRING |
static String |
LAST_MODIFIED_SORT_STRING
A String indicating the results should be sorted by Date last Modified
|
static String |
LAST_MODIFIED_URL_STRING |
static String |
LOCKED_SORT_STRING
A String indicating the results should be sorted by Locked status
|
static String |
LOCKED_URL_STRING |
static String |
NAME_SORT_STRING
A String indicating the results should be sorted by Last Name then First Name
|
static String |
NAME_URL_STRING |
static int |
PASSWORD_LEN_MAX |
static int |
PASSWORD_LEN_MIN |
static String |
USERNAME_OVERLORD |
static String |
USERNAME_SORT_STRING
A String indicating the results should be sorted by Username
|
static String |
USERNAME_URL_STRING |
getCreationDate, getEntityTag, getFactory, getModifiedDate, updateTimestampstatic final String USERNAME_OVERLORD
static final String NAME_SORT_STRING
static final String USERNAME_SORT_STRING
static final String ADMIN_SORT_STRING
static final String EMAIL_SORT_STRING
static final String CREATED_SORT_STRING
static final String LAST_MODIFIED_SORT_STRING
static final String ACTIVATED_SORT_STRING
static final String LOCKED_SORT_STRING
static final String DEFAULT_SORT_STRING
static final String NAME_URL_STRING
static final String USERNAME_URL_STRING
static final String ADMIN_URL_STRING
static final String EMAIL_URL_STRING
static final String CREATED_URL_STRING
static final String LAST_MODIFIED_URL_STRING
static final String ACTIVATED_URL_STRING
static final String LOCKED_URL_STRING
static final int PASSWORD_LEN_MIN
static final int PASSWORD_LEN_MAX
String getUid()
void setUid(String uid)
uid - String getUsername()
void setUsername(String username)
String getOldUsername()
boolean isUsernameChanged()
String getPassword()
void setPassword(String password)
String getFirstName()
void setFirstName(String firstName)
String getLastName()
void setLastName(String lastName)
String getEmail()
void setEmail(String email)
String getOldEmail()
boolean isEmailChanged()
Boolean getAdmin()
Boolean getOldAdmin()
boolean isAdminChanged()
void setAdmin(Boolean admin)
String getActivationId()
void setActivationId(String activationId)
boolean isOverlord()
boolean isActivated()
void activate()
Boolean isLocked()
void setLocked(Boolean locked)
void validateRawPassword()
Set<Preference> getPreferences()
void addPreference(Preference preference)
Preference getPreference(String key)
void removePreference(String key)
void removePreference(Preference preference)
String calculateEntityTag()
Set<CollectionSubscription> getSubscriptions()
Copyright © 2012–2018 1&1. All rights reserved.