Liferay 6.0-ee

com.liferay.portal.model
Class UserListener

java.lang.Object
  extended by com.liferay.portal.model.BaseModelListener<User>
      extended by com.liferay.portal.model.UserListener
All Implemented Interfaces:
ModelListener<User>

public class UserListener
extends BaseModelListener<User>


Constructor Summary
UserListener()
           
 
Method Summary
protected  void exportToLDAP(User user)
           
 void onAfterCreate(User user)
           
 void onAfterUpdate(User user)
           
 
Methods inherited from class com.liferay.portal.model.BaseModelListener
onAfterAddAssociation, onAfterRemove, onAfterRemoveAssociation, onBeforeAddAssociation, onBeforeCreate, onBeforeRemove, onBeforeRemoveAssociation, onBeforeUpdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserListener

public UserListener()
Method Detail

onAfterCreate

public void onAfterCreate(User user)
                   throws ModelListenerException
Specified by:
onAfterCreate in interface ModelListener<User>
Overrides:
onAfterCreate in class BaseModelListener<User>
Throws:
ModelListenerException

onAfterUpdate

public void onAfterUpdate(User user)
                   throws ModelListenerException
Specified by:
onAfterUpdate in interface ModelListener<User>
Overrides:
onAfterUpdate in class BaseModelListener<User>
Throws:
ModelListenerException

exportToLDAP

protected void exportToLDAP(User user)
                     throws Exception
Throws:
Exception

Liferay 6.0-ee