Liferay 6.0.3

com.liferay.portal.model
Class UserWrapper

java.lang.Object
  extended by com.liferay.portal.model.UserWrapper
All Implemented Interfaces:
BaseModel<User>, User, UserModel, Serializable, Cloneable, Comparable<User>

public class UserWrapper
extends Object
implements User

This class is a wrapper for User.

See Also:
User, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
UserWrapper(User user)
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(User user)
           
 boolean getActive()
           
 boolean getAgreedToTermsOfUse()
           
 Date getBirthday()
           
 String getComments()
           
 long getCompanyId()
           
 String getCompanyMx()
           
 Contact getContact()
           
 long getContactId()
           
 Date getCreateDate()
           
 boolean getDefaultUser()
           
 String getDisplayEmailAddress()
           
 String getDisplayURL(String portalURL, String mainPath)
           
 String getDisplayURL(ThemeDisplay themeDisplay)
           
 String getEmailAddress()
           
 ExpandoBridge getExpandoBridge()
          Gets the expando bridge for this model instance.
 long getFacebookId()
           
 int getFailedLoginAttempts()
           
 boolean getFemale()
           
 String getFirstName()
           
 String getFullName()
           
 int getGraceLoginCount()
           
 String getGreeting()
           
 Group getGroup()
           
 long[] getGroupIds()
           
 List<Group> getGroups()
           
 String getJobTitle()
           
 String getLanguageId()
           
 Date getLastFailedLoginDate()
           
 Date getLastLoginDate()
           
 String getLastLoginIP()
           
 String getLastName()
           
 Locale getLocale()
           
 boolean getLockout()
           
 Date getLockoutDate()
           
 String getLogin()
           
 Date getLoginDate()
           
 String getLoginIP()
           
 boolean getMale()
           
 String getMiddleName()
           
 Date getModifiedDate()
           
 List<Group> getMyPlaces()
           
 List<Group> getMyPlaces(int max)
           
 String getOpenId()
           
 long[] getOrganizationIds()
           
 List<Organization> getOrganizations()
           
 String getPassword()
           
 boolean getPasswordEncrypted()
           
 boolean getPasswordModified()
           
 Date getPasswordModifiedDate()
           
 PasswordPolicy getPasswordPolicy()
           
 boolean getPasswordReset()
           
 String getPasswordUnencrypted()
           
 long getPortraitId()
           
 long getPrimaryKey()
           
 Serializable getPrimaryKeyObj()
          Gets the primary key for this model instance.
 int getPrivateLayoutsPageCount()
           
 int getPublicLayoutsPageCount()
           
 String getReminderQueryAnswer()
           
 String getReminderQueryQuestion()
           
 Set<String> getReminderQueryQuestions()
           
 long[] getRoleIds()
           
 List<Role> getRoles()
           
 String getScreenName()
           
 double getSocialContributionEquity()
           
 double getSocialParticipationEquity()
           
 double getSocialPersonalEquity()
           
 long[] getTeamIds()
           
 List<Team> getTeams()
           
 TimeZone getTimeZone()
           
 String getTimeZoneId()
           
 long[] getUserGroupIds()
           
 List<UserGroup> getUserGroups()
           
 long getUserId()
           
 String getUserUuid()
           
 String getUuid()
           
 User getWrappedUser()
           
 boolean hasCompanyMx()
           
 boolean hasCompanyMx(String emailAddress)
           
 int hashCode()
           
 boolean hasMyPlaces()
           
 boolean hasOrganization()
           
 boolean hasPrivateLayouts()
           
 boolean hasPublicLayouts()
           
 boolean hasReminderQuery()
           
 boolean isActive()
           
 boolean isAgreedToTermsOfUse()
           
 boolean isCachedModel()
          Determines if this model instance was retrieved from the entity cache.
 boolean isDefaultUser()
           
 boolean isEscapedModel()
          Determines if this model instance has been wrapped with an HTML auto escape handler.
 boolean isFemale()
           
 boolean isLockout()
           
 boolean isMale()
           
 boolean isNew()
          Determines if this model instance does not yet exist in the database.
 boolean isPasswordEncrypted()
           
 boolean isPasswordModified()
           
 boolean isPasswordReset()
           
 void setActive(boolean active)
           
 void setAgreedToTermsOfUse(boolean agreedToTermsOfUse)
           
 void setCachedModel(boolean cachedModel)
          Sets whether this model instance was retrieved from the entity cache.
 void setComments(String comments)
           
 void setCompanyId(long companyId)
           
 void setContactId(long contactId)
           
 void setCreateDate(Date createDate)
           
 void setDefaultUser(boolean defaultUser)
           
 void setEmailAddress(String emailAddress)
           
 void setEscapedModel(boolean escapedModel)
          Sets whether this model instance has been wrapped with an HTML auto escape handler.
 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)
           
 void setFailedLoginAttempts(int failedLoginAttempts)
           
 void setFirstName(String firstName)
           
 void setGraceLoginCount(int graceLoginCount)
           
 void setGreeting(String greeting)
           
 void setJobTitle(String jobTitle)
           
 void setLanguageId(String languageId)
           
 void setLastFailedLoginDate(Date lastFailedLoginDate)
           
 void setLastLoginDate(Date lastLoginDate)
           
 void setLastLoginIP(String lastLoginIP)
           
 void setLastName(String lastName)
           
 void setLockout(boolean lockout)
           
 void setLockoutDate(Date lockoutDate)
           
 void setLoginDate(Date loginDate)
           
 void setLoginIP(String loginIP)
           
 void setMiddleName(String middleName)
           
 void setModifiedDate(Date modifiedDate)
           
 void setNew(boolean n)
          Sets whether this model instance does not yet exist in the database.
 void setOpenId(String openId)
           
 void setPassword(String password)
           
 void setPasswordEncrypted(boolean passwordEncrypted)
           
 void setPasswordModified(boolean passwordModified)
           
 void setPasswordModifiedDate(Date passwordModifiedDate)
           
 void setPasswordReset(boolean passwordReset)
           
 void setPasswordUnencrypted(String passwordUnencrypted)
           
 void setPortraitId(long portraitId)
           
 void setPrimaryKey(long pk)
           
 void setReminderQueryAnswer(String reminderQueryAnswer)
           
 void setReminderQueryQuestion(String reminderQueryQuestion)
           
 void setScreenName(String screenName)
           
 void setTimeZoneId(String timeZoneId)
           
 void setUserId(long userId)
           
 void setUserUuid(String userUuid)
           
 void setUuid(String uuid)
           
 User toEscapedModel()
           
 String toString()
           
 String toXmlString()
          Gets the XML representation of this model instance.
 void updateSocialContributionEquity(double value)
           
 void updateSocialParticipationEquity(double value)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserWrapper

