|
Liferay 6.0.3 | |||||||||
| 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)
|
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UserWrapper(User user)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface UserModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface UserModelpublic String getUuid()
getUuid in interface UserModelpublic void setUuid(String uuid)
setUuid in interface UserModelpublic long getUserId()
getUserId in interface UserModelpublic void setUserId(long userId)
setUserId in interface UserModel
public String getUserUuid()
throws SystemException
getUserUuid in interface UserModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface UserModelpublic long getCompanyId()
getCompanyId in interface UserModelpublic void setCompanyId(long companyId)
setCompanyId in interface UserModelpublic Date getCreateDate()
getCreateDate in interface UserModelpublic void setCreateDate(Date createDate)
setCreateDate in interface UserModelpublic Date getModifiedDate()
getModifiedDate in interface UserModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface UserModelpublic boolean getDefaultUser()
getDefaultUser in interface UserModelpublic boolean isDefaultUser()
isDefaultUser in interface UserModelpublic void setDefaultUser(boolean defaultUser)
setDefaultUser in interface UserModelpublic long getContactId()
getContactId in interface UserModelpublic void setContactId(long contactId)
setContactId in interface UserModelpublic String getPassword()
getPassword in interface UserModelpublic void setPassword(String password)
setPassword in interface UserModelpublic boolean getPasswordEncrypted()
getPasswordEncrypted in interface UserModelpublic boolean isPasswordEncrypted()
isPasswordEncrypted in interface UserModelpublic void setPasswordEncrypted(boolean passwordEncrypted)
setPasswordEncrypted in interface UserModelpublic boolean getPasswordReset()
getPasswordReset in interface UserModelpublic boolean isPasswordReset()
isPasswordReset in interface UserModelpublic void setPasswordReset(boolean passwordReset)
setPasswordReset in interface UserModelpublic Date getPasswordModifiedDate()
getPasswordModifiedDate in interface UserModelpublic void setPasswordModifiedDate(Date passwordModifiedDate)
setPasswordModifiedDate in interface UserModelpublic String getReminderQueryQuestion()
getReminderQueryQuestion in interface UserModelpublic void setReminderQueryQuestion(String reminderQueryQuestion)
setReminderQueryQuestion in interface UserModelpublic String getReminderQueryAnswer()
getReminderQueryAnswer in interface UserModelpublic void setReminderQueryAnswer(String reminderQueryAnswer)
setReminderQueryAnswer in interface UserModelpublic int getGraceLoginCount()
getGraceLoginCount in interface UserModelpublic void setGraceLoginCount(int graceLoginCount)
setGraceLoginCount in interface UserModelpublic String getScreenName()
getScreenName in interface UserModelpublic void setScreenName(String screenName)
setScreenName in interface UserModelpublic String getEmailAddress()
getEmailAddress in interface UserModelpublic void setEmailAddress(String emailAddress)
setEmailAddress in interface UserModelpublic long getFacebookId()
getFacebookId in interface UserModelpublic void setFacebookId(long facebookId)
setFacebookId in interface UserModelpublic String getOpenId()
getOpenId in interface UserModelpublic void setOpenId(String openId)
setOpenId in interface UserModelpublic long getPortraitId()
getPortraitId in interface UserModelpublic void setPortraitId(long portraitId)
setPortraitId in interface UserModelpublic String getLanguageId()
getLanguageId in interface UserModelpublic void setLanguageId(String languageId)
setLanguageId in interface UsersetLanguageId in interface UserModelpublic String getTimeZoneId()
getTimeZoneId in interface UserModelpublic void setTimeZoneId(String timeZoneId)
setTimeZoneId in interface UsersetTimeZoneId in interface UserModelpublic String getGreeting()
getGreeting in interface UserModelpublic void setGreeting(String greeting)
setGreeting in interface UserModelpublic String getComments()
getComments in interface UserModelpublic void setComments(String comments)
setComments in interface UserModelpublic String getFirstName()
getFirstName in interface UserModelpublic void setFirstName(String firstName)
setFirstName in interface UserModelpublic String getMiddleName()
getMiddleName in interface UserModelpublic void setMiddleName(String middleName)
setMiddleName in interface UserModelpublic String getLastName()
getLastName in interface UserModelpublic void setLastName(String lastName)
setLastName in interface UserModelpublic String getJobTitle()
getJobTitle in interface UserModelpublic void setJobTitle(String jobTitle)
setJobTitle in interface UserModelpublic Date getLoginDate()
getLoginDate in interface UserModelpublic void setLoginDate(Date loginDate)
setLoginDate in interface UserModelpublic String getLoginIP()
getLoginIP in interface UserModelpublic void setLoginIP(String loginIP)
setLoginIP in interface UserModelpublic Date getLastLoginDate()
getLastLoginDate in interface UserModelpublic void setLastLoginDate(Date lastLoginDate)
setLastLoginDate in interface UserModelpublic String getLastLoginIP()
getLastLoginIP in interface UserModelpublic void setLastLoginIP(String lastLoginIP)
setLastLoginIP in interface UserModelpublic Date getLastFailedLoginDate()
getLastFailedLoginDate in interface UserModelpublic void setLastFailedLoginDate(Date lastFailedLoginDate)
setLastFailedLoginDate in interface UserModelpublic int getFailedLoginAttempts()
getFailedLoginAttempts in interface UserModelpublic void setFailedLoginAttempts(int failedLoginAttempts)
setFailedLoginAttempts in interface UserModelpublic boolean getLockout()
getLockout in interface UserModelpublic boolean isLockout()
isLockout in interface UserModelpublic void setLockout(boolean lockout)
setLockout in interface UserModelpublic Date getLockoutDate()
getLockoutDate in interface UserModelpublic void setLockoutDate(Date lockoutDate)
setLockoutDate in interface UserModelpublic boolean getAgreedToTermsOfUse()
getAgreedToTermsOfUse in interface UserModelpublic boolean isAgreedToTermsOfUse()
isAgreedToTermsOfUse in interface UserModelpublic void setAgreedToTermsOfUse(boolean agreedToTermsOfUse)
setAgreedToTermsOfUse in interface UserModelpublic boolean getActive()
getActive in interface UserModelpublic boolean isActive()
isActive in interface UserModelpublic void setActive(boolean active)
setActive in interface UserModelpublic User toEscapedModel()
toEscapedModel in interface UserModelpublic boolean isNew()
BaseModel
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()
BaseModel
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()
BaseModel
isEscapedModel in interface BaseModel<User>isEscapedModel in interface UserModeltrue if this model instance has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be wrapped 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 has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<User>getPrimaryKeyObj in interface UserModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<User>getExpandoBridge in interface UserModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<User>setExpandoBridgeAttributes in interface UserModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.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 String toString()
toString in interface UserModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<User>toXmlString in interface UserModel
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 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 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 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 getSocialParticipationEquity()
getSocialParticipationEquity in interface Userpublic double getSocialPersonalEquity()
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 SystemException
hasMyPlaces in interface UserSystemException
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 in interface Userpublic void updateSocialParticipationEquity(double value)
updateSocialParticipationEquity in interface Userpublic User getWrappedUser()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||