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()
           
 boolean getFemale()
           
 java.lang.String getFirstName()
           
 java.lang.String getFullName()
           
 Group getGroup()
           
 java.lang.String getLastName()
           
 java.util.Locale getLocale()
           
 Organization getLocation()
           
 java.lang.String getLogin()
           
 boolean getMale()
           
 java.lang.String getMiddleName()
           
 Organization getOrganization()
           
 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 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, 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
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, 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()

getLocation

public Organization getLocation()

getPrivateLayoutsPageCount

public int getPrivateLayoutsPageCount()

hasPrivateLayouts

public boolean hasPrivateLayouts()

getPublicLayoutsPageCount

public int getPublicLayoutsPageCount()

hasPublicLayouts

public boolean hasPublicLayouts()

isLayoutsRequired

public boolean isLayoutsRequired()