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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addInvitedUser(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
     
    void
    addPendingUser(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
     
    void
    joined(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
     
    void
    removeInvitedUser(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
     
    void
    removePendingUser(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
     

    Methods inherited from class org.exoplatform.social.core.space.SpaceListenerPlugin

    applicationActivated, applicationAdded, applicationDeactivated, applicationRemoved, grantedLead, left, revokedLead, spaceAvatarEdited, spaceCreated, spaceDescriptionEdited, spaceRemoved, spaceRenamed

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.exoplatform.social.common.lifecycle.LifeCycleListener

    getDescription, getName, setDescription, setName

    Methods inherited from interface org.exoplatform.social.core.space.spi.SpaceLifeCycleListener

    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:
      removePendingUser in interface org.exoplatform.social.core.space.spi.SpaceLifeCycleListener
      Overrides:
      removePendingUser in class org.exoplatform.social.core.space.SpaceListenerPlugin
    • joined

      public void joined(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
      Specified by:
      joined in interface org.exoplatform.social.core.space.spi.SpaceLifeCycleListener
      Overrides:
      joined in class org.exoplatform.social.core.space.SpaceListenerPlugin
    • addInvitedUser

      public void addInvitedUser(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
      Specified by:
      addInvitedUser in interface org.exoplatform.social.core.space.spi.SpaceLifeCycleListener
      Overrides:
      addInvitedUser in class org.exoplatform.social.core.space.SpaceListenerPlugin
    • addPendingUser

      public void addPendingUser(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
      Specified by:
      addPendingUser in interface org.exoplatform.social.core.space.spi.SpaceLifeCycleListener
      Overrides:
      addPendingUser in class org.exoplatform.social.core.space.SpaceListenerPlugin