Class ActionActivityChildPlugin

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
org.exoplatform.commons.api.notification.plugin.AbstractNotificationChildPlugin
io.meeds.gamification.notification.plugin.ActionActivityChildPlugin
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class ActionActivityChildPlugin extends org.exoplatform.commons.api.notification.plugin.AbstractNotificationChildPlugin
  • Field Summary

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

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    ActionActivityChildPlugin(org.exoplatform.social.core.manager.ActivityManager activityManager, RuleService ruleService, io.meeds.social.translation.service.TranslationService translationService, org.exoplatform.container.xml.InitParams initParams)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getActivityParamValue(org.exoplatform.social.core.activity.model.ExoSocialActivity activity, String key)
     
     
    boolean
    isValid(org.exoplatform.commons.api.notification.NotificationContext ctx)
     
    makeContent(org.exoplatform.commons.api.notification.NotificationContext ctx)
     

    Methods inherited from class org.exoplatform.commons.api.notification.plugin.AbstractNotificationChildPlugin

    getLanguage, getParentPluginIds, getTemplateEngine, getTemplatePath, makeNotification, setTemplateEngine, setTemplatePath

    Methods inherited from class org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin

    buildNotification, end, getKey, getOrganizationService, getPluginConfigs, isOldPlugin, setOldPlugin, start

    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
  • Constructor Details

    • ActionActivityChildPlugin

      public ActionActivityChildPlugin(org.exoplatform.social.core.manager.ActivityManager activityManager, RuleService ruleService, io.meeds.social.translation.service.TranslationService translationService, org.exoplatform.container.xml.InitParams initParams)
  • Method Details

    • makeContent

      public String makeContent(org.exoplatform.commons.api.notification.NotificationContext ctx)
      Specified by:
      makeContent in class org.exoplatform.commons.api.notification.plugin.AbstractNotificationChildPlugin
    • getId

      public String getId()
      Specified by:
      getId in class org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
    • isValid

      public boolean isValid(org.exoplatform.commons.api.notification.NotificationContext ctx)
      Specified by:
      isValid in class org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
    • getActivityParamValue

      public String getActivityParamValue(org.exoplatform.social.core.activity.model.ExoSocialActivity activity, String key)