com.liferay.portlet.journal.model
Class JournalTemplateListener
java.lang.Object
com.liferay.portlet.journal.model.JournalTemplateListener
- All Implemented Interfaces:
- com.liferay.portal.model.ModelListener
- public class JournalTemplateListener
- extends java.lang.Object
- implements com.liferay.portal.model.ModelListener
View Source
- Author:
- Brian Wing Shun Chan, Jon Steer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JournalTemplateListener
public JournalTemplateListener()
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)