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

    Fields
    Modifier and Type
    Field
    Description
    protected static final org.exoplatform.services.log.Log
     

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

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    NewUserEventListener(org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.container.xml.InitParams params)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    postSave(org.exoplatform.services.organization.User user, boolean isNew)
     
    void
    preSave(org.exoplatform.services.organization.User user, boolean isNew)
     

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

    postDelete, postSetEnabled, preDelete, 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
  • 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:
      preSave in class org.exoplatform.services.organization.UserEventListener
      Throws:
      Exception
    • 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