|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface User
The model interface for the User service. Represents a row in the "User_" database table, with each column mapped to a property of this class.
Never modify this interface directly. Add methods to UserImpl
and rerun ServiceBuilder to automatically copy the method declarations to this interface.
Never reference this interface directly. All methods that expect a user model instance should use the User
interface instead.
UserModel
,
UserImpl
,
UserModelImpl
Method Detail |
---|
Date getBirthday() throws PortalException, SystemException
PortalException
SystemException
String getCompanyMx() throws PortalException, SystemException
PortalException
SystemException
Contact getContact() throws PortalException, SystemException
PortalException
SystemException
String getDigest()
UserModel
getDigest
in interface UserModel
String getDigest(String password)
String getDisplayEmailAddress()
String getDisplayURL(ThemeDisplay themeDisplay) throws PortalException, SystemException
PortalException
SystemException
String getDisplayURL(String portalURL, String mainPath) throws PortalException, SystemException
PortalException
SystemException
boolean getFemale() throws PortalException, SystemException
PortalException
SystemException
String getFullName()
Group getGroup() throws PortalException, SystemException
PortalException
SystemException
long[] getGroupIds() throws PortalException, SystemException
PortalException
SystemException
List<Group> getGroups() throws PortalException, SystemException
PortalException
SystemException
Locale getLocale()
String getLogin() throws PortalException, SystemException
PortalException
SystemException
boolean getMale() throws PortalException, SystemException
PortalException
SystemException
List<Group> getMyPlaces() throws PortalException, SystemException
PortalException
SystemException
List<Group> getMyPlaces(int max) throws PortalException, SystemException
PortalException
SystemException
long[] getOrganizationIds() throws PortalException, SystemException
PortalException
SystemException
List<Organization> getOrganizations() throws PortalException, SystemException
PortalException
SystemException
boolean getPasswordModified()
PasswordPolicy getPasswordPolicy() throws PortalException, SystemException
PortalException
SystemException
String getPasswordUnencrypted()
int getPrivateLayoutsPageCount() throws PortalException, SystemException
PortalException
SystemException
int getPublicLayoutsPageCount() throws PortalException, SystemException
PortalException
SystemException
Set<String> getReminderQueryQuestions() throws PortalException, SystemException
PortalException
SystemException
long[] getRoleIds() throws SystemException
SystemException
List<Role> getRoles() throws SystemException
SystemException
double getSocialContributionEquity()
double getSocialParticipationEquity()
double getSocialPersonalEquity()
long[] getTeamIds() throws SystemException
SystemException
List<Team> getTeams() throws SystemException
SystemException
long[] getUserGroupIds() throws SystemException
SystemException
List<UserGroup> getUserGroups() throws SystemException
SystemException
TimeZone getTimeZone()
boolean hasCompanyMx() throws PortalException, SystemException
PortalException
SystemException
boolean hasCompanyMx(String emailAddress) throws PortalException, SystemException
PortalException
SystemException
boolean hasMyPlaces() throws SystemException
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 isFemale() throws PortalException, SystemException
PortalException
SystemException
boolean isMale() throws PortalException, SystemException
PortalException
SystemException
boolean isPasswordModified()
void setLanguageId(String languageId)
UserModel
setLanguageId
in interface UserModel
languageId
- the language id of this uservoid setPasswordModified(boolean passwordModified)
void setPasswordUnencrypted(String passwordUnencrypted)
void setTimeZoneId(String timeZoneId)
UserModel
setTimeZoneId
in interface UserModel
timeZoneId
- the time zone id of this uservoid updateSocialContributionEquity(double value)
void updateSocialParticipationEquity(double value)
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |