com.liferay.portal.model
Interface User

All Superinterfaces:
BaseModel<User>, java.lang.Cloneable, java.lang.Comparable<User>, java.io.Serializable, UserModel
All Known Implementing Classes:
UserWrapper

public interface User
extends UserModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the User_ table in the database.

Customize UserImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
UserModel, UserImpl, UserModelImpl
Generated:

Method Summary
 java.util.Date getBirthday()
           
 java.lang.String getCompanyMx()
           
 Contact getContact()
           
 java.lang.String getDisplayEmailAddress()
           
 java.lang.String getDisplayURL(java.lang.String portalURL, java.lang.String mainPath)
           
 java.lang.String getDisplayURL(ThemeDisplay themeDisplay)
           
 boolean getFemale()
           
 java.lang.String getFullName()
           
 Group getGroup()
           
 long[] getGroupIds()
           
 java.util.List<Group> getGroups()
           
 java.util.Locale getLocale()
           
 java.lang.String getLogin()
           
 boolean getMale()
           
 java.util.List<Group> getMyPlaces()
           
 java.util.List<Group> getMyPlaces(int max)
           
 long[] getOrganizationIds()
           
 java.util.List<Organization> getOrganizations()
           
 boolean getPasswordModified()
           
 PasswordPolicy getPasswordPolicy()
           
 java.lang.String getPasswordUnencrypted()
           
 int getPrivateLayoutsPageCount()
           
 int getPublicLayoutsPageCount()
           
 java.util.Set<java.lang.String> getReminderQueryQuestions()
           
 long[] getRoleIds()
           
 java.util.List<Role> getRoles()
           
 long[] getTeamIds()
           
 java.util.List<Team> getTeams()
           
 java.util.TimeZone getTimeZone()
           
 long[] getUserGroupIds()
           
 java.util.List<UserGroup> getUserGroups()
           
 boolean hasCompanyMx()
           
 boolean hasCompanyMx(java.lang.String emailAddress)
           
 boolean hasMyPlaces()
           
 boolean hasOrganization()
           
 boolean hasPrivateLayouts()
           
 boolean hasPublicLayouts()
           
 boolean hasReminderQuery()
           
 boolean isFemale()
           
 boolean isMale()
           
 boolean isPasswordModified()
           
 void setLanguageId(java.lang.String languageId)
           
 void setPasswordModified(boolean passwordModified)
           
 void setPasswordUnencrypted(java.lang.String passwordUnencrypted)
           
 void setTimeZoneId(java.lang.String timeZoneId)
           
 
Methods inherited from interface com.liferay.portal.model.UserModel
clone, compareTo, getActive, getAgreedToTermsOfUse, getComments, getCompanyId, getContactId, getCreateDate, getDefaultUser, getEmailAddress, getExpandoBridge, getFailedLoginAttempts, getFirstName, getGraceLoginCount, getGreeting, getJobTitle, getLanguageId, getLastFailedLoginDate, getLastLoginDate, getLastLoginIP, getLastName, getLockout, getLockoutDate, getLoginDate, getLoginIP, getMiddleName, getModifiedDate, getOpenId, getPassword, getPasswordEncrypted, getPasswordModifiedDate, getPasswordReset, getPortraitId, getPrimaryKey, getPrimaryKeyObj, getReminderQueryAnswer, getReminderQueryQuestion, getScreenName, getSocialContributionEquity, getSocialParticipationEquity, getSocialPersonalEquity, getTimeZoneId, getUserId, getUserUuid, getUuid, hashCode, isActive, isAgreedToTermsOfUse, isCachedModel, isDefaultUser, isEscapedModel, isLockout, isNew, isPasswordEncrypted, isPasswordReset, setActive, setAgreedToTermsOfUse, setCachedModel, setComments, setCompanyId, setContactId, setCreateDate, setDefaultUser, setEmailAddress, setEscapedModel, setExpandoBridgeAttributes, setFailedLoginAttempts, setFirstName, setGraceLoginCount, setGreeting, setJobTitle, setLastFailedLoginDate, setLastLoginDate, setLastLoginIP, setLastName, setLockout, setLockoutDate, setLoginDate, setLoginIP, setMiddleName, setModifiedDate, setNew, setOpenId, setPassword, setPasswordEncrypted, setPasswordModifiedDate, setPasswordReset, setPortraitId, setPrimaryKey, setReminderQueryAnswer, setReminderQueryQuestion, setScreenName, setSocialContributionEquity, setSocialParticipationEquity, setSocialPersonalEquity, setUserId, setUserUuid, setUuid, toEscapedModel, toString, toXmlString
 

Method Detail

getBirthday

java.util.Date getBirthday()
                           throws PortalException,
                                  SystemException
