com.liferay.portal.model
Interface User

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, UserModel

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 com.liferay.portal.service.model.impl.UserImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portal.service.model.UserModel, com.liferay.portal.service.model.impl.UserImpl, com.liferay.portal.service.model.impl.UserModelImpl

Method Summary
 java.util.Date getBirthday()
           
 java.lang.String getCompanyMx()
           
 Contact getContact()
           
 java.lang.String getDisplayURL(java.lang.String portalURL)
           
 boolean getFemale()
           
 java.lang.String getFirstName()
           
 java.lang.String getFullName()
           
 Group getGroup()
           
 java.lang.String getLastName()
           
 java.util.Locale getLocale()
           
 Organization getLocation()
           
 long getLocationId()
           
 java.lang.String getLogin()
           
 boolean getMale()
           
 java.lang.String getMiddleName()
           
 java.util.List getMyPlaces()
           
 Organization getOrganization()
           
 long[] getOrganizationIds()
           
 java.util.List getOrganizations()
           
 boolean getPasswordModified()
           
 PasswordPolicy getPasswordPolicy()
           
 java.lang.String getPasswordUnencrypted()
           
 int getPrivateLayoutsPageCount()
           
 int getPublicLayoutsPageCount()
           
 java.util.TimeZone getTimeZone()
           
 boolean hasCompanyMx()
           
 boolean hasCompanyMx(java.lang.String emailAddress)
           
 boolean hasLocation()
           
 boolean hasMyPlaces()
           
 boolean hasOrganization()
           
 boolean hasPrivateLayouts()
           
 boolean hasPublicLayouts()
           
 boolean isFemale()
           
 boolean isLayoutsRequired()
           
 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
getActive, getAgreedToTermsOfUse, getComments, getCompanyId, getContactId, getCreateDate, getDefaultUser, getEmailAddress, getFailedLoginAttempts, getGraceLoginCount, getGreeting, getLanguageId, getLastFailedLoginDate, getLastLoginDate, getLastLoginIP, getLockout, getLockoutDate, getLoginDate, getLoginIP, getModifiedDate, getPassword, getPasswordEncrypted, getPasswordModifiedDate, getPasswordReset, getPortraitId, getPrimaryKey, getScreenName, getTimeZoneId, getUserId, getUuid, isActive, isAgreedToTermsOfUse, isDefaultUser, isLockout, isPasswordEncrypted, isPasswordReset, setActive, setAgreedToTermsOfUse, setComments, setCompanyId, setContactId, setCreateDate, setDefaultUser, setEmailAddress, setFailedLoginAttempts, setGraceLoginCount, setGreeting, setLastFailedLoginDate, setLastLoginDate, setLastLoginIP, setLockout, setLockoutDate, setLoginDate, setLoginIP, setModifiedDate, setPassword, setPasswordEncrypted, setPasswordModifiedDate, setPasswordReset, setPortraitId, setPrimaryKey, setScreenName, setUserId, setUuid, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getCompanyMx

public java.lang.String getCompanyMx()

hasCompanyMx

public boolean hasCompanyMx()

hasCompanyMx

public boolean hasCompanyMx(java.lang.String emailAddress)

getLogin

public java.lang.String getLogin()
                          throws com.liferay.portal.SystemException,
                                 com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getPasswordPolicy

public PasswordPolicy getPasswordPolicy()
                                 throws com.liferay.portal.SystemException,
                                        com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getPasswordUnencrypted

public java.lang.String getPasswordUnencrypted()

setPasswordUnencrypted

public void setPasswordUnencrypted(java.lang.String passwordUnencrypted)

getPasswordModified

public boolean getPasswordModified()

isPasswordModified

public boolean isPasswordModified()

setPasswordModified

public void setPasswordModified(boolean passwordModified)

getLocale

public java.util.Locale getLocale()

setLanguageId

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

getTimeZone

public java.util.TimeZone getTimeZone()

setTimeZoneId

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

getContact

public Contact getContact()

getFirstName

public java.lang.String getFirstName()

getMiddleName

public java.lang.String getMiddleName()

getLastName

public java.lang.String getLastName()

getFullName

public java.lang.String getFullName()

getMale

public boolean getMale()

isMale

public boolean isMale()

getFemale

public boolean getFemale()

isFemale

public boolean isFemale()

getBirthday

public java.util.Date getBirthday()

getGroup

public Group getGroup()

getOrganization

public Organization getOrganization()

getOrganizationIds

public long[] getOrganizationIds()

getOrganizations

public java.util.List getOrganizations()

hasOrganization

public boolean hasOrganization()

getLocation

public Organization getLocation()

getLocationId

public long getLocationId()

hasLocation

public boolean hasLocation()

getPrivateLayoutsPageCount

public int getPrivateLayoutsPageCount()

hasPrivateLayouts

public boolean hasPrivateLayouts()

getPublicLayoutsPageCount

public int getPublicLayoutsPageCount()

hasPublicLayouts

public boolean hasPublicLayouts()

isLayoutsRequired

public boolean isLayoutsRequired()

getMyPlaces

public java.util.List getMyPlaces()

hasMyPlaces

public boolean hasMyPlaces()

getDisplayURL

public java.lang.String getDisplayURL(java.lang.String portalURL)