Class CommonsUserSettingEventListenerImpl

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.organization.UserEventListener
org.exoplatform.settings.listeners.impl.CommonsUserSettingEventListenerImpl
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class CommonsUserSettingEventListenerImpl extends org.exoplatform.services.organization.UserEventListener
This listener is called when an user was enabled/disabled from the system and update his setting as active/inactive
  • Field Summary

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

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    postDelete(org.exoplatform.services.organization.User user)
     
    void
    postSetEnabled(org.exoplatform.services.organization.User user)
     

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

    postSave, 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

    • CommonsUserSettingEventListenerImpl

      public CommonsUserSettingEventListenerImpl()
  • Method Details

    • postSetEnabled

      public void postSetEnabled(org.exoplatform.services.organization.User user) throws Exception
      Overrides:
      postSetEnabled in class org.exoplatform.services.organization.UserEventListener
      Throws:
      Exception
    • postDelete

      public void postDelete(org.exoplatform.services.organization.User user) throws Exception
      Overrides:
      postDelete in class org.exoplatform.services.organization.UserEventListener
      Throws:
      Exception