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.
|
localUser, mailServerUrldisplayName, email| Modifier | Constructor and Description |
|---|---|
protected |
UserImpl(String email,
String displayName,
String userName)
Instantiates a new user impl.
|
| 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.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, setEmail, toStringprotected final org.exoplatform.social.core.manager.IdentityManager socialIdentityManager
protected final org.exoplatform.social.core.manager.ActivityManager socialActivityManager
public 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 exceptionCopyright © 2003–2017 eXo Platform SAS. All rights reserved.