Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void confirmed​(org.exoplatform.social.core.relationship.RelationshipEvent event)  
      void denied​(org.exoplatform.social.core.relationship.RelationshipEvent event)  
      void ignored​(org.exoplatform.social.core.relationship.RelationshipEvent event)  
      void removed​(org.exoplatform.social.core.relationship.RelationshipEvent event)  
      void requested​(org.exoplatform.social.core.relationship.RelationshipEvent event)  
      • Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

        getDescription, getName, setDescription, setName
      • Methods inherited from interface org.exoplatform.social.common.lifecycle.LifeCycleListener

        getDescription, getName, setDescription, setName
    • Field Detail

      • identityManager

        protected org.exoplatform.social.core.manager.IdentityManager identityManager
      • spaceService

        protected org.exoplatform.social.core.space.spi.SpaceService spaceService
    • Constructor Detail

      • GamificationRelationshipListener

        public GamificationRelationshipListener()
    • Method Detail

      • confirmed

        public void confirmed​(org.exoplatform.social.core.relationship.RelationshipEvent event)
        Specified by:
        confirmed in interface org.exoplatform.social.core.relationship.RelationshipListener
        Specified by:
        confirmed in class org.exoplatform.social.core.relationship.RelationshipListenerPlugin
      • ignored

        public void ignored​(org.exoplatform.social.core.relationship.RelationshipEvent event)
        Specified by:
        ignored in interface org.exoplatform.social.core.relationship.RelationshipListener
        Specified by:
        ignored in class org.exoplatform.social.core.relationship.RelationshipListenerPlugin
      • removed

        public void removed​(org.exoplatform.social.core.relationship.RelationshipEvent event)
        Specified by:
        removed in interface org.exoplatform.social.core.relationship.RelationshipListener
        Specified by:
        removed in class org.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)