protected class OutlookServiceImpl.UserImpl extends OutlookUser
| Modifier and Type | Field and Description |
|---|---|
protected org.exoplatform.social.core.manager.ActivityManager |
socialActivityManager |
protected org.exoplatform.social.core.manager.IdentityManager |
socialIdentityManager |
localUser, mailServerUrldisplayName, email| Modifier | Constructor and Description |
|---|---|
protected |
UserImpl(String email,
String displayName,
String userName) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.forum.service.Topic |
addForumTopic(String categoryId,
String forumId,
OutlookMessage message) |
org.exoplatform.wiki.mow.api.Page |
addWikiPage(OutlookMessage message) |
org.exoplatform.social.core.activity.model.ExoSocialActivity |
postActivity(OutlookMessage message) |
org.exoplatform.social.core.activity.model.ExoSocialActivity |
postActivity(String text) |
org.exoplatform.social.core.activity.model.ExoSocialActivity |
postActivity(String title,
String body) |
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 OutlookUserOutlookExceptionpublic org.exoplatform.social.core.activity.model.ExoSocialActivity postActivity(String title, String body) throws Exception
postActivity in class OutlookUserExceptionpublic org.exoplatform.social.core.activity.model.ExoSocialActivity postActivity(String text) throws Exception
postActivity in class OutlookUserExceptionpublic org.exoplatform.wiki.mow.api.Page addWikiPage(OutlookMessage message) throws Exception
addWikiPage in class OutlookUserExceptionpublic org.exoplatform.forum.service.Topic addForumTopic(String categoryId, String forumId, OutlookMessage message) throws Exception
addForumTopic in class OutlookUserExceptionCopyright © 2003–2016 eXo Platform SAS. All rights reserved.