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
ConstructorsConstructorDescriptionActionActivityChildPlugin(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 TypeMethodDescriptiongetActivityParamValue(org.exoplatform.social.core.activity.model.ExoSocialActivity activity, String key) getId()booleanisValid(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, getUserIdentity, makeNotification, setTemplateEngine, setTemplatePathMethods inherited from class org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
buildNotification, end, getKey, getOrganizationService, getPluginConfigs, isOldPlugin, setOldPlugin, startMethods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
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
- Specified by:
makeContentin classorg.exoplatform.commons.api.notification.plugin.AbstractNotificationChildPlugin
-
getId
- Specified by:
getIdin classorg.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
-
isValid
public boolean isValid(org.exoplatform.commons.api.notification.NotificationContext ctx) - Specified by:
isValidin classorg.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
-
getActivityParamValue
-