Class UserPortalConfigListener

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.organization.UserEventListener
org.exoplatform.portal.config.UserPortalConfigListener
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class UserPortalConfigListener extends org.exoplatform.services.organization.UserEventListener
Created by The eXo Platform SAS May 29, 2007
  • 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
    preDelete(org.exoplatform.services.organization.User user)
     
    void
    preSave(org.exoplatform.services.organization.User user, boolean isNew)
     

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

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

      public void preSave(org.exoplatform.services.organization.User user, boolean isNew)
      Overrides:
      preSave in class org.exoplatform.services.organization.UserEventListener