Uses of Interface
org.exoplatform.news.NewsService
-
Packages that use NewsService Package Description org.exoplatform.news org.exoplatform.news.activity.processor org.exoplatform.news.listener org.exoplatform.news.rest org.exoplatform.news.search -
-
Uses of NewsService in org.exoplatform.news
Classes in org.exoplatform.news that implement NewsService Modifier and Type Class Description classNewsServiceImplService managing News and storing them in ECMS -
Uses of NewsService in org.exoplatform.news.activity.processor
Constructors in org.exoplatform.news.activity.processor with parameters of type NewsService Constructor Description ActivityNewsProcessor(NewsService newsService, org.exoplatform.container.xml.InitParams initParams) -
Uses of NewsService in org.exoplatform.news.listener
Constructors in org.exoplatform.news.listener with parameters of type NewsService Constructor Description NewsActivityListener(org.exoplatform.social.core.manager.ActivityManager activityManager, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, NewsService newsService)NewsGamificationIntegrationListener(org.exoplatform.container.PortalContainer container, org.exoplatform.services.listener.ListenerService listenerService, NewsService newsService) -
Uses of NewsService in org.exoplatform.news.rest
Constructors in org.exoplatform.news.rest with parameters of type NewsService Constructor Description NewsRestResourcesV1(NewsService newsService, NewsAttachmentsService newsAttachmentsService, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.container.PortalContainer container) -
Uses of NewsService in org.exoplatform.news.search
Constructors in org.exoplatform.news.search with parameters of type NewsService Constructor Description NewsIndexingServiceConnector(org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.container.xml.InitParams initParams, NewsService newsService, org.exoplatform.social.core.manager.ActivityManager activityManager)
-