Package org.exoplatform.portal.config
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
ConstructorsConstructorDescriptionGroupPortalConfigListener(org.exoplatform.container.xml.InitParams params, UserPortalConfigService portalConfigService, org.exoplatform.services.organization.OrganizationService orgService, org.exoplatform.portal.mop.service.LayoutService layoutService) -
Method Summary
Methods inherited from class org.exoplatform.services.organization.GroupEventListener
postDelete, preSaveMethods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
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
- Overrides:
preDeletein classorg.exoplatform.services.organization.GroupEventListener- Throws:
Exception
-
postSave
public void postSave(org.exoplatform.services.organization.Group group, boolean isNew) throws Exception - Overrides:
postSavein classorg.exoplatform.services.organization.GroupEventListener- Throws:
Exception
-