|
Liferay 6.0-ee-sp2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.UserWrapper
public class UserWrapper
This class is a wrapper for User.
User,
Serialized Form| Constructor Summary | |
|---|---|
UserWrapper(User user)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(User user)
|
boolean |
getActive()
Gets the active of this user. |
List<Address> |
getAddresses()
|
boolean |
getAgreedToTermsOfUse()
Gets the agreed to terms of use of this user. |
Date |
getBirthday()
|
String |
getComments()
Gets the comments of this user. |
long |
getCompanyId()
Gets the company ID of this user. |
String |
getCompanyMx()
|
Contact |
getContact()
|
long |
getContactId()
Gets the contact ID of this user. |
Date |
getCreateDate()
Gets the create date of this user. |
boolean |
getDefaultUser()
Gets the default user of this user. |
String |
getDigest()
Gets the digest of this user. |
String |
getDigest(String password)
|
String |
getDisplayEmailAddress()
|
String |
getDisplayURL(String portalURL,
String mainPath)
|
String |
getDisplayURL(ThemeDisplay themeDisplay)
|
String |
getEmailAddress()
Gets the email address of this user. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getFacebookId()
Gets the facebook ID of this user. |
int |
getFailedLoginAttempts()
Gets the failed login attempts of this user. |
boolean |
getFemale()
|
String |
getFirstName()
Gets the first name of this user. |
String |
getFullName()
|
int |
getGraceLoginCount()
Gets the grace login count of this user. |
String |
getGreeting()
Gets the greeting of this user. |
Group |
getGroup()
|
long[] |
getGroupIds()
|
List<Group> |
getGroups()
|
String |
getJobTitle()
Gets the job title of this user. |
String |
getLanguageId()
Gets the language ID of this user. |
Date |
getLastFailedLoginDate()
Gets the last failed login date of this user. |
Date |
getLastLoginDate()
Gets the last login date of this user. |
String |
getLastLoginIP()
Gets the last login i p of this user. |
String |
getLastName()
Gets the last name of this user. |
Locale |
getLocale()
|
boolean |
getLockout()
Gets the lockout of this user. |
Date |
getLockoutDate()
Gets the lockout date of this user. |
String |
getLogin()
|
Date |
getLoginDate()
Gets the login date of this user. |
String |
getLoginIP()
Gets the login i p of this user. |
boolean |
getMale()
|
String |
getMiddleName()
Gets the middle name of this user. |
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Gets the modified date of this user. |
List<Group> |
getMyPlaces()
|
List<Group> |
getMyPlaces(int max)
|
List<Group> |
getMyPlaces(String[] classNames,
int max)
|
String |
getOpenId()
Gets the open ID of this user. |
long[] |
getOrganizationIds()
|
List<Organization> |
getOrganizations()
|
String |
getPassword()
Gets the password of this user. |
boolean |
getPasswordEncrypted()
Gets the password encrypted of this user. |
boolean |
getPasswordModified()
|
Date |
getPasswordModifiedDate()
Gets the password modified date of this user. |
PasswordPolicy |
getPasswordPolicy()
|
boolean |
getPasswordReset()
Gets the password reset of this user. |
String |
getPasswordUnencrypted()
|
List<Phone> |
getPhones()
|
long |
getPortraitId()
Gets the portrait ID of this user. |
String |
getPortraitURL(ThemeDisplay themeDisplay)
|
long |
getPrimaryKey()
Gets the primary key of this user. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
int |
getPrivateLayoutsPageCount()
|
int |
getPublicLayoutsPageCount()
|
String |
getReminderQueryAnswer()
Gets the reminder query answer of this user. |
String |
getReminderQueryQuestion()
Gets the reminder query question of this user. |
Set<String> |
getReminderQueryQuestions()
|
long[] |
getRoleIds()
|
List<Role> |
getRoles()
|
String |
getScreenName()
Gets the screen name of this user. |
double |
getSocialContributionEquity()
|
double |
getSocialContributionEquity(long groupId)
|
double |
getSocialParticipationEquity()
|
double |
getSocialParticipationEquity(long groupId)
|
double |
getSocialPersonalEquity()
|
double |
getSocialPersonalEquity(long groupId)
|
long[] |
getTeamIds()
|
List<Team> |
getTeams()
|
TimeZone |
getTimeZone()
|
String |
getTimeZoneId()
Gets the time zone ID of this user. |
long[] |
getUserGroupIds()
|
List<UserGroup> |
getUserGroups()
|
long |
getUserId()
Gets the user ID of this user. |
String |
getUserUuid()
Gets the user uuid of this user. |
String |
getUuid()
Gets the uuid of this user. |
List<Website> |
getWebsites()
|
User |
getWrappedUser()
|
boolean |
hasCompanyMx()
|
boolean |
hasCompanyMx(String emailAddress)
|
int |
hashCode()
|
boolean |
hasMyPlaces()
|
boolean |
hasOrganization()
|
boolean |
hasPrivateLayouts()
|
boolean |
hasPublicLayouts()
|
boolean |
hasReminderQuery()
|
boolean |
isActive()
Determines if this user is active. |
boolean |
isAgreedToTermsOfUse()
Determines if this user is agreed to terms of use. |
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isDefaultUser()
Determines if this user is default user. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isFemale()
|
boolean |
isLockout()
Determines if this user is lockout. |
boolean |
isMale()
|
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
boolean |
isPasswordEncrypted()
Determines if this user is password encrypted. |
boolean |
isPasswordModified()
|
boolean |
isPasswordReset()
Determines if this user is password reset. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet exist. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setActive(boolean active)
Sets whether this user is active. |
void |
setAgreedToTermsOfUse(boolean agreedToTermsOfUse)
Sets whether this user is agreed to terms of use. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
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 |
setEscapedModel(boolean escapedModel)
Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe. |
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 |
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 |
setModifiedDate(Date modifiedDate)
Sets the modified date of this user. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
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 |
setPasswordModified(boolean passwordModified)
|
void |
setPasswordModifiedDate(Date passwordModifiedDate)
Sets the password modified date of this user. |
void |
setPasswordReset(boolean passwordReset)
Sets whether this user is password reset. |
void |
setPasswordUnencrypted(String passwordUnencrypted)
|
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 |
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. |
String |
toString()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
void |
updateSocialContributionEquity(double value)
Deprecated. updateSocialContributionEquity(long, double) |
void |
updateSocialContributionEquity(long groupId,
double value)
|
void |
updateSocialParticipationEquity(double value)
Deprecated. updateSocialParticipationEquity(long, double) |
void |
updateSocialParticipationEquity(long groupId,
double value)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UserWrapper(User user)
| Method Detail |
|---|
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic long getPrimaryKey()
getPrimaryKey in interface UserModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface UserModelprimaryKey - the primary key of this userpublic String getUuid()
getUuid in interface UserModelpublic void setUuid(String uuid)
setUuid in interface UserModeluuid - the uuid of this userpublic long getUserId()
getUserId in interface UserModelpublic void setUserId(long userId)
setUserId in interface UserModeluserId - the user ID of this user
public String getUserUuid()
throws SystemException
getUserUuid in interface UserModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
setUserUuid in interface UserModeluserUuid - the user uuid of this userpublic long getCompanyId()
getCompanyId in interface UserModelpublic void setCompanyId(long companyId)
setCompanyId in interface UserModelcompanyId - the company ID of this userpublic Date getCreateDate()
getCreateDate in interface UserModelpublic void setCreateDate(Date createDate)
setCreateDate in interface UserModelcreateDate - the create date of this userpublic Date getModifiedDate()
getModifiedDate in interface UserModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface UserModelmodifiedDate - the modified date of this userpublic boolean getDefaultUser()
getDefaultUser in interface UserModelpublic boolean isDefaultUser()
isDefaultUser in interface UserModeltrue if this user is default user; false otherwisepublic void setDefaultUser(boolean defaultUser)
setDefaultUser in interface UserModeldefaultUser - the default user of this userpublic long getContactId()
getContactId in interface UserModelpublic void setContactId(long contactId)
setContactId in interface UserModelcontactId - the contact ID of this userpublic String getPassword()
getPassword in interface UserModelpublic void setPassword(String password)
setPassword in interface UserModelpassword - the password of this userpublic boolean getPasswordEncrypted()
getPasswordEncrypted in interface UserModelpublic boolean isPasswordEncrypted()
isPasswordEncrypted in interface UserModeltrue if this user is password encrypted; false otherwisepublic void setPasswordEncrypted(boolean passwordEncrypted)
setPasswordEncrypted in interface UserModelpasswordEncrypted - the password encrypted of this userpublic boolean getPasswordReset()
getPasswordReset in interface UserModelpublic boolean isPasswordReset()
isPasswordReset in interface UserModeltrue if this user is password reset; false otherwisepublic void setPasswordReset(boolean passwordReset)
setPasswordReset in interface UserModelpasswordReset - the password reset of this userpublic Date getPasswordModifiedDate()
getPasswordModifiedDate in interface UserModelpublic void setPasswordModifiedDate(Date passwordModifiedDate)
setPasswordModifiedDate in interface UserModelpasswordModifiedDate - the password modified date of this userpublic String getDigest()
getDigest in interface UsergetDigest in interface UserModelpublic void setDigest(String digest)
setDigest in interface UserModeldigest - the digest of this userpublic String getReminderQueryQuestion()
getReminderQueryQuestion in interface UserModelpublic void setReminderQueryQuestion(String reminderQueryQuestion)
setReminderQueryQuestion in interface UserModelreminderQueryQuestion - the reminder query question of this userpublic String getReminderQueryAnswer()
getReminderQueryAnswer in interface UserModelpublic void setReminderQueryAnswer(String reminderQueryAnswer)
setReminderQueryAnswer in interface UserModelreminderQueryAnswer - the reminder query answer of this userpublic int getGraceLoginCount()
getGraceLoginCount in interface UserModelpublic void setGraceLoginCount(int graceLoginCount)
setGraceLoginCount in interface UserModelgraceLoginCount - the grace login count of this userpublic String getScreenName()
getScreenName in interface UserModelpublic void setScreenName(String screenName)
setScreenName in interface UserModelscreenName - the screen name of this userpublic String getEmailAddress()
getEmailAddress in interface UserModelpublic void setEmailAddress(String emailAddress)
setEmailAddress in interface UserModelemailAddress - the email address of this userpublic long getFacebookId()
getFacebookId in interface UserModelpublic void setFacebookId(long facebookId)
setFacebookId in interface UserModelfacebookId - the facebook ID of this userpublic String getOpenId()
getOpenId in interface UserModelpublic void setOpenId(String openId)
setOpenId in interface UserModelopenId - the open ID of this userpublic long getPortraitId()
getPortraitId in interface UserModelpublic void setPortraitId(long portraitId)
setPortraitId in interface UserModelportraitId - the portrait ID of this userpublic String getLanguageId()
getLanguageId in interface UserModelpublic void setLanguageId(String languageId)
setLanguageId in interface UsersetLanguageId in interface UserModellanguageId - the language ID of this userpublic String getTimeZoneId()
getTimeZoneId in interface UserModelpublic void setTimeZoneId(String timeZoneId)
setTimeZoneId in interface UsersetTimeZoneId in interface UserModeltimeZoneId - the time zone ID of this userpublic String getGreeting()
getGreeting in interface UserModelpublic void setGreeting(String greeting)
setGreeting in interface UserModelgreeting - the greeting of this userpublic String getComments()
getComments in interface UserModelpublic void setComments(String comments)
setComments in interface UserModelcomments - the comments of this userpublic String getFirstName()
getFirstName in interface UserModelpublic void setFirstName(String firstName)
setFirstName in interface UserModelfirstName - the first name of this userpublic String getMiddleName()
getMiddleName in interface UserModelpublic void setMiddleName(String middleName)
setMiddleName in interface UserModelmiddleName - the middle name of this userpublic String getLastName()
getLastName in interface UserModelpublic void setLastName(String lastName)
setLastName in interface UserModellastName - the last name of this userpublic String getJobTitle()
getJobTitle in interface UserModelpublic void setJobTitle(String jobTitle)
setJobTitle in interface UserModeljobTitle - the job title of this userpublic Date getLoginDate()
getLoginDate in interface UserModelpublic void setLoginDate(Date loginDate)
setLoginDate in interface UserModelloginDate - the login date of this userpublic String getLoginIP()
getLoginIP in interface UserModelpublic void setLoginIP(String loginIP)
setLoginIP in interface UserModelloginIP - the login i p of this userpublic Date getLastLoginDate()
getLastLoginDate in interface UserModelpublic void setLastLoginDate(Date lastLoginDate)
setLastLoginDate in interface UserModellastLoginDate - the last login date of this userpublic String getLastLoginIP()
getLastLoginIP in interface UserModelpublic void setLastLoginIP(String lastLoginIP)
setLastLoginIP in interface UserModellastLoginIP - the last login i p of this userpublic Date getLastFailedLoginDate()
getLastFailedLoginDate in interface UserModelpublic void setLastFailedLoginDate(Date lastFailedLoginDate)
setLastFailedLoginDate in interface UserModellastFailedLoginDate - the last failed login date of this userpublic int getFailedLoginAttempts()
getFailedLoginAttempts in interface UserModelpublic void setFailedLoginAttempts(int failedLoginAttempts)
setFailedLoginAttempts in interface UserModelfailedLoginAttempts - the failed login attempts of this userpublic boolean getLockout()
getLockout in interface UserModelpublic boolean isLockout()
isLockout in interface UserModeltrue if this user is lockout; false otherwisepublic void setLockout(boolean lockout)
setLockout in interface UserModellockout - the lockout of this userpublic Date getLockoutDate()
getLockoutDate in interface UserModelpublic void setLockoutDate(Date lockoutDate)
setLockoutDate in interface UserModellockoutDate - the lockout date of this userpublic boolean getAgreedToTermsOfUse()
getAgreedToTermsOfUse in interface UserModelpublic boolean isAgreedToTermsOfUse()
isAgreedToTermsOfUse in interface UserModeltrue if this user is agreed to terms of use; false otherwisepublic void setAgreedToTermsOfUse(boolean agreedToTermsOfUse)
setAgreedToTermsOfUse in interface UserModelagreedToTermsOfUse - the agreed to terms of use of this userpublic boolean getActive()
getActive in interface UserModelpublic boolean isActive()
isActive in interface UserModeltrue if this user is active; false otherwisepublic void setActive(boolean active)
setActive in interface UserModelactive - the active of this userpublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<User>isNew in interface UserModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<User>setNew in interface UserModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.
isCachedModel in interface BaseModel<User>isCachedModel in interface UserModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<User>setCachedModel in interface UserModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<User>isEscapedModel in interface UserModeltrue if this model instance is escaped;
false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be made escaped by wrapping it with an HTML auto
escape handler using its toEscapedModel method. For example,
UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<User>setEscapedModel in interface UserModelescapedModel - whether this model instance is escapedAutoEscapeBeanHandlerpublic 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 ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<User>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface UserModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<User>setExpandoBridgeAttributes in interface UserModelserviceContext - the service contextServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<User>clone in interface UserModelclone in class Objectpublic int compareTo(User user)
compareTo in interface UserModelcompareTo in interface Comparable<User>public int hashCode()
hashCode in interface UserModelhashCode in class Objectpublic CacheModel<User> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<User>toCacheModel in interface UserModelpublic User toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<User>toEscapedModel in interface UserModelAutoEscapeBeanHandlerpublic String toString()
toString in interface UserModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<User>toXmlString in interface UserModel
public void persist()
throws SystemException
PersistedModel
persist in interface PersistedModelSystemException - if a system exception occurred
public List<Address> getAddresses()
throws SystemException
getAddresses in interface UserSystemException
public Date getBirthday()
throws PortalException,
SystemException
getBirthday in interface UserPortalException
SystemException
public String getCompanyMx()
throws PortalException,
SystemException
getCompanyMx in interface UserPortalException
SystemException
public Contact getContact()
throws PortalException,
SystemException
getContact in interface UserPortalException
SystemExceptionpublic String getDigest(String password)
getDigest in interface Userpublic String getDisplayEmailAddress()
getDisplayEmailAddress in interface User
public String getDisplayURL(ThemeDisplay themeDisplay)
throws PortalException,
SystemException
getDisplayURL in interface UserPortalException
SystemException
public String getDisplayURL(String portalURL,
String mainPath)
throws PortalException,
SystemException
getDisplayURL in interface UserPortalException
SystemException
public boolean getFemale()
throws PortalException,
SystemException
getFemale in interface UserPortalException
SystemExceptionpublic String getFullName()
getFullName in interface User
public Group getGroup()
throws PortalException,
SystemException
getGroup in interface UserPortalException
SystemException
public long[] getGroupIds()
throws PortalException,
SystemException
getGroupIds in interface UserPortalException
SystemException
public List<Group> getGroups()
throws PortalException,
SystemException
getGroups in interface UserPortalException
SystemExceptionpublic Locale getLocale()
getLocale in interface User
public String getLogin()
throws PortalException,
SystemException
getLogin in interface UserPortalException
SystemException
public boolean getMale()
throws PortalException,
SystemException
getMale in interface UserPortalException
SystemException
public List<Group> getMyPlaces()
throws PortalException,
SystemException
getMyPlaces in interface UserPortalException
SystemException
public List<Group> getMyPlaces(int max)
throws PortalException,
SystemException
getMyPlaces in interface UserPortalException
SystemException
public List<Group> getMyPlaces(String[] classNames,
int max)
throws PortalException,
SystemException
getMyPlaces in interface UserPortalException
SystemException
public long[] getOrganizationIds()
throws PortalException,
SystemException
getOrganizationIds in interface UserPortalException
SystemException
public List<Organization> getOrganizations()
throws PortalException,
SystemException
getOrganizations in interface UserPortalException
SystemExceptionpublic boolean getPasswordModified()
getPasswordModified in interface User
public PasswordPolicy getPasswordPolicy()
throws PortalException,
SystemException
getPasswordPolicy in interface UserPortalException
SystemExceptionpublic String getPasswordUnencrypted()
getPasswordUnencrypted in interface User
public List<Phone> getPhones()
throws SystemException
getPhones in interface UserSystemException
public String getPortraitURL(ThemeDisplay themeDisplay)
throws PortalException,
SystemException
getPortraitURL in interface UserPortalException
SystemException
public int getPrivateLayoutsPageCount()
throws PortalException,
SystemException
getPrivateLayoutsPageCount in interface UserPortalException
SystemException
public int getPublicLayoutsPageCount()
throws PortalException,
SystemException
getPublicLayoutsPageCount in interface UserPortalException
SystemException
public Set<String> getReminderQueryQuestions()
throws PortalException,
SystemException
getReminderQueryQuestions in interface UserPortalException
SystemException
public long[] getRoleIds()
throws SystemException
getRoleIds in interface UserSystemException
public List<Role> getRoles()
throws SystemException
getRoles in interface UserSystemExceptionpublic double getSocialContributionEquity()
getSocialContributionEquity in interface Userpublic double getSocialContributionEquity(long groupId)
getSocialContributionEquity in interface Userpublic double getSocialParticipationEquity()
getSocialParticipationEquity in interface Userpublic double getSocialParticipationEquity(long groupId)
getSocialParticipationEquity in interface Userpublic double getSocialPersonalEquity()
getSocialPersonalEquity in interface Userpublic double getSocialPersonalEquity(long groupId)
getSocialPersonalEquity in interface User
public long[] getTeamIds()
throws SystemException
getTeamIds in interface UserSystemException
public List<Team> getTeams()
throws SystemException
getTeams in interface UserSystemException
public long[] getUserGroupIds()
throws SystemException
getUserGroupIds in interface UserSystemException
public List<UserGroup> getUserGroups()
throws SystemException
getUserGroups in interface UserSystemExceptionpublic TimeZone getTimeZone()
getTimeZone in interface User
public boolean hasCompanyMx()
throws PortalException,
SystemException
hasCompanyMx in interface UserPortalException
SystemException
public boolean hasCompanyMx(String emailAddress)
throws PortalException,
SystemException
hasCompanyMx in interface UserPortalException
SystemException
public boolean hasMyPlaces()
throws PortalException,
SystemException
hasMyPlaces in interface UserPortalException
SystemException
public boolean hasOrganization()
throws PortalException,
SystemException
hasOrganization in interface UserPortalException
SystemException
public boolean hasPrivateLayouts()
throws PortalException,
SystemException
hasPrivateLayouts in interface UserPortalException
SystemException
public boolean hasPublicLayouts()
throws PortalException,
SystemException
hasPublicLayouts in interface UserPortalException
SystemExceptionpublic boolean hasReminderQuery()
hasReminderQuery in interface User
public boolean isFemale()
throws PortalException,
SystemException
isFemale in interface UserPortalException
SystemException
public boolean isMale()
throws PortalException,
SystemException
isMale in interface UserPortalException
SystemExceptionpublic boolean isPasswordModified()
isPasswordModified in interface Userpublic void setPasswordModified(boolean passwordModified)
setPasswordModified in interface Userpublic void setPasswordUnencrypted(String passwordUnencrypted)
setPasswordUnencrypted in interface Userpublic void updateSocialContributionEquity(double value)
updateSocialContributionEquity(long, double)
updateSocialContributionEquity in interface User
public void updateSocialContributionEquity(long groupId,
double value)
updateSocialContributionEquity in interface Userpublic void updateSocialParticipationEquity(double value)
updateSocialParticipationEquity(long, double)
updateSocialParticipationEquity in interface User
public void updateSocialParticipationEquity(long groupId,
double value)
updateSocialParticipationEquity in interface User
public List<Website> getWebsites()
throws SystemException
getWebsites in interface UserSystemExceptionpublic User getWrappedUser()
public void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<User>
|
Liferay 6.0-ee-sp2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||