|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface User
The extended model interface for the User service. Represents a row in the "User_" database table, with each column mapped to a property of this class.
UserModel,
UserImpl,
UserModelImpl| Method Summary | |
|---|---|
java.util.List<Address> |
getAddresses()
|
java.util.Date |
getBirthday()
|
java.lang.String |
getCompanyMx()
|
Contact |
getContact()
|
java.lang.String |
getDigest()
Returns the digest of this user. |
java.lang.String |
getDigest(java.lang.String password)
|
java.lang.String |
getDisplayEmailAddress()
|
java.lang.String |
getDisplayURL(java.lang.String portalURL,
java.lang.String mainPath)
|
java.lang.String |
getDisplayURL(ThemeDisplay themeDisplay)
|
java.util.List<EmailAddress> |
getEmailAddresses()
|
boolean |
getFemale()
|
java.lang.String |
getFullName()
|
Group |
getGroup()
|
long |
getGroupId()
|
long[] |
getGroupIds()
|
java.util.List<Group> |
getGroups()
|
java.util.Locale |
getLocale()
|
java.lang.String |
getLogin()
|
boolean |
getMale()
|
java.util.List<Group> |
getMySites()
|
java.util.List<Group> |
getMySites(boolean includeControlPanel,
int max)
|
java.util.List<Group> |
getMySites(int max)
|
java.util.List<Group> |
getMySites(java.lang.String[] classNames,
boolean includeControlPanel,
int max)
|
java.util.List<Group> |
getMySites(java.lang.String[] classNames,
int max)
|
long[] |
getOrganizationIds()
|
long[] |
getOrganizationIds(boolean includeAdministrative)
|
java.util.List<Organization> |
getOrganizations()
|
java.util.List<Organization> |
getOrganizations(boolean includeAdministrative)
|
boolean |
getPasswordModified()
|
PasswordPolicy |
getPasswordPolicy()
|
java.lang.String |
getPasswordUnencrypted()
|
java.util.List<Phone> |
getPhones()
|
java.lang.String |
getPortraitURL(ThemeDisplay themeDisplay)
|
int |
getPrivateLayoutsPageCount()
|
int |
getPublicLayoutsPageCount()
|
java.util.Set<java.lang.String> |
getReminderQueryQuestions()
|
long[] |
getRoleIds()
|
java.util.List<Role> |
getRoles()
|
long[] |
getTeamIds()
|
java.util.List<Team> |
getTeams()
|
java.util.TimeZone |
getTimeZone()
|
long[] |
getUserGroupIds()
|
java.util.List<UserGroup> |
getUserGroups()
|
java.util.List<Website> |
getWebsites()
|
boolean |
hasCompanyMx()
|
boolean |
hasCompanyMx(java.lang.String emailAddress)
|
boolean |
hasMySites()
|
boolean |
hasOrganization()
|
boolean |
hasPrivateLayouts()
|
boolean |
hasPublicLayouts()
|
boolean |
hasReminderQuery()
|
boolean |
isActive()
|
boolean |
isFemale()
|
boolean |
isMale()
|
boolean |
isPasswordModified()
|
void |
setLanguageId(java.lang.String languageId)
Sets the language ID of this user. |
void |
setPasswordModified(boolean passwordModified)
|
void |
setPasswordUnencrypted(java.lang.String passwordUnencrypted)
|
void |
setTimeZoneId(java.lang.String timeZoneId)
Sets the time zone ID of this user. |
| Methods inherited from interface com.liferay.portal.model.BaseModel |
|---|
getModelAttributes, resetOriginalValues, setModelAttributes |
| Methods inherited from interface com.liferay.portal.model.ClassedModel |
|---|
getModelClass, getModelClassName |
| Methods inherited from interface com.liferay.portal.model.PersistedModel |
|---|
persist |
| Method Detail |
|---|
java.util.List<Address> getAddresses()
throws SystemException
SystemException
java.util.Date getBirthday()
throws PortalException,
SystemException
PortalException
SystemException
java.lang.String getCompanyMx()
throws PortalException,
SystemException
PortalException
SystemException
Contact getContact()
throws PortalException,
SystemException
PortalException
SystemExceptionjava.lang.String getDigest()
UserModel
getDigest in interface UserModeljava.lang.String getDigest(java.lang.String password)
java.lang.String getDisplayEmailAddress()
java.lang.String getDisplayURL(java.lang.String portalURL,
java.lang.String mainPath)
throws PortalException,
SystemException
PortalException
SystemException
java.lang.String getDisplayURL(ThemeDisplay themeDisplay)
throws PortalException,
SystemException
PortalException
SystemException
java.util.List<EmailAddress> getEmailAddresses()
throws SystemException
SystemException
boolean getFemale()
throws PortalException,
SystemException
PortalException
SystemException@AutoEscape java.lang.String getFullName()
Group getGroup()
throws PortalException,
SystemException
PortalException
SystemException
long getGroupId()
throws PortalException,
SystemException
PortalException
SystemException
long[] getGroupIds()
throws PortalException,
SystemException
PortalException
SystemException
java.util.List<Group> getGroups()
throws PortalException,
SystemException
PortalException
SystemExceptionjava.util.Locale getLocale()
java.lang.String getLogin()
throws PortalException,
SystemException
PortalException
SystemException
boolean getMale()
throws PortalException,
SystemException
PortalException
SystemException
java.util.List<Group> getMySites()
throws PortalException,
SystemException
PortalException
SystemException
java.util.List<Group> getMySites(boolean includeControlPanel,
int max)
throws PortalException,
SystemException
PortalException
SystemException
java.util.List<Group> getMySites(int max)
throws PortalException,
SystemException
PortalException
SystemException
java.util.List<Group> getMySites(java.lang.String[] classNames,
boolean includeControlPanel,
int max)
throws PortalException,
SystemException
PortalException
SystemException
java.util.List<Group> getMySites(java.lang.String[] classNames,
int max)
throws PortalException,
SystemException
PortalException
SystemException
long[] getOrganizationIds()
throws PortalException,
SystemException
PortalException
SystemException
long[] getOrganizationIds(boolean includeAdministrative)
throws PortalException,
SystemException
PortalException
SystemException
java.util.List<Organization> getOrganizations()
throws PortalException,
SystemException
PortalException
SystemException
java.util.List<Organization> getOrganizations(boolean includeAdministrative)
throws PortalException,
SystemException
PortalException
SystemExceptionboolean getPasswordModified()
PasswordPolicy getPasswordPolicy()
throws PortalException,
SystemException
PortalException
SystemExceptionjava.lang.String getPasswordUnencrypted()
java.util.List<Phone> getPhones()
throws SystemException
SystemException
java.lang.String getPortraitURL(ThemeDisplay themeDisplay)
throws PortalException,
SystemException
PortalException
SystemException
int getPrivateLayoutsPageCount()
throws PortalException,
SystemException
PortalException
SystemException
int getPublicLayoutsPageCount()
throws PortalException,
SystemException
PortalException
SystemException
java.util.Set<java.lang.String> getReminderQueryQuestions()
throws PortalException,
SystemException
PortalException
SystemException
long[] getRoleIds()
throws SystemException
SystemException
java.util.List<Role> getRoles()
throws SystemException
SystemException
long[] getTeamIds()
throws SystemException
SystemException
java.util.List<Team> getTeams()
throws SystemException
SystemExceptionjava.util.TimeZone getTimeZone()
long[] getUserGroupIds()
throws SystemException
SystemException
java.util.List<UserGroup> getUserGroups()
throws SystemException
SystemException
java.util.List<Website> getWebsites()
throws SystemException
SystemException
boolean hasCompanyMx()
throws PortalException,
SystemException
PortalException
SystemException
boolean hasCompanyMx(java.lang.String emailAddress)
throws PortalException,
SystemException
PortalException
SystemException
boolean hasMySites()
throws PortalException,
SystemException
PortalException
SystemException
boolean hasOrganization()
throws PortalException,
SystemException
PortalException
SystemException
boolean hasPrivateLayouts()
throws PortalException,
SystemException
PortalException
SystemException
boolean hasPublicLayouts()
throws PortalException,
SystemException
PortalException
SystemExceptionboolean hasReminderQuery()
boolean isActive()
boolean isFemale()
throws PortalException,
SystemException
PortalException
SystemException
boolean isMale()
throws PortalException,
SystemException
PortalException
SystemExceptionboolean isPasswordModified()
void setLanguageId(java.lang.String languageId)
UserModel
setLanguageId in interface UserModellanguageId - the language ID of this uservoid setPasswordModified(boolean passwordModified)
void setPasswordUnencrypted(java.lang.String passwordUnencrypted)
void setTimeZoneId(java.lang.String timeZoneId)
UserModel
setTimeZoneId in interface UserModeltimeZoneId - the time zone ID of this user
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||