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