public class User extends ModelBase implements IUser, ModelWithFilePath
| Constructor and Description |
|---|
User() |
equals, getBucket, getCompoundId, getController, getDeleted, getId, getIsNewInsert, getLastModifiedMillis, getMeta, hashCode, setBucket, setDeleted, setId, setIsNewInsert, setLastModifiedMillisclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetId, getIsNewInsert, isAnon, isAuthorized, isInRole, isStaff, setIsNewInsertgetDeletedgetBucket, getCompoundId, getController, getDeleted, getLastModifiedMillis, setBucket, setDeleted, setId, setLastModifiedMillispublic User()
public String getUsername()
getUsername in interface IUserpublic <U extends IUser> U setUsername(String username)
setUsername in interface IUserpublic String getDisplayName()
getDisplayName in interface ContactablegetDisplayName in interface IUserpublic <U extends IUser> U setDisplayName(String displayName)
setDisplayName in interface IUserpublic String getGivenName()
getGivenName in interface ContactablegetGivenName in interface IUserpublic <U extends IUser> U setGivenName(String givenName)
setGivenName in interface IUserpublic String getFamilyName()
getFamilyName in interface ContactablegetFamilyName in interface IUserpublic <U extends IUser> U setFamilyName(String familyName)
setFamilyName in interface IUserpublic String getEmail()
getEmail in interface ContactablegetEmail in interface IUserpublic User setRoleFromString(String role)
public String getTimeZoneId()
getTimeZoneId in interface IUserpublic <U extends IUser> U setTimeZoneId(String timeZoneId)
setTimeZoneId in interface IUserpublic String getBcryptedPassword()
getBcryptedPassword in interface IUserpublic <U extends IUser> U setBcryptedPassword(String bcryptedPassword)
setBcryptedPassword in interface IUserpublic String generateFilePath()
generateFilePath in interface ModelWithFilePathpublic String getFilePath()
getFilePath in interface ModelWithFilePathpublic void setFilePath(String filePath)
setFilePath in interface ModelWithFilePathpublic String getEncryptionSecret()
getEncryptionSecret in interface IUserpublic <U extends IUser> U setEncryptionSecret(String encryptionSecret)
setEncryptionSecret in interface IUserpublic boolean isPredefined()
isPredefined in interface IUserpublic User setPredefined(boolean predefined)
setPredefined in interface IUserpublic Boolean getApproved()
getApproved in interface IUserpublic <U extends IUser> U setApproved(Boolean approved)
setApproved in interface IUserpublic boolean getEmailVerified()
getEmailVerified in interface IUserpublic <U extends IUser> U setEmailVerified(boolean emailVerified)
setEmailVerified in interface IUserpublic String getResetToken()
getResetToken in interface IUserpublic <U extends IUser> U setResetToken(String resetToken)
setResetToken in interface IUserpublic Long getAliasForId()
getAliasForId in interface IUserpublic <U extends IUser> U setAliasForId(Long aliasForId)
setAliasForId in interface IUserpublic String getHonorific()
getHonorific in interface Contactablepublic User setHonorific(String honorific)
public boolean isTotallyOptedOut()
ContactableisTotallyOptedOut in interface Contactablepublic User setTotallyOptedOut(boolean totallyOptedOut)
public boolean isOptedOut()
ContactableisOptedOut in interface Contactablepublic User setOptedOut(boolean optedOut)
public boolean isDisabled()
ContactableisDisabled in interface Contactablepublic User setDisabled(boolean disabled)
setDisabled in interface IUserpublic Long getCreatedAt()
getCreatedAt in interface IUserpublic User setCreatedAt(Long createdAt)
setCreatedAt in interface IUserCopyright © 2016. All rights reserved.