|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.User>
com.liferay.portal.model.impl.UserModelImpl
com.liferay.portal.model.impl.UserImpl
public class UserImpl
| Field Summary |
|---|
| Fields inherited from class com.liferay.portal.model.impl.UserModelImpl |
|---|
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, FINDER_CACHE_ENABLED_USERS_GROUPS, FINDER_CACHE_ENABLED_USERS_ORGS, FINDER_CACHE_ENABLED_USERS_PERMISSIONS, FINDER_CACHE_ENABLED_USERS_ROLES, FINDER_CACHE_ENABLED_USERS_USERGROUPS, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER |
| Constructor Summary | |
|---|---|
UserImpl()
|
|
| Method Summary | |
|---|---|
java.util.Date |
getBirthday()
|
java.lang.String |
getCompanyMx()
|
com.liferay.portal.model.Contact |
getContact()
|
java.lang.String |
getDisplayURL(java.lang.String portalURL,
java.lang.String mainPath)
|
java.lang.String |
getDisplayURL(com.liferay.portal.theme.ThemeDisplay themeDisplay)
|
boolean |
getFemale()
|
java.lang.String |
getFullName()
|
com.liferay.portal.model.Group |
getGroup()
|
java.util.Locale |
getLocale()
|
com.liferay.portal.model.Organization |
getLocation()
Deprecated. |
long |
getLocationId()
Deprecated. |
java.lang.String |
getLogin()
|
boolean |
getMale()
|
java.util.List<com.liferay.portal.model.Group> |
getMyPlaces()
|
java.util.List<com.liferay.portal.model.Group> |
getMyPlaces(int max)
|
com.liferay.portal.model.Organization |
getOrganization()
Deprecated. Will return the first regular organization of the list in alphabetical order. |
long[] |
getOrganizationIds()
|
java.util.List<com.liferay.portal.model.Organization> |
getOrganizations()
|
boolean |
getPasswordModified()
|
com.liferay.portal.model.PasswordPolicy |
getPasswordPolicy()
|
java.lang.String |
getPasswordUnencrypted()
|
int |
getPrivateLayoutsPageCount()
|
int |
getPublicLayoutsPageCount()
|
java.util.TimeZone |
getTimeZone()
|
boolean |
hasCompanyMx()
|
boolean |
hasCompanyMx(java.lang.String emailAddress)
|
boolean |
hasLocation()
Deprecated. |
boolean |
hasMyPlaces()
|
boolean |
hasOrganization()
|
boolean |
hasPrivateLayouts()
|
boolean |
hasPublicLayouts()
|
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 class com.liferay.portal.model.impl.BaseModelImpl |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| 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 com.liferay.portal.model.BaseModel |
|---|
clone, getPrimaryKeyObj, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Constructor Detail |
|---|
public UserImpl()
| Method Detail |
|---|
public java.lang.String getCompanyMx()
getCompanyMx in interface com.liferay.portal.model.Userpublic boolean hasCompanyMx()
hasCompanyMx in interface com.liferay.portal.model.Userpublic boolean hasCompanyMx(java.lang.String emailAddress)
hasCompanyMx in interface com.liferay.portal.model.User
public java.lang.String getLogin()
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
getLogin in interface com.liferay.portal.model.Usercom.liferay.portal.PortalException
com.liferay.portal.SystemException
public com.liferay.portal.model.PasswordPolicy getPasswordPolicy()
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
getPasswordPolicy in interface com.liferay.portal.model.Usercom.liferay.portal.PortalException
com.liferay.portal.SystemExceptionpublic java.lang.String getPasswordUnencrypted()
getPasswordUnencrypted in interface com.liferay.portal.model.Userpublic void setPasswordUnencrypted(java.lang.String passwordUnencrypted)
setPasswordUnencrypted in interface com.liferay.portal.model.Userpublic boolean getPasswordModified()
getPasswordModified in interface com.liferay.portal.model.Userpublic boolean isPasswordModified()
isPasswordModified in interface com.liferay.portal.model.Userpublic void setPasswordModified(boolean passwordModified)
setPasswordModified in interface com.liferay.portal.model.Userpublic java.util.Locale getLocale()
getLocale in interface com.liferay.portal.model.Userpublic void setLanguageId(java.lang.String languageId)
setLanguageId in interface com.liferay.portal.model.UsersetLanguageId in interface com.liferay.portal.model.UserModelsetLanguageId in class UserModelImplpublic java.util.TimeZone getTimeZone()
getTimeZone in interface com.liferay.portal.model.Userpublic void setTimeZoneId(java.lang.String timeZoneId)
setTimeZoneId in interface com.liferay.portal.model.UsersetTimeZoneId in interface com.liferay.portal.model.UserModelsetTimeZoneId in class UserModelImplpublic com.liferay.portal.model.Contact getContact()
getContact in interface com.liferay.portal.model.Userpublic java.lang.String getFullName()
getFullName in interface com.liferay.portal.model.Userpublic boolean getMale()
getMale in interface com.liferay.portal.model.Userpublic boolean isMale()
isMale in interface com.liferay.portal.model.Userpublic boolean getFemale()
getFemale in interface com.liferay.portal.model.Userpublic boolean isFemale()
isFemale in interface com.liferay.portal.model.Userpublic java.util.Date getBirthday()
getBirthday in interface com.liferay.portal.model.Userpublic com.liferay.portal.model.Group getGroup()
getGroup in interface com.liferay.portal.model.Userpublic com.liferay.portal.model.Organization getOrganization()
getOrganization in interface com.liferay.portal.model.Userpublic long[] getOrganizationIds()
getOrganizationIds in interface com.liferay.portal.model.Userpublic java.util.List<com.liferay.portal.model.Organization> getOrganizations()
getOrganizations in interface com.liferay.portal.model.Userpublic boolean hasOrganization()
hasOrganization in interface com.liferay.portal.model.Userpublic com.liferay.portal.model.Organization getLocation()
getLocation in interface com.liferay.portal.model.Userpublic long getLocationId()
getLocationId in interface com.liferay.portal.model.Userpublic boolean hasLocation()
hasLocation in interface com.liferay.portal.model.Userpublic int getPrivateLayoutsPageCount()
getPrivateLayoutsPageCount in interface com.liferay.portal.model.Userpublic boolean hasPrivateLayouts()
hasPrivateLayouts in interface com.liferay.portal.model.Userpublic int getPublicLayoutsPageCount()
getPublicLayoutsPageCount in interface com.liferay.portal.model.Userpublic boolean hasPublicLayouts()
hasPublicLayouts in interface com.liferay.portal.model.Userpublic java.util.List<com.liferay.portal.model.Group> getMyPlaces()
getMyPlaces in interface com.liferay.portal.model.Userpublic java.util.List<com.liferay.portal.model.Group> getMyPlaces(int max)
getMyPlaces in interface com.liferay.portal.model.Userpublic boolean hasMyPlaces()
hasMyPlaces in interface com.liferay.portal.model.Userpublic java.lang.String getDisplayURL(com.liferay.portal.theme.ThemeDisplay themeDisplay)
getDisplayURL in interface com.liferay.portal.model.User
public java.lang.String getDisplayURL(java.lang.String portalURL,
java.lang.String mainPath)
getDisplayURL in interface com.liferay.portal.model.User
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||