com.liferay.portal.service.impl
Class LayoutSetPrototypeLayoutListener

java.lang.Object
  extended by com.liferay.portal.model.BaseModelListener<com.liferay.portal.model.Layout>
      extended by com.liferay.portal.service.impl.LayoutSetPrototypeLayoutListener
All Implemented Interfaces:
com.liferay.portal.model.ModelListener<com.liferay.portal.model.Layout>

public class LayoutSetPrototypeLayoutListener
extends com.liferay.portal.model.BaseModelListener<com.liferay.portal.model.Layout>

Author:
Raymond Augé

Constructor Summary
LayoutSetPrototypeLayoutListener()
           
 
Method Summary
 void onAfterCreate(com.liferay.portal.model.Layout layout)
           
 void onAfterRemove(com.liferay.portal.model.Layout layout)
           
 void onAfterUpdate(com.liferay.portal.model.Layout layout)
           
protected  void updateLayoutSetPrototype(com.liferay.portal.model.Layout layout)
           
 
Methods inherited from class com.liferay.portal.model.BaseModelListener
onAfterAddAssociation, 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

LayoutSetPrototypeLayoutListener

public LayoutSetPrototypeLayoutListener()
Method Detail

onAfterCreate

public void onAfterCreate(com.liferay.portal.model.Layout layout)
Specified by:
onAfterCreate in interface com.liferay.portal.model.ModelListener<com.liferay.portal.model.Layout>
Overrides:
onAfterCreate in class com.liferay.portal.model.BaseModelListener<com.liferay.portal.model.Layout>

onAfterRemove

public void onAfterRemove(com.liferay.portal.model.Layout layout)
Specified by:
onAfterRemove in interface com.liferay.portal.model.ModelListener<com.liferay.portal.model.Layout>
Overrides:
onAfterRemove in class com.liferay.portal.model.BaseModelListener<com.liferay.portal.model.Layout>

onAfterUpdate

public void onAfterUpdate(com.liferay.portal.model.Layout layout)
Specified by:
onAfterUpdate in interface com.liferay.portal.model.ModelListener<com.liferay.portal.model.Layout>
Overrides:
onAfterUpdate in class com.liferay.portal.model.BaseModelListener<com.liferay.portal.model.Layout>

updateLayoutSetPrototype

protected void updateLayoutSetPrototype(com.liferay.portal.model.Layout layout)