public interface NewsService
| Modifier and Type | Method and Description |
|---|---|
News |
createNews(News news) |
News |
getNews(String id) |
void |
pinNews(String newsId) |
void |
shareNews(SharedNews sharedNews,
List<org.exoplatform.social.core.space.model.Space> spaces) |
void |
updateNews(News news) |
void shareNews(SharedNews sharedNews, List<org.exoplatform.social.core.space.model.Space> spaces) throws Exception
ExceptionCopyright © 2003–2019 eXo Platform SAS. All rights reserved.