org.exoplatform.forum.service.conf
Class NewUserListener
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.organization.UserEventListener
org.exoplatform.forum.service.conf.NewUserListener
- All Implemented Interfaces:
- org.exoplatform.container.component.ComponentPlugin
public class NewUserListener
- extends org.exoplatform.services.organization.UserEventListener
Created by The eXo Platform SARL Author : Hung Nguyen Quang
hung.nguyen@exoplatform.com Nov 23, 2007 3:09:21 PM
| Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin |
desc, name |
|
Constructor Summary |
NewUserListener(org.exoplatform.container.xml.InitParams params)
|
|
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 |
NewUserListener
public NewUserListener(org.exoplatform.container.xml.InitParams params)
throws java.lang.Exception
- Throws:
java.lang.Exception
postSave
public void postSave(org.exoplatform.services.organization.User user,
boolean isNew)
throws java.lang.Exception
- Overrides:
postSave in class org.exoplatform.services.organization.UserEventListener
- Throws:
java.lang.Exception
postDelete
public void postDelete(org.exoplatform.services.organization.User user)
throws java.lang.Exception
- Overrides:
postDelete in class org.exoplatform.services.organization.UserEventListener
- Throws:
java.lang.Exception
Copyright © 2011 eXo Platform SAS. All Rights Reserved.