Class ActivityContentLinkListener

java.lang.Object
io.meeds.social.activity.listener.ActivityContentLinkListener
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

@Component public class ActivityContentLinkListener extends Object implements org.exoplatform.social.core.activity.ActivityListener
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    deleteActivity(org.exoplatform.social.core.activity.ActivityLifeCycleEvent event)
     
    void
    deleteComment(org.exoplatform.social.core.activity.ActivityLifeCycleEvent event)
     
    void
     
    void
    saveActivity(org.exoplatform.social.core.activity.ActivityLifeCycleEvent event)
     
    void
    saveComment(org.exoplatform.social.core.activity.ActivityLifeCycleEvent event)
     
    void
    updateActivity(org.exoplatform.social.core.activity.ActivityLifeCycleEvent event)
     
    void
    updateComment(org.exoplatform.social.core.activity.ActivityLifeCycleEvent event)
     

    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

    deleteLikeActivity, deleteLikeComment, hideActivity, likeActivity, likeComment, pinActivity, shareActivity, unpinActivity

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

    getDescription, getName, setDescription, setName
  • Constructor Details

    • ActivityContentLinkListener

      public ActivityContentLinkListener()
  • Method Details

    • init

      @PostConstruct public void init()
    • saveActivity

      public void saveActivity(org.exoplatform.social.core.activity.ActivityLifeCycleEvent event)
      Specified by:
      saveActivity in interface org.exoplatform.social.core.activity.ActivityListener
    • updateActivity

      public void updateActivity(org.exoplatform.social.core.activity.ActivityLifeCycleEvent event)
      Specified by:
      updateActivity in interface org.exoplatform.social.core.activity.ActivityListener
    • saveComment

      public void saveComment(org.exoplatform.social.core.activity.ActivityLifeCycleEvent event)
      Specified by:
      saveComment in interface org.exoplatform.social.core.activity.ActivityListener
    • updateComment

      public void updateComment(org.exoplatform.social.core.activity.ActivityLifeCycleEvent event)
      Specified by:
      updateComment in interface org.exoplatform.social.core.activity.ActivityListener
    • deleteActivity

      public void deleteActivity(org.exoplatform.social.core.activity.ActivityLifeCycleEvent event)
      Specified by:
      deleteActivity in interface org.exoplatform.social.core.activity.ActivityListener
    • deleteComment

      public void deleteComment(org.exoplatform.social.core.activity.ActivityLifeCycleEvent event)
      Specified by:
      deleteComment in interface org.exoplatform.social.core.activity.ActivityListener