com.liferay.portal.model
Class BaseModelListener
java.lang.Object
com.liferay.portal.model.BaseModelListener
- All Implemented Interfaces:
- ModelListener
public class BaseModelListener
- extends java.lang.Object
- implements ModelListener
View Source
- Author:
- Brian Wing Shun Chan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseModelListener
public BaseModelListener()
onAfterAddAssociation
public void onAfterAddAssociation(java.lang.Object classPK,
java.lang.String associationClassName,
java.lang.Object associationClassPK)
throws ModelListenerException
- Specified by:
onAfterAddAssociation in interface ModelListener
- Throws:
ModelListenerException
onAfterCreate
public void onAfterCreate(BaseModel model)
throws ModelListenerException
- Specified by:
onAfterCreate in interface ModelListener
- Throws:
ModelListenerException
onAfterRemove
public void onAfterRemove(BaseModel model)
throws ModelListenerException
- Specified by:
onAfterRemove in interface ModelListener
- Throws:
ModelListenerException
onAfterRemoveAssociation
public void onAfterRemoveAssociation(java.lang.Object classPK,
java.lang.String associationClassName,
java.lang.Object associationClassPK)
throws ModelListenerException
- Specified by:
onAfterRemoveAssociation in interface ModelListener
- Throws:
ModelListenerException
onAfterUpdate
public void onAfterUpdate(BaseModel model)
throws ModelListenerException
- Specified by:
onAfterUpdate in interface ModelListener
- Throws:
ModelListenerException
onBeforeAddAssociation
public void onBeforeAddAssociation(java.lang.Object classPK,
java.lang.String associationClassName,
java.lang.Object associationClassPK)
throws ModelListenerException
- Specified by:
onBeforeAddAssociation in interface ModelListener
- Throws:
ModelListenerException
onBeforeCreate
public void onBeforeCreate(BaseModel model)
throws ModelListenerException
- Specified by:
onBeforeCreate in interface ModelListener
- Throws:
ModelListenerException
onBeforeRemove
public void onBeforeRemove(BaseModel model)
throws ModelListenerException
- Specified by:
onBeforeRemove in interface ModelListener
- Throws:
ModelListenerException
onBeforeRemoveAssociation
public void onBeforeRemoveAssociation(java.lang.Object classPK,
java.lang.String associationClassName,
java.lang.Object associationClassPK)
throws ModelListenerException
- Specified by:
onBeforeRemoveAssociation in interface ModelListener
- Throws:
ModelListenerException
onBeforeUpdate
public void onBeforeUpdate(BaseModel model)
throws ModelListenerException
- Specified by:
onBeforeUpdate in interface ModelListener
- Throws:
ModelListenerException