Throws:
PortalException
SystemException

getCompanyMx

java.lang.String getCompanyMx()
                              throws PortalException,
                                     SystemException
Throws:
PortalException
SystemException

getContact

Contact getContact()
                   throws PortalException,
                          SystemException
Throws:
PortalException
SystemException

getDisplayEmailAddress

java.lang.String getDisplayEmailAddress()

getDisplayURL

java.lang.String getDisplayURL(ThemeDisplay themeDisplay)
                               throws PortalException,
                                      SystemException
Throws:
PortalException
SystemException

getDisplayURL

java.lang.String getDisplayURL(java.lang.String portalURL,
                               java.lang.String mainPath)
                               throws PortalException,
                                      SystemException
Throws:
PortalException
SystemException

getFemale

boolean getFemale()
                  throws PortalException,
                         SystemException
Throws:
PortalException
SystemException

getFullName

java.lang.String getFullName()

getGroup

Group getGroup()
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

getGroupIds

long[] getGroupIds()
                   throws PortalException,
                          SystemException
Throws:
PortalException
SystemException

getGroups

java.util.List<Group> getGroups()
                                throws PortalException,
                                       SystemException
Throws:
PortalException
SystemException

getLocale

java.util.Locale getLocale()

getLogin

java.lang.String getLogin()
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

getMale

boolean getMale()
                throws PortalException,
                       SystemException
Throws:
PortalException
SystemException

getMyPlaces

java.util.List<Group> getMyPlaces()
                                  throws PortalException,
                                         SystemException
Throws:
PortalException
SystemException

getMyPlaces

java.util.List<Group> getMyPlaces(int max)
                                  throws PortalException,
                                         SystemException
Throws:
PortalException
SystemException

getOrganizationIds

long[] getOrganizationIds()
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

getOrganizations

java.util.List<Organization> getOrganizations()
                                              throws PortalException,
                                                     SystemException
Throws:
PortalException
SystemException

getPasswordModified

boolean getPasswordModified()

getPasswordPolicy

PasswordPolicy getPasswordPolicy()
                                 throws PortalException,
                                        SystemException
Throws:
PortalException
SystemException

getPasswordUnencrypted

java.lang.String getPasswordUnencrypted()

getPrivateLayoutsPageCount

int getPrivateLayoutsPageCount()
                               throws PortalException,
                                      SystemException
Throws:
PortalException
SystemException

getPublicLayoutsPageCount

int getPublicLayoutsPageCount()
                              throws PortalException,
                                     SystemException
Throws:
PortalException
SystemException

getReminderQueryQuestions

java.util.Set<java.lang.String> getReminderQueryQuestions()
                                                          throws PortalException,
                                                                 SystemException
Throws:
PortalException
SystemException

getRoleIds

long[] getRoleIds()
                  throws SystemException
Throws:
SystemException

getRoles

java.util.List<Role> getRoles()
                              throws SystemException
Throws:
SystemException

getTeamIds

long[] getTeamIds()
                  throws SystemException
Throws:
SystemException

getTeams

java.util.List<Team> getTeams()
                              throws SystemException
Throws:
SystemException

getUserGroupIds

long[] getUserGroupIds()
                       throws SystemException
Throws:
SystemException

getUserGroups

java.util.List<UserGroup> getUserGroups()
                                        throws SystemException
Throws:
SystemException

getTimeZone

java.util.TimeZone getTimeZone()

hasCompanyMx

boolean hasCompanyMx()
                     throws PortalException,
                            SystemException
Throws:
PortalException
SystemException

hasCompanyMx

boolean hasCompanyMx(java.lang.String emailAddress)
                     throws PortalException,
                            SystemException
Throws:
PortalException
SystemException

hasMyPlaces

boolean hasMyPlaces()
                    throws SystemException
Throws:
SystemException

hasOrganization

boolean hasOrganization()
                        throws PortalException,
                               SystemException
Throws:
PortalException
SystemException

hasPrivateLayouts

boolean hasPrivateLayouts()
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

hasPublicLayouts

boolean hasPublicLayouts()
                         throws PortalException,
                                SystemException
Throws:
PortalException
SystemException

hasReminderQuery

boolean hasReminderQuery()

isFemale

boolean isFemale()
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

isMale

boolean isMale()
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

isPasswordModified

boolean isPasswordModified()

setLanguageId

void setLanguageId(java.lang.String languageId)
Specified by:
setLanguageId in interface UserModel

setPasswordModified

void setPasswordModified(boolean passwordModified)

setPasswordUnencrypted

void setPasswordUnencrypted(java.lang.String passwordUnencrypted)

setTimeZoneId

void setTimeZoneId(java.lang.String timeZoneId)
Specified by:
setTimeZoneId in interface UserModel