Class NewUserListener

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.organization.UserEventListener
org.exoplatform.services.jcr.ext.hierarchy.impl.NewUserListener
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class NewUserListener extends org.exoplatform.services.organization.UserEventListener
Created by The eXo Platform SAS Author : Dang Van Minh minh.dang@exoplatform.com Nov 15, 2007 11:13:12 AM
  • Field Summary

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

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    NewUserListener(NodeHierarchyCreator nodeHierarchyCreatorService)
     
  • Method Summary

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

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

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

  • Method Details

    • preDelete

      public void preDelete(org.exoplatform.services.organization.User user)
      Overrides:
      preDelete in class org.exoplatform.services.organization.UserEventListener