Class SpaceRenamedListenerImpl

java.lang.Object
org.exoplatform.social.core.space.SpaceListenerPlugin
org.exoplatform.social.core.space.impl.SpaceRenamedListenerImpl
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 SpaceRenamedListenerImpl extends org.exoplatform.social.core.space.SpaceListenerPlugin
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.exoplatform.commons.file.services.FileService
     
    org.exoplatform.social.core.manager.IdentityManager
     
    org.exoplatform.services.organization.OrganizationService
     
     
    org.exoplatform.social.core.space.spi.SpaceService
     
    void
    spaceRenamed(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, spaceRemoved

    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

    addPublisherUser, addRedactorUser, categoryAdded, categoryRemoved, removeInvitedUser, removePublisherUser, removeRedactorUser, spaceAccessEdited, spaceBannerEdited, spaceRegistrationEdited
  • Constructor Details

    • SpaceRenamedListenerImpl

      public SpaceRenamedListenerImpl()
  • Method Details

    • spaceRenamed

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

      public SpaceLayoutService getSpaceLayoutService()
    • getSpaceService

      public org.exoplatform.social.core.space.spi.SpaceService getSpaceService()
    • getFileService

      public org.exoplatform.commons.file.services.FileService getFileService()
    • getIdentityManager

      public org.exoplatform.social.core.manager.IdentityManager getIdentityManager()
    • getOrganizationService

      public org.exoplatform.services.organization.OrganizationService getOrganizationService()