public UserWrapper(User user)
Method Detail

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface UserModel

setPrimaryKey

public void setPrimaryKey(long pk)
Specified by:
setPrimaryKey in interface UserModel

getUuid

public String getUuid()
Specified by:
getUuid in interface UserModel

setUuid

public void setUuid(String uuid)
Specified by:
setUuid in interface UserModel

getUserId

public long getUserId()
Specified by:
getUserId in interface UserModel

setUserId

public void setUserId(long userId)
Specified by:
setUserId in interface UserModel

getUserUuid

public String getUserUuid()
                   throws SystemException
Specified by:
getUserUuid in interface UserModel
Throws:
SystemException

setUserUuid

public void setUserUuid(String userUuid)
Specified by:
setUserUuid in interface UserModel

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface UserModel

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface UserModel

getCreateDate

public Date getCreateDate()
Specified by:
getCreateDate in interface UserModel

setCreateDate

public void setCreateDate(Date createDate)
Specified by:
setCreateDate in interface UserModel

getModifiedDate

public Date getModifiedDate()
Specified by:
getModifiedDate in interface UserModel

setModifiedDate

public void setModifiedDate(Date modifiedDate)
Specified by:
setModifiedDate in interface UserModel

getDefaultUser

public boolean getDefaultUser()
Specified by:
getDefaultUser in interface UserModel

isDefaultUser

public boolean isDefaultUser()
Specified by:
isDefaultUser in interface UserModel

setDefaultUser

public void setDefaultUser(boolean defaultUser)
Specified by:
setDefaultUser in interface UserModel

getContactId

public long getContactId()
Specified by:
getContactId in interface UserModel

setContactId

public void setContactId(long contactId)
Specified by:
setContactId in interface UserModel

getPassword

public String getPassword()
Specified by:
getPassword in interface UserModel

setPassword

public void setPassword(String password)
Specified by:
setPassword in interface UserModel

getPasswordEncrypted

public boolean getPasswordEncrypted()
Specified by:
getPasswordEncrypted in interface UserModel

isPasswordEncrypted

public boolean isPasswordEncrypted()
Specified by:
isPasswordEncrypted in interface UserModel

