public class RoleEventPublisher extends AbstractEventPublisherBaseModelListener<com.liferay.portal.model.Role>
| Modifier and Type | Field and Description |
|---|---|
protected static com.liferay.portal.kernel.log.Log |
log |
| Constructor and Description |
|---|
RoleEventPublisher() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAfterAddAssociation(Object classPK,
String associationClassName,
Object associationClassPK) |
void |
onAfterCreate(com.liferay.portal.model.Role role) |
void |
onAfterRemove(com.liferay.portal.model.Role role) |
void |
onAfterRemoveAssociation(Object classPK,
String associationClassName,
Object associationClassPK) |
void |
onAfterUpdate(com.liferay.portal.model.Role role) |
void |
onBeforeAddAssociation(Object classPK,
String associationClassName,
Object associationClassPK) |
void |
onBeforeCreate(com.liferay.portal.model.Role role) |
void |
onBeforeRemove(com.liferay.portal.model.Role role) |
void |
onBeforeRemoveAssociation(Object classPK,
String associationClassName,
Object associationClassPK) |
void |
onBeforeUpdate(com.liferay.portal.model.Role role) |
createEventSenderpublic void onAfterCreate(com.liferay.portal.model.Role role)
throws com.liferay.portal.ModelListenerException
com.liferay.portal.ModelListenerExceptionpublic void onBeforeRemove(com.liferay.portal.model.Role role)
throws com.liferay.portal.ModelListenerException
com.liferay.portal.ModelListenerExceptionpublic void onAfterAddAssociation(Object classPK, String associationClassName, Object associationClassPK) throws com.liferay.portal.ModelListenerException
com.liferay.portal.ModelListenerExceptionpublic void onAfterRemove(com.liferay.portal.model.Role role)
throws com.liferay.portal.ModelListenerException
com.liferay.portal.ModelListenerExceptionpublic void onAfterRemoveAssociation(Object classPK, String associationClassName, Object associationClassPK) throws com.liferay.portal.ModelListenerException
com.liferay.portal.ModelListenerExceptionpublic void onAfterUpdate(com.liferay.portal.model.Role role)
throws com.liferay.portal.ModelListenerException
com.liferay.portal.ModelListenerExceptionpublic void onBeforeAddAssociation(Object classPK, String associationClassName, Object associationClassPK) throws com.liferay.portal.ModelListenerException
com.liferay.portal.ModelListenerExceptionpublic void onBeforeCreate(com.liferay.portal.model.Role role)
throws com.liferay.portal.ModelListenerException
com.liferay.portal.ModelListenerExceptionpublic void onBeforeRemoveAssociation(Object classPK, String associationClassName, Object associationClassPK) throws com.liferay.portal.ModelListenerException
com.liferay.portal.ModelListenerExceptionpublic void onBeforeUpdate(com.liferay.portal.model.Role role)
throws com.liferay.portal.ModelListenerException
com.liferay.portal.ModelListenerExceptionCopyright © 2021. All Rights Reserved.