com.liferay.portal.model
Interface User
- All Superinterfaces:
- BaseModel<User>, java.lang.Cloneable, java.lang.Comparable<User>, 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 UserImpl
and rerun the
ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
UserModel
,
UserImpl
,
UserModelImpl
Methods inherited from interface com.liferay.portal.model.UserModel |
getActive, getAgreedToTermsOfUse, getComments, getCompanyId, getContactId, getCreateDate, getDefaultUser, getEmailAddress, getFailedLoginAttempts, getFirstName, getGraceLoginCount, getGreeting, getJobTitle, getLanguageId, getLastFailedLoginDate, getLastLoginDate, getLastLoginIP, getLastName, getLockout, getLockoutDate, getLoginDate, getLoginIP, getMiddleName, getModifiedDate, getOpenId, getPassword, getPasswordEncrypted, getPasswordModifiedDate, getPasswordReset, getPortraitId, getPrimaryKey, getScreenName, getTimeZoneId, getUserId, getUserUuid, getUuid, isActive, isAgreedToTermsOfUse, isDefaultUser, isLockout, isPasswordEncrypted, isPasswordReset, setActive, setAgreedToTermsOfUse, setComments, setCompanyId, setContactId, setCreateDate, setDefaultUser, setEmailAddress, setFailedLoginAttempts, setFirstName, setGraceLoginCount, setGreeting, setJobTitle, setLastFailedLoginDate, setLastLoginDate, setLastLoginIP, setLastName, setLockout, setLockoutDate, setLoginDate, setLoginIP, setMiddleName, setModifiedDate, setOpenId, setPassword, setPasswordEncrypted, setPasswordModifiedDate, setPasswordReset, setPortraitId, setPrimaryKey, setScreenName, setUserId, setUserUuid, setUuid, toEscapedModel |
Methods inherited from interface java.lang.Comparable |
compareTo |
getCompanyMx
java.lang.String getCompanyMx()
hasCompanyMx
boolean hasCompanyMx()
hasCompanyMx
boolean hasCompanyMx(java.lang.String emailAddress)
getLogin
java.lang.String getLogin()
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getPasswordPolicy
PasswordPolicy getPasswordPolicy()
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getPasswordUnencrypted
java.lang.String getPasswordUnencrypted()
setPasswordUnencrypted
void setPasswordUnencrypted(java.lang.String passwordUnencrypted)
getPasswordModified
boolean getPasswordModified()
isPasswordModified
boolean isPasswordModified()
setPasswordModified
void setPasswordModified(boolean passwordModified)
getLocale
java.util.Locale getLocale()
setLanguageId
void setLanguageId(java.lang.String languageId)
- Specified by:
setLanguageId
in interface UserModel
getTimeZone
java.util.TimeZone getTimeZone()
setTimeZoneId
void setTimeZoneId(java.lang.String timeZoneId)
- Specified by:
setTimeZoneId
in interface UserModel
getContact
Contact getContact()
getFullName
java.lang.String getFullName()
getMale
boolean getMale()
isMale
boolean isMale()
getFemale
boolean getFemale()
isFemale
boolean isFemale()
getBirthday
java.util.Date getBirthday()
getGroup
Group getGroup()
getOrganization
Organization getOrganization()
getOrganizationIds
long[] getOrganizationIds()
getOrganizations
java.util.List<Organization> getOrganizations()
hasOrganization
boolean hasOrganization()
getLocation
Organization getLocation()
getLocationId
long getLocationId()
hasLocation
boolean hasLocation()
getPrivateLayoutsPageCount
int getPrivateLayoutsPageCount()
hasPrivateLayouts
boolean hasPrivateLayouts()
getPublicLayoutsPageCount
int getPublicLayoutsPageCount()
hasPublicLayouts
boolean hasPublicLayouts()
getMyPlaces
java.util.List<Group> getMyPlaces()
getMyPlaces
java.util.List<Group> getMyPlaces(int max)
hasMyPlaces
boolean hasMyPlaces()
getDisplayURL
java.lang.String getDisplayURL(ThemeDisplay themeDisplay)
getDisplayURL
java.lang.String getDisplayURL(java.lang.String portalURL,
java.lang.String mainPath)