|
Liferay 6.2-ce-ga5 | |||||||||
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
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
SystemException
String 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 occurredString 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 occurredString 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 occurredList<EmailAddress> getEmailAddresses() throws SystemException
SystemException
- if a system exception occurredboolean 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
SystemException
Locale 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 occurredList<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
SystemException
boolean getPasswordModified()
PasswordPolicy getPasswordPolicy() throws PortalException, SystemException
PortalException
SystemException
String 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
SystemException
RemotePreference 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
SystemException
TimeZone 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
SystemException
boolean hasReminderQuery()
boolean isActive()
boolean isEmailAddressComplete()
boolean isEmailAddressVerificationComplete()
boolean isFemale() throws PortalException, SystemException
PortalException
SystemException
boolean isMale() throws PortalException, SystemException
PortalException
SystemException
boolean isPasswordModified()
boolean isReminderQueryComplete()
boolean isSetupComplete()
boolean isTermsOfUseComplete()
void setPasswordModified(boolean passwordModified)
void setPasswordUnencrypted(String passwordUnencrypted)
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |