Class XMLDeploymentPlugin
java.lang.Object
org.exoplatform.social.core.space.SpaceListenerPlugin
org.exoplatform.social.space.customization.plugin.XMLDeploymentPlugin
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin,org.exoplatform.social.common.lifecycle.LifeCycleListener<org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent>,org.exoplatform.social.core.space.spi.SpaceLifeCycleListener
public class XMLDeploymentPlugin
extends org.exoplatform.social.core.space.SpaceListenerPlugin
-
Constructor Summary
ConstructorsConstructorDescriptionXMLDeploymentPlugin(org.exoplatform.container.xml.InitParams initParams, SpaceCustomizationService spaceCustomizationService, org.exoplatform.services.jcr.ext.hierarchy.NodeHierarchyCreator nodeHierarchyCreator) Instantiates a new XML deployment plugin. -
Method Summary
Modifier and TypeMethodDescriptionvoidspaceCreated(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent lifeCycleEvent) Methods inherited from class org.exoplatform.social.core.space.SpaceListenerPlugin
addInvitedUser, addPendingUser, grantedLead, joined, left, removePendingUser, revokedLead, spaceAvatarEdited, spaceDescriptionEdited, spaceRemoved, spaceRenamedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.exoplatform.social.common.lifecycle.LifeCycleListener
getDescription, getName, setDescription, setNameMethods inherited from interface org.exoplatform.social.core.space.spi.SpaceLifeCycleListener
addPublisherUser, addRedactorUser, categoryAdded, categoryRemoved, removeInvitedUser, removePublisherUser, removeRedactorUser, spaceAccessEdited, spaceBannerEdited, spaceRegistrationEdited
-
Constructor Details
-
XMLDeploymentPlugin
public XMLDeploymentPlugin(org.exoplatform.container.xml.InitParams initParams, SpaceCustomizationService spaceCustomizationService, org.exoplatform.services.jcr.ext.hierarchy.NodeHierarchyCreator nodeHierarchyCreator) Instantiates a new XML deployment plugin.- Parameters:
initParams- the init paramsspaceCustomizationService- the space customization servicenodeHierarchyCreator- the nodeHierarchyCreator service
-
-
Method Details
-
spaceCreated
public void spaceCreated(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent lifeCycleEvent) - Specified by:
spaceCreatedin interfaceorg.exoplatform.social.core.space.spi.SpaceLifeCycleListener- Overrides:
spaceCreatedin classorg.exoplatform.social.core.space.SpaceListenerPlugin
-