org.exoplatform.faq.service.conf
Class FAQUserListener

java.lang.Object
  extended by org.exoplatform.container.component.BaseComponentPlugin
      extended by org.exoplatform.services.organization.UserEventListener
          extended by org.exoplatform.faq.service.conf.FAQUserListener
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class FAQUserListener
extends org.exoplatform.services.organization.UserEventListener

Created by The eXo Platform SAS Author : Vu Duy Tu tu.duy@exoplatform.com Feb 15, 2011


Field Summary
 
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name
 
Constructor Summary
FAQUserListener()
           
 
Method Summary
 void postDelete(org.exoplatform.services.organization.User user)
           
 void postSave(org.exoplatform.services.organization.User user, boolean isNew)
           
 
Methods inherited from class org.exoplatform.services.organization.UserEventListener
preDelete, preSave
 
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 Detail

FAQUserListener

public FAQUserListener()
                throws Exception
Throws:
Exception
Method Detail

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

postDelete

public void postDelete(org.exoplatform.services.organization.User user)
                throws Exception
Overrides:
postDelete in class org.exoplatform.services.organization.UserEventListener
Throws:
Exception


Copyright © 2013 eXo Platform SAS. All Rights Reserved.