Class GamificationRelationshipListener
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.social.common.lifecycle.AbstractListenerPlugin
-
- org.exoplatform.social.core.relationship.RelationshipListenerPlugin
-
- org.exoplatform.addons.gamification.listener.social.relationship.GamificationRelationshipListener
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin,org.exoplatform.social.common.lifecycle.LifeCycleListener<org.exoplatform.social.core.relationship.RelationshipEvent>,org.exoplatform.social.core.relationship.RelationshipListener
public class GamificationRelationshipListener extends org.exoplatform.social.core.relationship.RelationshipListenerPlugin
-
-
Field Summary
Fields Modifier and Type Field Description protected GamificationServicegamificationServiceprotected org.exoplatform.social.core.manager.IdentityManageridentityManagerprotected RuleServiceruleServiceprotected org.exoplatform.social.core.space.spi.SpaceServicespaceService
-
Constructor Summary
Constructors Constructor Description GamificationRelationshipListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfirmed(org.exoplatform.social.core.relationship.RelationshipEvent event)voiddenied(org.exoplatform.social.core.relationship.RelationshipEvent event)voidignored(org.exoplatform.social.core.relationship.RelationshipEvent event)voidremoved(org.exoplatform.social.core.relationship.RelationshipEvent event)voidrequested(org.exoplatform.social.core.relationship.RelationshipEvent event)-
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
-
-
-
Field Detail
-
ruleService
protected RuleService ruleService
-
identityManager
protected org.exoplatform.social.core.manager.IdentityManager identityManager
-
spaceService
protected org.exoplatform.social.core.space.spi.SpaceService spaceService
-
gamificationService
protected GamificationService gamificationService
-
-
Method Detail
-
confirmed
public void confirmed(org.exoplatform.social.core.relationship.RelationshipEvent event)
- Specified by:
confirmedin interfaceorg.exoplatform.social.core.relationship.RelationshipListener- Specified by:
confirmedin classorg.exoplatform.social.core.relationship.RelationshipListenerPlugin
-
ignored
public void ignored(org.exoplatform.social.core.relationship.RelationshipEvent event)
- Specified by:
ignoredin interfaceorg.exoplatform.social.core.relationship.RelationshipListener- Specified by:
ignoredin classorg.exoplatform.social.core.relationship.RelationshipListenerPlugin
-
removed
public void removed(org.exoplatform.social.core.relationship.RelationshipEvent event)
- Specified by:
removedin interfaceorg.exoplatform.social.core.relationship.RelationshipListener- Specified by:
removedin classorg.exoplatform.social.core.relationship.RelationshipListenerPlugin
-
requested
public void requested(org.exoplatform.social.core.relationship.RelationshipEvent event)
-
denied
public void denied(org.exoplatform.social.core.relationship.RelationshipEvent event)
-
-