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