com.liferay.portal.model
Class UserListener

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

public class UserListener
extends java.lang.Object
implements com.liferay.portal.model.ModelListener

View Source

Author:
Scott Lee, Brian Wing Shun Chan

Constructor Summary
UserListener()
           
 
Method Summary
 void onAfterCreate(com.liferay.portal.model.BaseModel model)
           
 void onAfterRemove(com.liferay.portal.model.BaseModel model)
           
 void onAfterUpdate(com.liferay.portal.model.BaseModel model)
           
 void onBeforeCreate(com.liferay.portal.model.BaseModel model)
           
 void onBeforeRemove(com.liferay.portal.model.BaseModel model)
           
 void onBeforeUpdate(com.liferay.portal.model.BaseModel model)
           
 
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

onBeforeCreate

public void onBeforeCreate(com.liferay.portal.model.BaseModel model)
                    throws com.liferay.portal.ModelListenerException
Specified by:
onBeforeCreate in interface com.liferay.portal.model.ModelListener
Throws:
com.liferay.portal.ModelListenerException

onAfterCreate

public void onAfterCreate(com.liferay.portal.model.BaseModel model)
                   throws com.liferay.portal.ModelListenerException
Specified by:
onAfterCreate in interface com.liferay.portal.model.ModelListener
Throws:
com.liferay.portal.ModelListenerException

onBeforeRemove

public void onBeforeRemove(com.liferay.portal.model.BaseModel model)
                    throws com.liferay.portal.ModelListenerException
Specified by:
onBeforeRemove in interface com.liferay.portal.model.ModelListener
Throws:
com.liferay.portal.ModelListenerException

onAfterRemove

public void onAfterRemove(com.liferay.portal.model.BaseModel model)
                   throws com.liferay.portal.ModelListenerException
Specified by:
onAfterRemove in interface com.liferay.portal.model.ModelListener
Throws:
com.liferay.portal.ModelListenerException

onBeforeUpdate

public void onBeforeUpdate(com.liferay.portal.model.BaseModel model)
                    throws com.liferay.portal.ModelListenerException
Specified by:
onBeforeUpdate in interface com.liferay.portal.model.ModelListener
Throws:
com.liferay.portal.ModelListenerException

onAfterUpdate

public void onAfterUpdate(com.liferay.portal.model.BaseModel model)
                   throws com.liferay.portal.ModelListenerException
Specified by:
onAfterUpdate in interface com.liferay.portal.model.ModelListener
Throws:
com.liferay.portal.ModelListenerException