com.liferay.portal.model
Class LayoutSetListener

java.lang.Object
  extended bycom.liferay.portal.model.LayoutSetListener
All Implemented Interfaces:
com.liferay.portal.model.ModelListener

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

View Source

Author:
Alexander Chow

Constructor Summary
LayoutSetListener()
           
 
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

LayoutSetListener

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