protected class OutlookServiceImpl.UserImpl extends OutlookUser
| Modifier and Type | Field and Description |
|---|---|
protected org.exoplatform.social.core.manager.ActivityManager |
socialActivityManager
The social activity manager.
|
protected org.exoplatform.social.core.manager.IdentityManager |
socialIdentityManager
The social identity manager.
|
protected org.exoplatform.social.core.manager.RelationshipManager |
socialRelationshipManager
The social relationship manager.
|
localUser, mailServerUrldisplayName, email| Modifier | Constructor and Description |
|---|---|
protected |
UserImpl(String email,
String displayName,
String userName)
Instantiates a new user by given email, display name and username.
|
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.forum.service.Topic |
addForumTopic(String categoryId,
String forumId,
OutlookMessage message)
Adds the forum topic.
|
org.exoplatform.wiki.mow.api.Page |
addWikiPage(OutlookMessage message)
Adds the wiki page.
|
org.exoplatform.social.core.identity.model.Identity |
getSocialIdentity()
Gets eXo Social identity object of this user.
|
org.exoplatform.social.core.activity.model.ExoSocialActivity |
postActivity(OutlookMessage message)
Post activity.
|
org.exoplatform.social.core.activity.model.ExoSocialActivity |
postActivity(String text)
Post activity.
|
org.exoplatform.social.core.activity.model.ExoSocialActivity |
postActivity(String title,
String body)
Post activity.
|
getLocalUser, getMailServerUrl, setMailServerUrlgetDisplayName, getEmail, toStringprotected final org.exoplatform.social.core.manager.IdentityManager socialIdentityManager
protected final org.exoplatform.social.core.manager.ActivityManager socialActivityManager
protected final org.exoplatform.social.core.manager.RelationshipManager socialRelationshipManager
protected UserImpl(String email, String displayName, String userName) throws OutlookException
email - the email, can be nulldisplayName - the display name, can be nulluserName - the user name in eXo organizationOutlookException - if userName is not validpublic org.exoplatform.social.core.activity.model.ExoSocialActivity postActivity(OutlookMessage message) throws OutlookException
postActivity in class OutlookUsermessage - the messageOutlookException - the outlook exceptionpublic org.exoplatform.social.core.activity.model.ExoSocialActivity postActivity(String title, String body) throws Exception
postActivity in class OutlookUsertitle - the titlebody - the bodyException - the exceptionpublic org.exoplatform.social.core.activity.model.ExoSocialActivity postActivity(String text) throws Exception
postActivity in class OutlookUsertext - the textException - the exceptionpublic org.exoplatform.wiki.mow.api.Page addWikiPage(OutlookMessage message) throws Exception
addWikiPage in class OutlookUsermessage - the messageException - the exceptionpublic org.exoplatform.forum.service.Topic addForumTopic(String categoryId, String forumId, OutlookMessage message) throws Exception
addForumTopic in class OutlookUsercategoryId - the category idforumId - the forum idmessage - the messageException - the exceptionpublic org.exoplatform.social.core.identity.model.Identity getSocialIdentity()
throws Exception
getSocialIdentity in class OutlookUserException - the exceptionCopyright © 2003–2019 eXo Platform SAS. All rights reserved.