com.liferay.portal.model
Class UserListener
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserListener
public UserListener()
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