|
Liferay 6.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ProviderType 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 | |
|---|---|
abstract void |
addRemotePreference(RemotePreference remotePreference)
|
abstract List<Address> |
getAddresses()
|
abstract Date |
getBirthday()
|
abstract String |
getCompanyMx()
|
abstract Contact |
getContact()
|
abstract String |
getDigest(String password)
|
abstract String |
getDisplayEmailAddress()
|
abstract String |
getDisplayURL(String portalURL,
String mainPath)
Deprecated. As of 7.0.0, replaced by getDisplayURL(ThemeDisplay) |
abstract String |
getDisplayURL(String portalURL,
String mainPath,
boolean privateLayout)
Deprecated. As of 7.0.0, replaced by getDisplayURL(ThemeDisplay) |
abstract String |
getDisplayURL(ThemeDisplay themeDisplay)
Returns the user's display URL based on the theme display, discounting the URL of the user's default intranet site home page. |
abstract String |
getDisplayURL(ThemeDisplay themeDisplay,
boolean privateLayout)
Returns the user's display URL based on the theme display. |
abstract List<EmailAddress> |
getEmailAddresses()
Returns the user's email addresses. |
abstract boolean |
getFemale()
Returns true if the user is female. |
abstract String |
getFullName()
Returns the user's full name. |
abstract Group |
getGroup()
|
abstract long |
getGroupId()
|
abstract long[] |
getGroupIds()
|
abstract List<Group> |
getGroups()
|
abstract Locale |
getLocale()
|
abstract String |
getLogin()
|
abstract boolean |
getMale()
Returns true if the user is male. |
abstract List<Group> |
getMySiteGroups()
|
abstract List<Group> |
getMySiteGroups(boolean includeControlPanel,
int max)
|
abstract List<Group> |
getMySiteGroups(int max)
|
abstract List<Group> |
getMySiteGroups(String[] classNames,
boolean includeControlPanel,
int max)
|
abstract List<Group> |
getMySiteGroups(String[] classNames,
int max)
|
abstract List<Group> |
getMySites()
Deprecated. As of 6.2.0, replaced by getMySiteGroups() |
abstract List<Group> |
getMySites(boolean includeControlPanel,
int max)
Deprecated. As of 6.2.0, replaced by getMySiteGroups(boolean,
int) |
abstract List<Group> |
getMySites(int max)
Deprecated. As of 6.2.0, replaced by getMySiteGroups(int) |
abstract List<Group> |
getMySites(String[] classNames,
boolean includeControlPanel,
int max)
Deprecated. As of 6.2.0, replaced by getMySiteGroups(String[],
boolean, int) |
abstract List<Group> |
getMySites(String[] classNames,
int max)
Deprecated. As of 6.2.0, replaced by getMySiteGroups(String[],
int) |
abstract long[] |
getOrganizationIds()
|
abstract long[] |
getOrganizationIds(boolean includeAdministrative)
|
abstract List<Organization> |
getOrganizations()
|
abstract List<Organization> |
getOrganizations(boolean includeAdministrative)
|
abstract boolean |
getPasswordModified()
|
abstract PasswordPolicy |
getPasswordPolicy()
|
abstract String |
getPasswordUnencrypted()
|
abstract List<Phone> |
getPhones()
|
abstract String |
getPortraitURL(ThemeDisplay themeDisplay)
|
abstract int |
getPrivateLayoutsPageCount()
|
abstract int |
getPublicLayoutsPageCount()
|
abstract Set<String> |
getReminderQueryQuestions()
|
abstract RemotePreference |
getRemotePreference(String name)
|
abstract Iterable<RemotePreference> |
getRemotePreferences()
|
abstract long[] |
getRoleIds()
|
abstract List<Role> |
getRoles()
|
abstract List<Group> |
getSiteGroups()
|
abstract List<Group> |
getSiteGroups(boolean includeAdministrative)
|
abstract long[] |
getTeamIds()
|
abstract List<Team> |
getTeams()
|
abstract TimeZone |
getTimeZone()
|
abstract long[] |
getUserGroupIds()
|
abstract List<UserGroup> |
getUserGroups()
|
abstract List<Website> |
getWebsites()
|
abstract boolean |
hasCompanyMx()
|
abstract boolean |
hasCompanyMx(String emailAddress)
|
abstract boolean |
hasMySites()
|
abstract boolean |
hasOrganization()
|
abstract boolean |
hasPrivateLayouts()
|
abstract boolean |
hasPublicLayouts()
|
abstract boolean |
hasReminderQuery()
|
abstract boolean |
isActive()
|
abstract boolean |
isEmailAddressComplete()
|
abstract boolean |
isEmailAddressVerificationComplete()
|
abstract boolean |
isFemale()
|
abstract boolean |
isMale()
|
abstract boolean |
isPasswordModified()
|
abstract boolean |
isReminderQueryComplete()
|
abstract boolean |
isSetupComplete()
|
abstract boolean |
isTermsOfUseComplete()
|
abstract void |
setPasswordModified(boolean passwordModified)
|
abstract void |
setPasswordUnencrypted(String passwordUnencrypted)
|
| Methods inherited from interface com.liferay.portal.model.BaseModel |
|---|
getModelAttributes, resetOriginalValues, setModelAttributes |
| Methods inherited from interface com.liferay.portal.model.StagedModel |
|---|
getStagedModelType |
| Methods inherited from interface com.liferay.portal.model.ClassedModel |
|---|
getModelClass, getModelClassName |
| Methods inherited from interface com.liferay.portal.model.PersistedModel |
|---|
persist |
| Method Detail |
|---|
void addRemotePreference(RemotePreference remotePreference)
List<Address> getAddresses()
throws SystemException
SystemException
Date getBirthday()
throws PortalException,
SystemException
PortalException
SystemException
String getCompanyMx()
throws PortalException,
SystemException
PortalException
SystemException
Contact getContact()
throws PortalException,
SystemException
PortalException
SystemExceptionString getDigest(String password)
String getDisplayEmailAddress()
@Deprecated
String getDisplayURL(String portalURL,
String mainPath)
throws PortalException,
SystemException
getDisplayURL(ThemeDisplay)
The logic for the display URL to return is as follows:
portalURL - the portal's URLmainPath - the main path
PortalException - if a portal exception occurred
SystemException - if a system exception occurred
@Deprecated
String getDisplayURL(String portalURL,
String mainPath,
boolean privateLayout)
throws PortalException,
SystemException
getDisplayURL(ThemeDisplay)
The logic for the display URL to return is as follows:
privateLayout is true, return the URL
of the user's default intranet site home page.
portalURL - the portal's URLmainPath - the main pathprivateLayout - whether to use the URL of the user's default
intranet(versus extranet) site home page, if no friendly URL
is available for the user's profile
PortalException - if a portal exception occurred
SystemException - if a system exception occurred
String getDisplayURL(ThemeDisplay themeDisplay)
throws PortalException,
SystemException
The logic for the display URL to return is as follows:
themeDisplay - the theme display
PortalException - if a portal exception occurred
SystemException - if a system exception occurred
String getDisplayURL(ThemeDisplay themeDisplay,
boolean privateLayout)
throws PortalException,
SystemException
The logic for the display URL to return is as follows:
privateLayout is true, return the URL
of the user's default intranet site home page.
themeDisplay - the theme displayprivateLayout - whether to use the URL of the user's default
intranet (versus extranet) site home page, if no friendly URL is
available for the user's profile
PortalException - if a portal exception occurred
SystemException - if a system exception occurred
List<EmailAddress> getEmailAddresses()
throws SystemException
SystemException - if a system exception occurred
boolean getFemale()
throws PortalException,
SystemException
true if the user is female.
true if the user is female; false
otherwise
PortalException - if a portal exception occurred
SystemException - if a system exception occurred@AutoEscape String getFullName()
Group getGroup()
throws PortalException,
SystemException
PortalException
SystemException
long getGroupId()
throws PortalException,
SystemException
PortalException
SystemException
long[] getGroupIds()
throws SystemException
SystemException
List<Group> getGroups()
throws SystemException
SystemExceptionLocale getLocale()
String getLogin()
throws PortalException,
SystemException
PortalException
SystemException
boolean getMale()
throws PortalException,
SystemException
true if the user is male.
true if the user is male; false
otherwise
PortalException - if a portal exception occurred
SystemException - if a system exception occurred
List<Group> getMySiteGroups()
throws PortalException,
SystemException
PortalException
SystemException
List<Group> getMySiteGroups(boolean includeControlPanel,
int max)
throws PortalException,
SystemException
PortalException
SystemException
List<Group> getMySiteGroups(int max)
throws PortalException,
SystemException
PortalException
SystemException
List<Group> getMySiteGroups(String[] classNames,
boolean includeControlPanel,
int max)
throws PortalException,
SystemException
PortalException
SystemException
List<Group> getMySiteGroups(String[] classNames,
int max)
throws PortalException,
SystemException
PortalException
SystemException
List<Group> getMySites()
throws PortalException,
SystemException
getMySiteGroups()
PortalException
SystemException
List<Group> getMySites(boolean includeControlPanel,
int max)
throws PortalException,
SystemException
getMySiteGroups(boolean,
int)
PortalException
SystemException
List<Group> getMySites(int max)
throws PortalException,
SystemException
getMySiteGroups(int)
PortalException
SystemException
List<Group> getMySites(String[] classNames,
boolean includeControlPanel,
int max)
throws PortalException,
SystemException
getMySiteGroups(String[],
boolean, int)
PortalException
SystemException
List<Group> getMySites(String[] classNames,
int max)
throws PortalException,
SystemException
getMySiteGroups(String[],
int)
PortalException
SystemException
long[] getOrganizationIds()
throws PortalException,
SystemException
PortalException
SystemException
long[] getOrganizationIds(boolean includeAdministrative)
throws PortalException,
SystemException
PortalException
SystemException
List<Organization> getOrganizations()
throws PortalException,
SystemException
PortalException
SystemException
List<Organization> getOrganizations(boolean includeAdministrative)
throws PortalException,
SystemException
PortalException
SystemExceptionboolean getPasswordModified()
PasswordPolicy getPasswordPolicy()
throws PortalException,
SystemException
PortalException
SystemExceptionString getPasswordUnencrypted()
List<Phone> getPhones()
throws SystemException
SystemException
String getPortraitURL(ThemeDisplay themeDisplay)
throws PortalException,
SystemException
PortalException
SystemException
int getPrivateLayoutsPageCount()
throws PortalException,
SystemException
PortalException
SystemException
int getPublicLayoutsPageCount()
throws PortalException,
SystemException
PortalException
SystemException
Set<String> getReminderQueryQuestions()
throws PortalException,
SystemException
PortalException
SystemExceptionRemotePreference getRemotePreference(String name)
Iterable<RemotePreference> getRemotePreferences()
long[] getRoleIds()
throws SystemException
SystemException
List<Role> getRoles()
throws SystemException
SystemException
List<Group> getSiteGroups()
throws PortalException,
SystemException
PortalException
SystemException
List<Group> getSiteGroups(boolean includeAdministrative)
throws PortalException,
SystemException
PortalException
SystemException
long[] getTeamIds()
throws SystemException
SystemException
List<Team> getTeams()
throws SystemException
SystemExceptionTimeZone getTimeZone()
long[] getUserGroupIds()
throws SystemException
SystemException
List<UserGroup> getUserGroups()
throws SystemException
SystemException
List<Website> getWebsites()
throws SystemException
SystemException
boolean hasCompanyMx()
throws PortalException,
SystemException
PortalException
SystemException
boolean hasCompanyMx(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 isEmailAddressComplete()
boolean isEmailAddressVerificationComplete()
boolean isFemale()
throws PortalException,
SystemException
PortalException
SystemException
boolean isMale()
throws PortalException,
SystemException
PortalException
SystemExceptionboolean isPasswordModified()
boolean isReminderQueryComplete()
boolean isSetupComplete()
boolean isTermsOfUseComplete()
void setPasswordModified(boolean passwordModified)
void setPasswordUnencrypted(String passwordUnencrypted)
|
Liferay 6.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||