Class SpaceNotificationImpl
java.lang.Object
org.exoplatform.social.core.space.SpaceListenerPlugin
org.exoplatform.social.notification.impl.SpaceNotificationImpl
- 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 SpaceNotificationImpl
extends org.exoplatform.social.core.space.SpaceListenerPlugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInvitedUser(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) voidaddPendingUser(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) voidjoined(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) voidremoveInvitedUser(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) voidremovePendingUser(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) Methods inherited from class org.exoplatform.social.core.space.SpaceListenerPlugin
grantedLead, left, revokedLead, spaceAvatarEdited, spaceCreated, 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, removePublisherUser, removeRedactorUser, spaceAccessEdited, spaceBannerEdited, spaceRegistrationEdited
-
Constructor Details
-
SpaceNotificationImpl
public SpaceNotificationImpl()
-
-
Method Details
-
removeInvitedUser
public void removeInvitedUser(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) -
removePendingUser
public void removePendingUser(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) - Specified by:
removePendingUserin interfaceorg.exoplatform.social.core.space.spi.SpaceLifeCycleListener- Overrides:
removePendingUserin classorg.exoplatform.social.core.space.SpaceListenerPlugin
-
joined
public void joined(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) - Specified by:
joinedin interfaceorg.exoplatform.social.core.space.spi.SpaceLifeCycleListener- Overrides:
joinedin classorg.exoplatform.social.core.space.SpaceListenerPlugin
-
addInvitedUser
public void addInvitedUser(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) - Specified by:
addInvitedUserin interfaceorg.exoplatform.social.core.space.spi.SpaceLifeCycleListener- Overrides:
addInvitedUserin classorg.exoplatform.social.core.space.SpaceListenerPlugin
-
addPendingUser
public void addPendingUser(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) - Specified by:
addPendingUserin interfaceorg.exoplatform.social.core.space.spi.SpaceLifeCycleListener- Overrides:
addPendingUserin classorg.exoplatform.social.core.space.SpaceListenerPlugin
-