Class GroupPortalConfigListener

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.organization.GroupEventListener
org.exoplatform.portal.config.GroupPortalConfigListener
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class GroupPortalConfigListener extends org.exoplatform.services.organization.GroupEventListener
This listener is used to initialize/destroy the Group Site Config of a group when it is created/deleted
  • Field Summary

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

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    GroupPortalConfigListener(org.exoplatform.container.xml.InitParams params, UserPortalConfigService portalConfigService, org.exoplatform.services.organization.OrganizationService orgService, org.exoplatform.portal.mop.service.LayoutService layoutService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    postSave(org.exoplatform.services.organization.Group group, boolean isNew)
     
    void
    preDelete(org.exoplatform.services.organization.Group group)
     

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

    postDelete, 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

    • GroupPortalConfigListener

      public GroupPortalConfigListener(org.exoplatform.container.xml.InitParams params, UserPortalConfigService portalConfigService, org.exoplatform.services.organization.OrganizationService orgService, org.exoplatform.portal.mop.service.LayoutService layoutService)
  • Method Details

    • preDelete

      public void preDelete(org.exoplatform.services.organization.Group group) throws Exception
      Overrides:
      preDelete in class org.exoplatform.services.organization.GroupEventListener
      Throws:
      Exception
    • postSave

      public void postSave(org.exoplatform.services.organization.Group group, boolean isNew) throws Exception
      Overrides:
      postSave in class org.exoplatform.services.organization.GroupEventListener
      Throws:
      Exception