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
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 java.lang.Comparable |
compareTo |
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()