Uses of Interface
org.exoplatform.news.service.NewsService
-
Packages that use NewsService Package Description org.exoplatform.news.activity.processor org.exoplatform.news.listener org.exoplatform.news.rest org.exoplatform.news.search org.exoplatform.news.service.impl -
-
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)NewsMetadataListener(org.exoplatform.commons.search.index.IndexingService indexingService, NewsService newsService, org.exoplatform.social.metadata.favorite.FavoriteService favoriteService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.manager.ActivityManager activityManager, org.exoplatform.social.metadata.tag.TagService tagService) -
Uses of NewsService in org.exoplatform.news.rest
Constructors in org.exoplatform.news.rest with parameters of type NewsService Constructor Description NewsRestResourcesV1(NewsService newsService, NewsAttachmentsStorage newsAttachmentsService, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.container.PortalContainer container, org.exoplatform.social.metadata.favorite.FavoriteService favoriteService) -
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, org.exoplatform.social.metadata.MetadataService metadataService) -
Uses of NewsService in org.exoplatform.news.service.impl
Classes in org.exoplatform.news.service.impl that implement NewsService Modifier and Type Class Description classNewsServiceImplService managing News and storing them in ECMS
-