Package io.meeds.social.space.listener
Class SpacePublicSiteListener
java.lang.Object
org.exoplatform.social.core.space.SpaceListenerPlugin
io.meeds.social.space.listener.SpacePublicSiteListener
- 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 SpacePublicSiteListener
extends org.exoplatform.social.core.space.SpaceListenerPlugin
A listener to change public site visibility if the space has become hidden
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.exoplatform.portal.config.UserACLvoidspaceAccessEdited(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) voidspaceRemoved(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) Methods inherited from class org.exoplatform.social.core.space.SpaceListenerPlugin
addInvitedUser, addPendingUser, grantedLead, joined, left, removePendingUser, revokedLead, spaceAvatarEdited, spaceCreated, spaceDescriptionEdited, 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, removeInvitedUser, removePublisherUser, removeRedactorUser, spaceBannerEdited, spaceRegistrationEdited
-
Constructor Details
-
SpacePublicSiteListener
public SpacePublicSiteListener()
-
-
Method Details
-
spaceAccessEdited
public void spaceAccessEdited(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) -
spaceRemoved
public void spaceRemoved(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) - Specified by:
spaceRemovedin interfaceorg.exoplatform.social.core.space.spi.SpaceLifeCycleListener- Overrides:
spaceRemovedin classorg.exoplatform.social.core.space.SpaceListenerPlugin
-
getSpaceLayoutService
-
getUserAcl
public org.exoplatform.portal.config.UserACL getUserAcl()
-