Class NewGroupListener
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.services.organization.GroupEventListener
-
- org.exoplatform.services.jcr.ext.hierarchy.impl.NewGroupListener
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class NewGroupListener extends org.exoplatform.services.organization.GroupEventListenerCreated by The eXo Platform SARL Author : Dang Van Minh minh.dang@exoplatform.com Nov 15, 2007 11:13:25 AM
-
-
Constructor Summary
Constructors Constructor Description NewGroupListener(org.exoplatform.services.jcr.RepositoryService jcrService, NodeHierarchyCreator nodeHierarchyCreatorService, DataDistributionManager dataDistributionManager, org.exoplatform.container.xml.InitParams params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpreDelete(org.exoplatform.services.organization.Group group)voidpreSave(org.exoplatform.services.organization.Group group, boolean isNew)-
Methods inherited from class org.exoplatform.services.organization.GroupEventListener
postDelete, postSave
-
-
-
-
Constructor Detail
-
NewGroupListener
public NewGroupListener(org.exoplatform.services.jcr.RepositoryService jcrService, NodeHierarchyCreator nodeHierarchyCreatorService, DataDistributionManager dataDistributionManager, org.exoplatform.container.xml.InitParams params) throws Exception- Throws:
Exception
-
-