com.liferay.portal.model
Interface ModelListener
- public interface ModelListener
View Source
- Author:
- Brian Wing Shun Chan
onBeforeCreate
public void onBeforeCreate(BaseModel model)
throws ModelListenerException
- Throws:
ModelListenerException
onAfterCreate
public void onAfterCreate(BaseModel model)
throws ModelListenerException
- Throws:
ModelListenerException
onBeforeRemove
public void onBeforeRemove(BaseModel model)
throws ModelListenerException
- Throws:
ModelListenerException
onAfterRemove
public void onAfterRemove(BaseModel model)
throws ModelListenerException
- Throws:
ModelListenerException
onBeforeUpdate
public void onBeforeUpdate(BaseModel model)
throws ModelListenerException
- Throws:
ModelListenerException
onAfterUpdate
public void onAfterUpdate(BaseModel model)
throws ModelListenerException
- Throws:
ModelListenerException