setPasswordEncrypted

public void setPasswordEncrypted(boolean passwordEncrypted)
Specified by:
setPasswordEncrypted in interface UserModel

getPasswordReset

public boolean getPasswordReset()
Specified by:
getPasswordReset in interface UserModel

isPasswordReset

public boolean isPasswordReset()
Specified by:
isPasswordReset in interface UserModel

setPasswordReset

public void setPasswordReset(boolean passwordReset)
Specified by:
setPasswordReset in interface UserModel

getPasswordModifiedDate

public Date getPasswordModifiedDate()
Specified by:
getPasswordModifiedDate in interface UserModel

setPasswordModifiedDate

public void setPasswordModifiedDate(Date passwordModifiedDate)
Specified by:
setPasswordModifiedDate in interface UserModel

getReminderQueryQuestion

public String getReminderQueryQuestion()
Specified by:
getReminderQueryQuestion in interface UserModel

setReminderQueryQuestion

public void setReminderQueryQuestion(String reminderQueryQuestion)
Specified by:
setReminderQueryQuestion in interface UserModel

getReminderQueryAnswer

public String getReminderQueryAnswer()
Specified by:
getReminderQueryAnswer in interface UserModel

setReminderQueryAnswer

public void setReminderQueryAnswer(String reminderQueryAnswer)
Specified by:
setReminderQueryAnswer in interface UserModel

getGraceLoginCount

public int getGraceLoginCount()
Specified by:
getGraceLoginCount in interface UserModel

setGraceLoginCount

public void setGraceLoginCount(int graceLoginCount)
Specified by:
setGraceLoginCount in interface UserModel

getScreenName

public String getScreenName()
Specified by:
getScreenName in interface UserModel

setScreenName

public void setScreenName(String screenName)
Specified by:
setScreenName in interface UserModel

getEmailAddress

public String getEmailAddress()
Specified by:
getEmailAddress in interface UserModel

setEmailAddress

public void setEmailAddress(String emailAddress)
Specified by:
setEmailAddress in interface UserModel

getFacebookId

public long getFacebookId()
Specified by:
getFacebookId in interface UserModel

setFacebookId

public void setFacebookId(long facebookId)
Specified by:
setFacebookId in interface UserModel

getOpenId

public String getOpenId()
Specified by:
getOpenId in interface UserModel

setOpenId

public void setOpenId(String openId)
Specified by:
setOpenId in interface UserModel

getPortraitId

public long getPortraitId()
Specified by:
getPortraitId in interface UserModel

setPortraitId

public void setPortraitId(long portraitId)
Specified by:
setPortraitId in interface UserModel

getLanguageId

public String getLanguageId()
Specified by:
getLanguageId in interface UserModel

setLanguageId

public void setLanguageId(String languageId)
Specified by:
setLanguageId in interface User
Specified by:
setLanguageId in interface UserModel

getTimeZoneId

public String getTimeZoneId()
Specified by:
getTimeZoneId in interface UserModel

setTimeZoneId

public void setTimeZoneId(String timeZoneId)
Specified by:
setTimeZoneId in interface User
Specified by:
setTimeZoneId in interface UserModel

getGreeting

public String getGreeting()
Specified by:
getGreeting in interface UserModel

setGreeting

public void setGreeting(String greeting)
Specified by:
setGreeting in interface UserModel

getComments

public String getComments()
Specified by:
getComments in interface UserModel

setComments

public void setComments(String comments)
Specified by:
setComments in interface UserModel

getFirstName

public String getFirstName()
Specified by:
getFirstName in interface UserModel

setFirstName

public void setFirstName(String firstName)
Specified by:
setFirstName in interface UserModel

getMiddleName

public String getMiddleName()
Specified by:
getMiddleName in interface UserModel

setMiddleName

public void setMiddleName(String middleName)
Specified by:
setMiddleName in interface UserModel

getLastName

public String getLastName()
Specified by:
getLastName in interface UserModel

setLastName

public void setLastName(String lastName)
Specified by:
setLastName in interface UserModel

getJobTitle

public String getJobTitle()
Specified by:
getJobTitle in interface UserModel

setJobTitle

public void setJobTitle(String jobTitle)
Specified by:
setJobTitle in interface UserModel

getLoginDate

public Date getLoginDate()
Specified by:
getLoginDate in interface UserModel

setLoginDate

public void setLoginDate(Date loginDate)
Specified by:
setLoginDate in interface UserModel

getLoginIP

public String getLoginIP()
Specified by:
getLoginIP in interface UserModel

setLoginIP

public void setLoginIP(String loginIP)
Specified by:
setLoginIP in interface UserModel

getLastLoginDate

public Date getLastLoginDate()
Specified by:
getLastLoginDate in interface UserModel

setLastLoginDate

public void setLastLoginDate(Date lastLoginDate)
Specified by:
setLastLoginDate in interface UserModel

getLastLoginIP

public String getLastLoginIP()
Specified by:
getLastLoginIP in interface UserModel

setLastLoginIP

public void setLastLoginIP(String lastLoginIP)
Specified by:
setLastLoginIP in interface UserModel

getLastFailedLoginDate

public Date getLastFailedLoginDate()
Specified by:
getLastFailedLoginDate in interface UserModel

setLastFailedLoginDate

public void setLastFailedLoginDate(Date lastFailedLoginDate)
Specified by:
setLastFailedLoginDate in interface UserModel

getFailedLoginAttempts

public int getFailedLoginAttempts()
Specified by:
getFailedLoginAttempts in interface UserModel

setFailedLoginAttempts

public void setFailedLoginAttempts(int failedLoginAttempts)
Specified by:
setFailedLoginAttempts in interface UserModel

getLockout

public boolean getLockout()
Specified by:
getLockout in interface UserModel

isLockout

public boolean isLockout()
Specified by:
isLockout in interface UserModel

setLockout

public void setLockout(boolean lockout)
Specified by:
setLockout in interface UserModel

getLockoutDate

public Date getLockoutDate()
Specified by:
getLockoutDate in interface UserModel

setLockoutDate

public void setLockoutDate(Date lockoutDate)
Specified by:
setLockoutDate in interface UserModel

getAgreedToTermsOfUse

public boolean getAgreedToTermsOfUse()
Specified by:
getAgreedToTermsOfUse in interface UserModel

isAgreedToTermsOfUse

public boolean isAgreedToTermsOfUse()
Specified by:
isAgreedToTermsOfUse in interface UserModel

setAgreedToTermsOfUse

public void setAgreedToTermsOfUse(boolean agreedToTermsOfUse)
Specified by:
setAgreedToTermsOfUse in interface UserModel

getActive

public boolean getActive()
Specified by:
getActive in interface UserModel

isActive

public boolean isActive()
Specified by:
isActive in interface UserModel

setActive

public void setActive(boolean active)
Specified by:
setActive in interface UserModel

toEscapedModel

public User toEscapedModel()
Specified by:
toEscapedModel in interface UserModel

isNew

public boolean isNew()
Description copied from interface: BaseModel
Determines if this model instance does not yet exist in the database.

Specified by:
isNew in interface BaseModel<User>
Specified by:
isNew in interface UserModel
Returns:
true if this model instance does not yet exist in the database; false otherwise

setNew

public void setNew(boolean n)
Description copied from interface: BaseModel
Sets whether this model instance does not yet exist in the database.

Specified by:
setNew in interface BaseModel<User>
Specified by:
setNew in interface UserModel
Parameters:
n - whether this model instance does not yet exist in the database

isCachedModel

public boolean isCachedModel()
Description copied from interface: BaseModel
Determines if this model instance was retrieved from the entity cache.

Specified by:
isCachedModel in interface BaseModel<User>
Specified by:
isCachedModel in interface UserModel
Returns:
true if this model instance was retrieved from the entity cache; false otherwise
See Also:
BaseModel.setCachedModel(boolean)

setCachedModel

public void setCachedModel(boolean cachedModel)
Description copied from interface: BaseModel
Sets whether this model instance was retrieved from the entity cache.

Specified by:
setCachedModel in interface BaseModel<User>
Specified by:
setCachedModel in interface UserModel
Parameters:
cachedModel - whether this model instance was retrieved from the entity cache
See Also:
EntityCache

isEscapedModel

public boolean isEscapedModel()
Description copied from interface: BaseModel
Determines if this model instance has been wrapped with an HTML auto escape handler.

Specified by:
isEscapedModel in interface BaseModel<User>
Specified by:
isEscapedModel in interface UserModel
Returns:
true if this model instance has been wrapped with an HTML auto escape handler; false otherwise
See Also:
BaseModel.setEscapedModel(boolean)

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Description copied from interface: BaseModel
Sets whether this model instance has been wrapped with an HTML auto escape handler.

