Class AnnouncementActivityUpdater

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.social.common.lifecycle.AbstractListenerPlugin
org.exoplatform.social.core.activity.ActivityListenerPlugin
org.exoplatform.addons.gamification.listener.challenges.AnnouncementActivityUpdater
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin, org.exoplatform.social.common.lifecycle.LifeCycleListener<org.exoplatform.social.core.activity.ActivityLifeCycleEvent>, org.exoplatform.social.core.activity.ActivityListener

public class AnnouncementActivityUpdater extends org.exoplatform.social.core.activity.ActivityListenerPlugin
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    AnnouncementActivityUpdater(org.exoplatform.social.core.manager.ActivityManager activityManager, AnnouncementService announcementService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    updateActivity(org.exoplatform.social.core.activity.ActivityLifeCycleEvent activityLifeCycleEvent)
     

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.exoplatform.social.core.activity.ActivityListener

    deleteActivity, deleteComment, hideActivity, likeActivity, likeComment, saveActivity, saveComment, shareActivity, updateComment

    Methods inherited from interface org.exoplatform.social.common.lifecycle.LifeCycleListener

    getDescription, getName, setDescription, setName
  • Field Details

  • Constructor Details

    • AnnouncementActivityUpdater

      public AnnouncementActivityUpdater(org.exoplatform.social.core.manager.ActivityManager activityManager, AnnouncementService announcementService)
  • Method Details

    • updateActivity

      public void updateActivity(org.exoplatform.social.core.activity.ActivityLifeCycleEvent activityLifeCycleEvent)