public class UserInfo extends IdentityInfo
| Constructor and Description |
|---|
UserInfo(org.exoplatform.services.organization.User orgUser,
org.exoplatform.social.core.identity.model.Identity identity,
List<ActivityInfo> activities,
List<IdentityInfo> connections)
Instantiates a new user info.
|
| Modifier and Type | Method and Description |
|---|---|
List<ActivityInfo> |
getActivities() |
List<IdentityInfo> |
getConnections() |
String |
getDisplayName() |
String |
getEmail() |
String |
getFirstName() |
String |
getLastName() |
getAboutMe, getAvatarUrl, getFullName, getIms, getLinks, getPhones, getPosition, getProfileLink, isPhoneNumberPresentpublic UserInfo(org.exoplatform.services.organization.User orgUser,
org.exoplatform.social.core.identity.model.Identity identity,
List<ActivityInfo> activities,
List<IdentityInfo> connections)
orgUser - the org useridentity - the identityactivities - list of social activities of the user that includes theconnections - list of social connections of the user that includes thepublic String getFirstName()
getFirstName in class IdentityInfopublic String getLastName()
getLastName in class IdentityInfopublic String getDisplayName()
public List<ActivityInfo> getActivities()
public String getEmail()
public List<IdentityInfo> getConnections()
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.