com.liferay.portlet.journal.model
Class JournalArticleListener
java.lang.Object
com.liferay.portal.model.BaseModelListener<com.liferay.portlet.journal.model.JournalArticle>
com.liferay.portlet.journal.model.JournalArticleListener
- All Implemented Interfaces:
- com.liferay.portal.model.ModelListener<com.liferay.portlet.journal.model.JournalArticle>
public class JournalArticleListener
- extends com.liferay.portal.model.BaseModelListener<com.liferay.portlet.journal.model.JournalArticle>
- Author:
- Brian Wing Shun Chan, Jon Steer, Raymond Augé
|
Method Summary |
protected void |
clearCache(com.liferay.portlet.journal.model.JournalArticle article)
|
void |
onAfterRemove(com.liferay.portlet.journal.model.JournalArticle article)
|
void |
onAfterUpdate(com.liferay.portlet.journal.model.JournalArticle article)
|
| Methods inherited from class com.liferay.portal.model.BaseModelListener |
onAfterAddAssociation, onAfterCreate, onAfterRemoveAssociation, onBeforeAddAssociation, onBeforeCreate, onBeforeRemove, onBeforeRemoveAssociation, onBeforeUpdate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JournalArticleListener
public JournalArticleListener()
onAfterRemove
public void onAfterRemove(com.liferay.portlet.journal.model.JournalArticle article)
- Specified by:
onAfterRemove in interface com.liferay.portal.model.ModelListener<com.liferay.portlet.journal.model.JournalArticle>- Overrides:
onAfterRemove in class com.liferay.portal.model.BaseModelListener<com.liferay.portlet.journal.model.JournalArticle>
onAfterUpdate
public void onAfterUpdate(com.liferay.portlet.journal.model.JournalArticle article)
- Specified by:
onAfterUpdate in interface com.liferay.portal.model.ModelListener<com.liferay.portlet.journal.model.JournalArticle>- Overrides:
onAfterUpdate in class com.liferay.portal.model.BaseModelListener<com.liferay.portlet.journal.model.JournalArticle>
clearCache
protected void clearCache(com.liferay.portlet.journal.model.JournalArticle article)