|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<User>
com.liferay.portal.model.impl.UserModelImpl
@JSON(strict=true) @ProviderType public class UserModelImpl
The base model implementation for the User service. Represents a row in the "User_" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface UserModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in UserImpl.
UserImpl,
User,
UserModel,
Serialized Form| Constructor Summary | |
|---|---|
UserModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(User user)
|
boolean |
equals(Object obj)
|
boolean |
getAgreedToTermsOfUse()
Returns the agreed to terms of use of this user. |
long |
getColumnBitmask()
|
String |
getComments()
Returns the comments of this user. |
long |
getCompanyId()
Returns the company ID of this user. |
long |
getContactId()
Returns the contact ID of this user. |
Date |
getCreateDate()
Returns the create date of this user. |
boolean |
getDefaultUser()
Returns the default user of this user. |
String |
getDigest()
Returns the digest of this user. |
String |
getEmailAddress()
Returns the email address of this user. |
boolean |
getEmailAddressVerified()
Returns the email address verified of this user. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getFacebookId()
Returns the facebook ID of this user. |
int |
getFailedLoginAttempts()
Returns the failed login attempts of this user. |
String |
getFirstName()
Returns the first name of this user. |
int |
getGraceLoginCount()
Returns the grace login count of this user. |
String |
getGreeting()
Returns the greeting of this user. |
String |
getJobTitle()
Returns the job title of this user. |
String |
getLanguageId()
Returns the language ID of this user. |
Date |
getLastFailedLoginDate()
Returns the last failed login date of this user. |
Date |
getLastLoginDate()
Returns the last login date of this user. |
String |
getLastLoginIP()
Returns the last login i p of this user. |
String |
getLastName()
Returns the last name of this user. |
long |
getLdapServerId()
Returns the ldap server ID of this user. |
boolean |
getLockout()
Returns the lockout of this user. |
Date |
getLockoutDate()
Returns the lockout date of this user. |
Date |
getLoginDate()
Returns the login date of this user. |
String |
getLoginIP()
Returns the login i p of this user. |
String |
getMiddleName()
Returns the middle name of this user. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this user. |
long |
getMvccVersion()
Returns the mvcc version of this user. |
String |
getOpenId()
Returns the open ID of this user. |
long |
getOriginalCompanyId()
|
long |
getOriginalContactId()
|
Date |
getOriginalCreateDate()
|
boolean |
getOriginalDefaultUser()
|
String |
getOriginalEmailAddress()
|
long |
getOriginalFacebookId()
|
Date |
getOriginalModifiedDate()
|
String |
getOriginalOpenId()
|
long |
getOriginalPortraitId()
|
String |
getOriginalScreenName()
|
int |
getOriginalStatus()
|
long |
getOriginalUserId()
|
String |
getOriginalUuid()
|
String |
getPassword()
Returns the password of this user. |
boolean |
getPasswordEncrypted()
Returns the password encrypted of this user. |
Date |
getPasswordModifiedDate()
Returns the password modified date of this user. |
boolean |
getPasswordReset()
Returns the password reset of this user. |
long |
getPortraitId()
Returns the portrait ID of this user. |
long |
getPrimaryKey()
Returns the primary key of this user. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
String |
getReminderQueryAnswer()
Returns the reminder query answer of this user. |
String |
getReminderQueryQuestion()
Returns the reminder query question of this user. |
String |
getScreenName()
Returns the screen name of this user. |
StagedModelType |
getStagedModelType()
|
int |
getStatus()
Returns the status of this user. |
String |
getTimeZoneId()
Returns the time zone ID of this user. |
long |
getUserId()
Returns the user ID of this user. |
String |
getUserUuid()
Returns the user uuid of this user. |
String |
getUuid()
Returns the uuid of this user. |
int |
hashCode()
|
boolean |
hasSetModifiedDate()
|
boolean |
isAgreedToTermsOfUse()
Returns true if this user is agreed to terms of use. |
boolean |
isDefaultUser()
Returns true if this user is default user. |
boolean |
isEmailAddressVerified()
Returns true if this user is email address verified. |
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
boolean |
isLockout()
Returns true if this user is lockout. |
boolean |
isPasswordEncrypted()
Returns true if this user is password encrypted. |
boolean |
isPasswordReset()
Returns true if this user is password reset. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setAgreedToTermsOfUse(boolean agreedToTermsOfUse)
Sets whether this user is agreed to terms of use. |
void |
setComments(String comments)
Sets the comments of this user. |
void |
setCompanyId(long companyId)
Sets the company ID of this user. |
void |
setContactId(long contactId)
Sets the contact ID of this user. |
void |
setCreateDate(Date createDate)
Sets the create date of this user. |
void |
setDefaultUser(boolean defaultUser)
Sets whether this user is default user. |
void |
setDigest(String digest)
Sets the digest of this user. |
void |
setEmailAddress(String emailAddress)
Sets the email address of this user. |
void |
setEmailAddressVerified(boolean emailAddressVerified)
Sets whether this user is email address verified. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setFacebookId(long facebookId)
Sets the facebook ID of this user. |
void |
setFailedLoginAttempts(int failedLoginAttempts)
Sets the failed login attempts of this user. |
void |
setFirstName(String firstName)
Sets the first name of this user. |
void |
setGraceLoginCount(int graceLoginCount)
Sets the grace login count of this user. |
void |
setGreeting(String greeting)
Sets the greeting of this user. |
void |
setJobTitle(String jobTitle)
Sets the job title of this user. |
void |
setLanguageId(String languageId)
Sets the language ID of this user. |
void |
setLastFailedLoginDate(Date lastFailedLoginDate)
Sets the last failed login date of this user. |
void |
setLastLoginDate(Date lastLoginDate)
Sets the last login date of this user. |
void |
setLastLoginIP(String lastLoginIP)
Sets the last login i p of this user. |
void |
setLastName(String lastName)
Sets the last name of this user. |
void |
setLdapServerId(long ldapServerId)
Sets the ldap server ID of this user. |
void |
setLockout(boolean lockout)
Sets whether this user is lockout. |
void |
setLockoutDate(Date lockoutDate)
Sets the lockout date of this user. |
void |
setLoginDate(Date loginDate)
Sets the login date of this user. |
void |
setLoginIP(String loginIP)
Sets the login i p of this user. |
void |
setMiddleName(String middleName)
Sets the middle name of this user. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this user. |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this user. |
void |
setOpenId(String openId)
Sets the open ID of this user. |
void |
setPassword(String password)
Sets the password of this user. |
void |
setPasswordEncrypted(boolean passwordEncrypted)
Sets whether this user is password encrypted. |
void |
setPasswordModifiedDate(Date passwordModifiedDate)
Sets the password modified date of this user. |
void |
setPasswordReset(boolean passwordReset)
Sets whether this user is password reset. |
void |
setPortraitId(long portraitId)
Sets the portrait ID of this user. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this user. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setReminderQueryAnswer(String reminderQueryAnswer)
Sets the reminder query answer of this user. |
void |
setReminderQueryQuestion(String reminderQueryQuestion)
Sets the reminder query question of this user. |
void |
setScreenName(String screenName)
Sets the screen name of this user. |
void |
setStatus(int status)
Sets the status of this user. |
void |
setTimeZoneId(String timeZoneId)
Sets the time zone ID of this user. |
void |
setUserId(long userId)
Sets the user ID of this user. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this user. |
void |
setUuid(String uuid)
Sets the uuid of this user. |
CacheModel<User> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
User |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
static User |
toModel(UserSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<User> |
toModels(UserSoap[] soapModels)
Converts the soap model instances into normal model instances. |
String |
toString()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.model.UserModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final Map<String,Integer> TABLE_COLUMNS_MAP
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long COMPANYID_COLUMN_BITMASK
public static final long CONTACTID_COLUMN_BITMASK
public static final long CREATEDATE_COLUMN_BITMASK
public static final long DEFAULTUSER_COLUMN_BITMASK
public static final long EMAILADDRESS_COLUMN_BITMASK
public static final long FACEBOOKID_COLUMN_BITMASK
public static final long MODIFIEDDATE_COLUMN_BITMASK
public static final long OPENID_COLUMN_BITMASK
public static final long PORTRAITID_COLUMN_BITMASK
public static final long SCREENNAME_COLUMN_BITMASK
public static final long STATUS_COLUMN_BITMASK
public static final long USERID_COLUMN_BITMASK
public static final long UUID_COLUMN_BITMASK
public static final String MAPPING_TABLE_USERS_GROUPS_NAME
public static final Object[][] MAPPING_TABLE_USERS_GROUPS_COLUMNS
public static final String MAPPING_TABLE_USERS_GROUPS_SQL_CREATE
public static final boolean FINDER_CACHE_ENABLED_USERS_GROUPS
public static final String MAPPING_TABLE_USERS_ORGS_NAME
public static final Object[][] MAPPING_TABLE_USERS_ORGS_COLUMNS
public static final String MAPPING_TABLE_USERS_ORGS_SQL_CREATE
public static final boolean FINDER_CACHE_ENABLED_USERS_ORGS
public static final String MAPPING_TABLE_USERS_ROLES_NAME
public static final Object[][] MAPPING_TABLE_USERS_ROLES_COLUMNS
public static final String MAPPING_TABLE_USERS_ROLES_SQL_CREATE
public static final boolean FINDER_CACHE_ENABLED_USERS_ROLES
public static final String MAPPING_TABLE_USERS_TEAMS_NAME
public static final Object[][] MAPPING_TABLE_USERS_TEAMS_COLUMNS
public static final String MAPPING_TABLE_USERS_TEAMS_SQL_CREATE
public static final boolean FINDER_CACHE_ENABLED_USERS_TEAMS
public static final String MAPPING_TABLE_USERS_USERGROUPS_NAME
public static final Object[][] MAPPING_TABLE_USERS_USERGROUPS_COLUMNS
public static final String MAPPING_TABLE_USERS_USERGROUPS_SQL_CREATE
public static final boolean FINDER_CACHE_ENABLED_USERS_USERGROUPS
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public UserModelImpl()
| Method Detail |
|---|
public static User toModel(UserSoap soapModel)
soapModel - the soap model instance to convert
public static List<User> toModels(UserSoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
UserModel
getPrimaryKey in interface UserModelpublic void setPrimaryKey(long primaryKey)
UserModel
setPrimaryKey in interface UserModelprimaryKey - the primary key of this userpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<User>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface UserModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<User>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface UserModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<User>getModelAttributes in class BaseModelImpl<User>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<User>setModelAttributes in class BaseModelImpl<User>@JSON public long getMvccVersion()
UserModel
getMvccVersion in interface MVCCModelgetMvccVersion in interface UserModelpublic void setMvccVersion(long mvccVersion)
UserModel
setMvccVersion in interface MVCCModelsetMvccVersion in interface UserModelmvccVersion - the mvcc version of this user@JSON public String getUuid()
UserModel
getUuid in interface StagedModelgetUuid in interface UserModelpublic void setUuid(String uuid)
UserModel
setUuid in interface StagedModelsetUuid in interface UserModeluuid - the uuid of this userpublic String getOriginalUuid()
@JSON public long getUserId()
UserModel
getUserId in interface UserModelpublic void setUserId(long userId)
UserModel
setUserId in interface UserModeluserId - the user ID of this userpublic String getUserUuid()
UserModel
getUserUuid in interface UserModelpublic void setUserUuid(String userUuid)
UserModel
setUserUuid in interface UserModeluserUuid - the user uuid of this userpublic long getOriginalUserId()
@JSON public long getCompanyId()
UserModel
getCompanyId in interface ShardedModelgetCompanyId in interface StagedModelgetCompanyId in interface UserModelpublic void setCompanyId(long companyId)
UserModel
setCompanyId in interface ShardedModelsetCompanyId in interface StagedModelsetCompanyId in interface UserModelcompanyId - the company ID of this userpublic long getOriginalCompanyId()
@JSON public Date getCreateDate()
UserModel
getCreateDate in interface StagedModelgetCreateDate in interface UserModelpublic void setCreateDate(Date createDate)
UserModel
setCreateDate in interface StagedModelsetCreateDate in interface UserModelcreateDate - the create date of this userpublic Date getOriginalCreateDate()
@JSON public Date getModifiedDate()
UserModel
getModifiedDate in interface StagedModelgetModifiedDate in interface UserModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(Date modifiedDate)
UserModel
setModifiedDate in interface StagedModelsetModifiedDate in interface UserModelmodifiedDate - the modified date of this userpublic Date getOriginalModifiedDate()
@JSON public boolean getDefaultUser()
UserModel
getDefaultUser in interface UserModelpublic boolean isDefaultUser()
UserModeltrue if this user is default user.
isDefaultUser in interface UserModeltrue if this user is default user; false otherwisepublic void setDefaultUser(boolean defaultUser)
UserModel
setDefaultUser in interface UserModeldefaultUser - the default user of this userpublic boolean getOriginalDefaultUser()
@JSON public long getContactId()
UserModel
getContactId in interface UserModelpublic void setContactId(long contactId)
UserModel
setContactId in interface UserModelcontactId - the contact ID of this userpublic long getOriginalContactId()
@JSON(include=false) public String getPassword()
UserModel
getPassword in interface UserModelpublic void setPassword(String password)
UserModel
setPassword in interface UserModelpassword - the password of this user@JSON(include=false) public boolean getPasswordEncrypted()
UserModel
getPasswordEncrypted in interface UserModelpublic boolean isPasswordEncrypted()
UserModeltrue if this user is password encrypted.
isPasswordEncrypted in interface UserModeltrue if this user is password encrypted; false otherwisepublic void setPasswordEncrypted(boolean passwordEncrypted)
UserModel
setPasswordEncrypted in interface UserModelpasswordEncrypted - the password encrypted of this user@JSON(include=false) public boolean getPasswordReset()
UserModel
getPasswordReset in interface UserModelpublic boolean isPasswordReset()
UserModeltrue if this user is password reset.
isPasswordReset in interface UserModeltrue if this user is password reset; false otherwisepublic void setPasswordReset(boolean passwordReset)
UserModel
setPasswordReset in interface UserModelpasswordReset - the password reset of this user@JSON(include=false) public Date getPasswordModifiedDate()
UserModel
getPasswordModifiedDate in interface UserModelpublic void setPasswordModifiedDate(Date passwordModifiedDate)
UserModel
setPasswordModifiedDate in interface UserModelpasswordModifiedDate - the password modified date of this user@JSON(include=false) public String getDigest()
UserModel
getDigest in interface UserModelpublic void setDigest(String digest)
UserModel
setDigest in interface UserModeldigest - the digest of this user@JSON public String getReminderQueryQuestion()
UserModel
getReminderQueryQuestion in interface UserModelpublic void setReminderQueryQuestion(String reminderQueryQuestion)
UserModel
setReminderQueryQuestion in interface UserModelreminderQueryQuestion - the reminder query question of this user@JSON public String getReminderQueryAnswer()
UserModel
getReminderQueryAnswer in interface UserModelpublic void setReminderQueryAnswer(String reminderQueryAnswer)
UserModel
setReminderQueryAnswer in interface UserModelreminderQueryAnswer - the reminder query answer of this user@JSON public int getGraceLoginCount()
UserModel
getGraceLoginCount in interface UserModelpublic void setGraceLoginCount(int graceLoginCount)
UserModel
setGraceLoginCount in interface UserModelgraceLoginCount - the grace login count of this user@JSON public String getScreenName()
UserModel
getScreenName in interface UserModelpublic void setScreenName(String screenName)
UserModel
setScreenName in interface UserModelscreenName - the screen name of this userpublic String getOriginalScreenName()
@JSON public String getEmailAddress()
UserModel
getEmailAddress in interface UserModelpublic void setEmailAddress(String emailAddress)
UserModel
setEmailAddress in interface UserModelemailAddress - the email address of this userpublic String getOriginalEmailAddress()
@JSON public long getFacebookId()
UserModel
getFacebookId in interface UserModelpublic void setFacebookId(long facebookId)
UserModel
setFacebookId in interface UserModelfacebookId - the facebook ID of this userpublic long getOriginalFacebookId()
@JSON public long getLdapServerId()
UserModel
getLdapServerId in interface UserModelpublic void setLdapServerId(long ldapServerId)
UserModel
setLdapServerId in interface UserModelldapServerId - the ldap server ID of this user@JSON public String getOpenId()
UserModel
getOpenId in interface UserModelpublic void setOpenId(String openId)
UserModel
setOpenId in interface UserModelopenId - the open ID of this userpublic String getOriginalOpenId()
@JSON public long getPortraitId()
UserModel
getPortraitId in interface UserModelpublic void setPortraitId(long portraitId)
UserModel
setPortraitId in interface UserModelportraitId - the portrait ID of this userpublic long getOriginalPortraitId()
@JSON public String getLanguageId()
UserModel
getLanguageId in interface UserModelpublic void setLanguageId(String languageId)
UserModel
setLanguageId in interface UserModellanguageId - the language ID of this user@JSON public String getTimeZoneId()
UserModel
getTimeZoneId in interface UserModelpublic void setTimeZoneId(String timeZoneId)
UserModel
setTimeZoneId in interface UserModeltimeZoneId - the time zone ID of this user@JSON public String getGreeting()
UserModel
getGreeting in interface UserModelpublic void setGreeting(String greeting)
UserModel
setGreeting in interface UserModelgreeting - the greeting of this user@JSON public String getComments()
UserModel
getComments in interface UserModelpublic void setComments(String comments)
UserModel
setComments in interface UserModelcomments - the comments of this user@JSON public String getFirstName()
UserModel
getFirstName in interface UserModelpublic void setFirstName(String firstName)
UserModel
setFirstName in interface UserModelfirstName - the first name of this user@JSON public String getMiddleName()
UserModel
getMiddleName in interface UserModelpublic void setMiddleName(String middleName)
UserModel
setMiddleName in interface UserModelmiddleName - the middle name of this user@JSON public String getLastName()
UserModel
getLastName in interface UserModelpublic void setLastName(String lastName)
UserModel
setLastName in interface UserModellastName - the last name of this user@JSON public String getJobTitle()
UserModel
getJobTitle in interface UserModelpublic void setJobTitle(String jobTitle)
UserModel
setJobTitle in interface UserModeljobTitle - the job title of this user@JSON public Date getLoginDate()
UserModel
getLoginDate in interface UserModelpublic void setLoginDate(Date loginDate)
UserModel
setLoginDate in interface UserModelloginDate - the login date of this user@JSON public String getLoginIP()
UserModel
getLoginIP in interface UserModelpublic void setLoginIP(String loginIP)
UserModel
setLoginIP in interface UserModelloginIP - the login i p of this user@JSON public Date getLastLoginDate()
UserModel
getLastLoginDate in interface UserModelpublic void setLastLoginDate(Date lastLoginDate)
UserModel
setLastLoginDate in interface UserModellastLoginDate - the last login date of this user@JSON public String getLastLoginIP()
UserModel
getLastLoginIP in interface UserModelpublic void setLastLoginIP(String lastLoginIP)
UserModel
setLastLoginIP in interface UserModellastLoginIP - the last login i p of this user@JSON public Date getLastFailedLoginDate()
UserModel
getLastFailedLoginDate in interface UserModelpublic void setLastFailedLoginDate(Date lastFailedLoginDate)
UserModel
setLastFailedLoginDate in interface UserModellastFailedLoginDate - the last failed login date of this user@JSON public int getFailedLoginAttempts()
UserModel
getFailedLoginAttempts in interface UserModelpublic void setFailedLoginAttempts(int failedLoginAttempts)
UserModel
setFailedLoginAttempts in interface UserModelfailedLoginAttempts - the failed login attempts of this user@JSON public boolean getLockout()
UserModel
getLockout in interface UserModelpublic boolean isLockout()
UserModeltrue if this user is lockout.
isLockout in interface UserModeltrue if this user is lockout; false otherwisepublic void setLockout(boolean lockout)
UserModel
setLockout in interface UserModellockout - the lockout of this user@JSON public Date getLockoutDate()
UserModel
getLockoutDate in interface UserModelpublic void setLockoutDate(Date lockoutDate)
UserModel
setLockoutDate in interface UserModellockoutDate - the lockout date of this user@JSON public boolean getAgreedToTermsOfUse()
UserModel
getAgreedToTermsOfUse in interface UserModelpublic boolean isAgreedToTermsOfUse()
UserModeltrue if this user is agreed to terms of use.
isAgreedToTermsOfUse in interface UserModeltrue if this user is agreed to terms of use; false otherwisepublic void setAgreedToTermsOfUse(boolean agreedToTermsOfUse)
UserModel
setAgreedToTermsOfUse in interface UserModelagreedToTermsOfUse - the agreed to terms of use of this user@JSON public boolean getEmailAddressVerified()
UserModel
getEmailAddressVerified in interface UserModelpublic boolean isEmailAddressVerified()
UserModeltrue if this user is email address verified.
isEmailAddressVerified in interface UserModeltrue if this user is email address verified; false otherwisepublic void setEmailAddressVerified(boolean emailAddressVerified)
UserModel
setEmailAddressVerified in interface UserModelemailAddressVerified - the email address verified of this user@JSON public int getStatus()
UserModel
getStatus in interface UserModelpublic void setStatus(int status)
UserModel
setStatus in interface UserModelstatus - the status of this userpublic int getOriginalStatus()
public StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelpublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<User>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface UserModelgetExpandoBridge in class BaseModelImpl<User>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<User>setExpandoBridgeAttributes in interface UserModelsetExpandoBridgeAttributes in class BaseModelImpl<User>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public User toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<User>toEscapedModel in interface UserModeltoEscapedModel in class BaseModelImpl<User>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<User>clone in interface StagedModelclone in interface UserModelclone in class BaseModelImpl<User>public int compareTo(User user)
compareTo in interface UserModelcompareTo in interface Comparable<User>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface UserModelhashCode in class Objectpublic boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<User>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.
isFinderCacheEnabled in interface BaseModel<User>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<User>resetOriginalValues in class BaseModelImpl<User>public CacheModel<User> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<User>toCacheModel in interface UserModeltoCacheModel in class BaseModelImpl<User>public String toString()
toString in interface UserModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<User>toXmlString in interface UserModel
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||