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.UserEventListenerThis listener is called when an user was enabled/disabled from the system and update his setting as active/inactive
-
-
Constructor Summary
Constructors Constructor Description CommonsUserSettingEventListenerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpostDelete(org.exoplatform.services.organization.User user)voidpostSetEnabled(org.exoplatform.services.organization.User user)-
Methods inherited from class org.exoplatform.services.organization.UserEventListener
postSave, preDelete, preSave, preSetEnabled
-
-