A model instance can be wrapped with an HTML auto escape handler using its toEscapedModel method. For example, UserModel.toEscapedModel().

Specified by:
setEscapedModel in interface BaseModel<User>
Specified by:
setEscapedModel in interface UserModel
Parameters:
escapedModel - whether this model instance has been wrapped with an HTML auto escape handler
See Also:
AutoEscapeBeanHandler

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Gets the primary key for this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<User>
Specified by:
getPrimaryKeyObj in interface UserModel
Returns:
the primary key

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Gets the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<User>
Specified by:
getExpandoBridge in interface UserModel
Returns:
the expando bridge

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<User>
Specified by:
setExpandoBridgeAttributes in interface UserModel
Parameters:
serviceContext - the service context to retrieve the expando bridge attributes from
See Also:
ServiceContext.getExpandoBridgeAttributes( )

clone

public Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<User>
Specified by:
clone in interface UserModel
Overrides:
clone in class Object
Returns:
the clone

compareTo

public int compareTo(User user)
Specified by:
compareTo in interface UserModel
Specified by:
compareTo in interface Comparable<User>

hashCode

public int hashCode()
Specified by:
hashCode in interface UserModel
Overrides:
hashCode in class Object

toString

public String toString()
Specified by:
toString in interface UserModel
Overrides:
toString in class Object

toXmlString

public String toXmlString()
Description copied from interface: BaseModel
Gets the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<User>
Specified by:
toXmlString in interface UserModel
Returns:
the XML representation of this model instance

getBirthday

public Date getBirthday()
                 throws PortalException,
                        SystemException
Specified by:
getBirthday in interface User
Throws:
PortalException
SystemException

getCompanyMx

public String getCompanyMx()
                    throws PortalException,
                           SystemException
Specified by:
getCompanyMx in interface User
Throws:
PortalException
SystemException

getContact

public Contact getContact()
                   throws PortalException,
                          SystemException
Specified by:
getContact in interface User
Throws:
PortalException
SystemException

getDisplayEmailAddress

public String getDisplayEmailAddress()
Specified by:
getDisplayEmailAddress in interface User

getDisplayURL

public String getDisplayURL(ThemeDisplay themeDisplay)
                     throws PortalException,
                            SystemException
Specified by:
getDisplayURL in interface User
Throws:
PortalException
SystemException

getDisplayURL

public String getDisplayURL(String portalURL,
                            String mainPath)
                     throws PortalException,
                            SystemException
Specified by:
getDisplayURL in interface User
Throws:
PortalException
SystemException

getFemale

public boolean getFemale()
                  throws PortalException,
                         SystemException
Specified by:
getFemale in interface User
Throws:
PortalException
SystemException

getFullName

public String getFullName()
Specified by:
getFullName in interface User

getGroup

public Group getGroup()
               throws PortalException,
                      SystemException
Specified by:
getGroup in interface User
Throws:
PortalException
SystemException

getGroupIds

public long[] getGroupIds()
                   throws PortalException,
                          SystemException
Specified by:
getGroupIds in interface User
Throws:
PortalException
SystemException

getGroups

public List<Group> getGroups()
                      throws PortalException,
                             SystemException
Specified by:
getGroups in interface User
Throws:
PortalException
SystemException

getLocale

public Locale getLocale()
Specified by:
getLocale in interface User

getLogin

public String getLogin()
                throws PortalException,
                       SystemException
Specified by:
getLogin in interface User
Throws:
PortalException
SystemException

getMale

public boolean getMale()
                throws PortalException,
                       SystemException
Specified by:
getMale in interface User
Throws:
PortalException
SystemException

getMyPlaces

public List<Group> getMyPlaces()
                        throws PortalException,
                               SystemException
Specified by:
getMyPlaces in interface User
Throws:
PortalException
SystemException

getMyPlaces

public List<Group> getMyPlaces(int max)
                        throws PortalException,
                               SystemException
Specified by:
getMyPlaces in interface User
Throws:
PortalException
SystemException

getOrganizationIds

public long[] getOrganizationIds()
                          throws PortalException,
                                 SystemException
Specified by:
getOrganizationIds in interface User
Throws:
PortalException
SystemException

getOrganizations

public List<Organization> getOrganizations()
                                    throws PortalException,
                                           SystemException
Specified by:
getOrganizations in interface User
Throws:
PortalException
SystemException

getPasswordModified

public boolean getPasswordModified()
Specified by:
getPasswordModified in interface User

getPasswordPolicy

public PasswordPolicy getPasswordPolicy()
                                 throws PortalException,
                                        SystemException
Specified by:
getPasswordPolicy in interface User
Throws:
PortalException
SystemException

getPasswordUnencrypted

public String getPasswordUnencrypted()
Specified by:
getPasswordUnencrypted in interface User

getPrivateLayoutsPageCount

public int getPrivateLayoutsPageCount()
                               throws PortalException,
                                      SystemException
Specified by:
getPrivateLayoutsPageCount in interface User
Throws:
PortalException
SystemException

getPublicLayoutsPageCount

public int getPublicLayoutsPageCount()
                              throws PortalException,
                                     SystemException
Specified by:
getPublicLayoutsPageCount in interface User
Throws:
PortalException
SystemException

getReminderQueryQuestions

public Set<String> getReminderQueryQuestions()
                                      throws PortalException,
                                             SystemException
Specified by:
getReminderQueryQuestions in interface User
Throws:
PortalException
SystemException

getRoleIds

public long[] getRoleIds()
                  throws SystemException
Specified by:
getRoleIds in interface User
Throws:
SystemException

getRoles

public List<Role> getRoles()
                    throws SystemException
Specified by:
getRoles in interface User
Throws:
SystemException

getSocialContributionEquity

public double getSocialContributionEquity()
Specified by:
getSocialContributionEquity in interface User

getSocialParticipationEquity

public double getSocialParticipationEquity()
Specified by:
getSocialParticipationEquity in interface User

getSocialPersonalEquity

public double getSocialPersonalEquity()
Specified by:
getSocialPersonalEquity in interface User

getTeamIds

public long[] getTeamIds()
                  throws SystemException
Specified by:
getTeamIds in interface User
Throws:
SystemException

getTeams

public List<Team> getTeams()
                    throws SystemException
Specified by:
getTeams in interface User
Throws:
SystemException

getUserGroupIds

public long[] getUserGroupIds()
                       throws SystemException
Specified by:
getUserGroupIds in interface User
Throws:
SystemException

getUserGroups

public List<UserGroup> getUserGroups()
                              throws SystemException
Specified by:
getUserGroups in interface User
Throws:
SystemException

getTimeZone

public TimeZone getTimeZone()
Specified by:
getTimeZone in interface User

hasCompanyMx

public boolean hasCompanyMx()
                     throws PortalException,
                            SystemException
Specified by:
hasCompanyMx in interface User
Throws:
PortalException
SystemException

hasCompanyMx

public boolean hasCompanyMx(String emailAddress)
                     throws PortalException,
                            SystemException
Specified by:
hasCompanyMx in interface User
Throws:
PortalException
SystemException

hasMyPlaces

public boolean hasMyPlaces()
                    throws SystemException
Specified by:
hasMyPlaces in interface User
Throws:
SystemException

hasOrganization

public boolean hasOrganization()
                        throws PortalException,
                               SystemException
Specified by:
hasOrganization in interface User
Throws:
PortalException
SystemException

hasPrivateLayouts

public boolean hasPrivateLayouts()
                          throws PortalException,
                                 SystemException
Specified by:
hasPrivateLayouts in interface User
Throws:
PortalException
SystemException

hasPublicLayouts

public boolean hasPublicLayouts()
                         throws PortalException,
                                SystemException
Specified by:
hasPublicLayouts in interface User
Throws:
PortalException
SystemException

hasReminderQuery

public boolean hasReminderQuery()
Specified by:
hasReminderQuery in interface User

isFemale

public boolean isFemale()
                 throws PortalException,
                        SystemException
Specified by:
isFemale in interface User
Throws:
PortalException
SystemException

isMale

public boolean isMale()
               throws PortalException,
                      SystemException
Specified by:
isMale in interface User
Throws:
PortalException
SystemException

isPasswordModified

public boolean isPasswordModified()
Specified by:
isPasswordModified in interface User

setPasswordModified

public void setPasswordModified(boolean passwordModified)
Specified by:
setPasswordModified in interface User

setPasswordUnencrypted

public void setPasswordUnencrypted(String passwordUnencrypted)
Specified by:
setPasswordUnencrypted in interface User

updateSocialContributionEquity

public void updateSocialContributionEquity(double value)
Specified by:
updateSocialContributionEquity in interface User

updateSocialParticipationEquity

public void updateSocialParticipationEquity(double value)
Specified by:
updateSocialParticipationEquity in interface User

getWrappedUser

public User getWrappedUser()

Liferay 6.0.3