Class NewUserEventListener
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.organization.UserEventListener
org.exoplatform.services.organization.plugin.NewUserEventListener
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class NewUserEventListener
extends org.exoplatform.services.organization.UserEventListener
-
Field Summary
FieldsFields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionNewUserEventListener(org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.container.xml.InitParams params) -
Method Summary
Methods inherited from class org.exoplatform.services.organization.UserEventListener
postDelete, postSetEnabled, preDelete, preSetEnabledMethods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Field Details
-
LOG
protected static final org.exoplatform.services.log.Log LOG
-
-
Constructor Details
-
NewUserEventListener
public NewUserEventListener(org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.container.xml.InitParams params)
-
-
Method Details
-
preSave
public void preSave(org.exoplatform.services.organization.User user, boolean isNew) throws Exception - Overrides:
preSavein classorg.exoplatform.services.organization.UserEventListener- Throws:
Exception
-
postSave
public void postSave(org.exoplatform.services.organization.User user, boolean isNew) throws Exception - Overrides:
postSavein classorg.exoplatform.services.organization.UserEventListener- Throws:
Exception
-