Class SpaceInvitationUserEventListener

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.organization.UserEventListener
org.exoplatform.social.core.listeners.SpaceInvitationUserEventListener
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class SpaceInvitationUserEventListener extends org.exoplatform.services.organization.UserEventListener
  • Field Summary

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    SpaceInvitationUserEventListener(org.exoplatform.container.ExoContainer container)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addUserToSpace(org.exoplatform.services.organization.User user, String spaceId, int tentative)
     
    org.exoplatform.services.organization.OrganizationService
     
    void
    postSave(org.exoplatform.services.organization.User user, boolean isNew)
     

    Methods inherited from class org.exoplatform.services.organization.UserEventListener

    postDelete, postSetEnabled, preDelete, preSave, preSetEnabled

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SpaceInvitationUserEventListener

      public SpaceInvitationUserEventListener(org.exoplatform.container.ExoContainer container)
  • Method Details

    • postSave

      public void postSave(org.exoplatform.services.organization.User user, boolean isNew) throws Exception
      Overrides:
      postSave in class org.exoplatform.services.organization.UserEventListener
      Throws:
      Exception
    • addUserToSpace

      public void addUserToSpace(org.exoplatform.services.organization.User user, String spaceId, int tentative)
    • getOrganizationService

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