Class GroupLinkGroupListener

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.organization.GroupEventListener
io.meeds.services.organization.listener.GroupLinkGroupListener
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

@Component public class GroupLinkGroupListener extends org.exoplatform.services.organization.GroupEventListener
  • Field Summary

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

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    linkGroups(org.exoplatform.services.organization.NestedMembership nestedMembership)
     
    void
     
    void
    unlinkGroups(org.exoplatform.services.organization.NestedMembership nestedMembership)
     

    Methods inherited from class org.exoplatform.services.organization.GroupEventListener

    postDelete, postSave, preDelete, preSave

    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

    • GroupLinkGroupListener

      public GroupLinkGroupListener()
  • Method Details

    • setup

      @PostConstruct public void setup()
    • linkGroups

      public void linkGroups(org.exoplatform.services.organization.NestedMembership nestedMembership) throws Exception
      Overrides:
      linkGroups in class org.exoplatform.services.organization.GroupEventListener
      Throws:
      Exception
    • unlinkGroups

      public void unlinkGroups(org.exoplatform.services.organization.NestedMembership nestedMembership) throws Exception
      Overrides:
      unlinkGroups in class org.exoplatform.services.organization.GroupEventListener
      Throws:
      Exception