|
|||||||||
| 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 Summary | |
|---|---|
java.util.Date |
getBirthday()
|
java.lang.String |
getCompanyMx()
|
Contact |
getContact()
|
java.lang.String |
getDigest()
Gets 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)
|
boolean |
getFemale()
|
java.lang.String |
getFullName()
|
Group |
getGroup()
|
long[] |
getGroupIds()
|
java.util.List<Group> |
getGroups()
|
java.util.Locale |
getLocale()
|
java.lang.String |
getLogin()
|
boolean |
getMale()
|
java.util.List<Group> |
getMyPlaces()
|
java.util.List<Group> |
getMyPlaces(int max)
|
long[] |
getOrganizationIds()
|
java.util.List<Organization> |
getOrganizations()
|
boolean |
getPasswordModified()
|
PasswordPolicy |
getPasswordPolicy()
|
java.lang.String |
getPasswordUnencrypted()
|
int |
getPrivateLayoutsPageCount()
|
int |
getPublicLayoutsPageCount()
|
java.util.Set<java.lang.String> |
getReminderQueryQuestions()
|
long[] |
getRoleIds()
|
java.util.List<Role> |
getRoles()
|
double |
getSocialContributionEquity()
|
double |
getSocialParticipationEquity()
|
double |
getSocialPersonalEquity()
|
long[] |
getTeamIds()
|
java.util.List<Team> |
getTeams()
|
java.util.TimeZone |
getTimeZone()
|
long[] |
getUserGroupIds()
|
java.util.List<UserGroup> |
getUserGroups()
|
boolean |
hasCompanyMx()
|
boolean |
hasCompanyMx(java.lang.String emailAddress)
|
boolean |
hasMyPlaces()
|
boolean |
hasOrganization()
|
boolean |
hasPrivateLayouts()
|
boolean |
hasPublicLayouts()
|
boolean |
hasReminderQuery()
|
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. |
void |
updateSocialContributionEquity(double value)
|
void |
updateSocialParticipationEquity(double value)
|
| Method Detail |
|---|
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(ThemeDisplay themeDisplay)
throws PortalException,
SystemException
PortalException
SystemException
java.lang.String getDisplayURL(java.lang.String portalURL,
java.lang.String mainPath)
throws PortalException,
SystemException
PortalException
SystemException
boolean getFemale()
throws PortalException,
SystemException
PortalException
SystemExceptionjava.lang.String getFullName()
Group getGroup()
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> getMyPlaces()
throws PortalException,
SystemException
PortalException
SystemException
java.util.List<Group> getMyPlaces(int max)
throws PortalException,
SystemException
PortalException
SystemException
long[] getOrganizationIds()
throws PortalException,
SystemException
PortalException
SystemException
java.util.List<Organization> getOrganizations()
throws PortalException,
SystemException
PortalException
SystemExceptionboolean getPasswordModified()
PasswordPolicy getPasswordPolicy()
throws PortalException,
SystemException
PortalException
SystemExceptionjava.lang.String getPasswordUnencrypted()
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
SystemExceptiondouble getSocialContributionEquity()
double getSocialParticipationEquity()
double getSocialPersonalEquity()
long[] getTeamIds()
throws SystemException
SystemException
java.util.List<Team> getTeams()
throws SystemException
SystemException
long[] getUserGroupIds()
throws SystemException
SystemException
java.util.List<UserGroup> getUserGroups()
throws SystemException
SystemExceptionjava.util.TimeZone getTimeZone()
boolean hasCompanyMx()
throws PortalException,
SystemException
PortalException
SystemException
boolean hasCompanyMx(java.lang.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
SystemExceptionboolean hasReminderQuery()
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 uservoid updateSocialContributionEquity(double value)
void updateSocialParticipationEquity(double value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||