Package org.exoplatform.news.listener
Class NewsMetadataListener
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.services.listener.Listener<Long,org.exoplatform.social.metadata.model.MetadataItem>
-
- org.exoplatform.news.listener.NewsMetadataListener
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class NewsMetadataListener extends org.exoplatform.services.listener.Listener<Long,org.exoplatform.social.metadata.model.MetadataItem>
-
-
Field Summary
Fields Modifier and Type Field Description static StringNEWS_METADATA_OBJECT_TYPE
-
Constructor Summary
Constructors Constructor Description 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonEvent(org.exoplatform.services.listener.Event<Long,org.exoplatform.social.metadata.model.MetadataItem> event)
-
-
-
Field Detail
-
NEWS_METADATA_OBJECT_TYPE
public static final String NEWS_METADATA_OBJECT_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
NewsMetadataListener
public 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)
-
-