com.liferay.portal.model
Class LayoutListener

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

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

View Source

Author:
Alexander Chow

Constructor Summary
LayoutListener()
           
 
Method Summary
protected  void clearCache(com.liferay.portal.model.BaseModel model)
           
 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

LayoutListener

public LayoutListener()
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

clearCache

protected void clearCache(com.liferay.portal.model.BaseModel model)