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 -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteActivity(org.exoplatform.social.core.activity.ActivityLifeCycleEvent event) voiddeleteComment(org.exoplatform.social.core.activity.ActivityLifeCycleEvent event) voidinit()voidsaveActivity(org.exoplatform.social.core.activity.ActivityLifeCycleEvent event) voidsaveComment(org.exoplatform.social.core.activity.ActivityLifeCycleEvent event) voidupdateActivity(org.exoplatform.social.core.activity.ActivityLifeCycleEvent event) voidupdateComment(org.exoplatform.social.core.activity.ActivityLifeCycleEvent event) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.exoplatform.social.core.activity.ActivityListener
deleteLikeActivity, deleteLikeComment, hideActivity, likeActivity, likeComment, pinActivity, shareActivity, unpinActivity, updateCategoriesMethods 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:
saveActivityin interfaceorg.exoplatform.social.core.activity.ActivityListener
-
updateActivity
public void updateActivity(org.exoplatform.social.core.activity.ActivityLifeCycleEvent event) - Specified by:
updateActivityin interfaceorg.exoplatform.social.core.activity.ActivityListener
-
saveComment
public void saveComment(org.exoplatform.social.core.activity.ActivityLifeCycleEvent event) - Specified by:
saveCommentin interfaceorg.exoplatform.social.core.activity.ActivityListener
-
updateComment
public void updateComment(org.exoplatform.social.core.activity.ActivityLifeCycleEvent event) - Specified by:
updateCommentin interfaceorg.exoplatform.social.core.activity.ActivityListener
-
deleteActivity
public void deleteActivity(org.exoplatform.social.core.activity.ActivityLifeCycleEvent event) - Specified by:
deleteActivityin interfaceorg.exoplatform.social.core.activity.ActivityListener
-
deleteComment
public void deleteComment(org.exoplatform.social.core.activity.ActivityLifeCycleEvent event) - Specified by:
deleteCommentin interfaceorg.exoplatform.social.core.activity.ActivityListener
-