public class UserNotificationEventListener
extends com.liferay.portal.model.BaseModelListener<com.liferay.portal.model.UserNotificationEvent>
| Constructor and Description |
|---|
UserNotificationEventListener() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isActionRequired(String payload) |
void |
onAfterCreate(com.liferay.portal.model.UserNotificationEvent userNotificationEvent) |
void |
onAfterRemove(com.liferay.portal.model.UserNotificationEvent userNotificationEvent) |
void |
onAfterUpdate(com.liferay.portal.model.UserNotificationEvent userNotificationEvent) |
public void onAfterCreate(com.liferay.portal.model.UserNotificationEvent userNotificationEvent)
onAfterCreate in interface com.liferay.portal.model.ModelListener<com.liferay.portal.model.UserNotificationEvent>onAfterCreate in class com.liferay.portal.model.BaseModelListener<com.liferay.portal.model.UserNotificationEvent>public void onAfterRemove(com.liferay.portal.model.UserNotificationEvent userNotificationEvent)
onAfterRemove in interface com.liferay.portal.model.ModelListener<com.liferay.portal.model.UserNotificationEvent>onAfterRemove in class com.liferay.portal.model.BaseModelListener<com.liferay.portal.model.UserNotificationEvent>public void onAfterUpdate(com.liferay.portal.model.UserNotificationEvent userNotificationEvent)
onAfterUpdate in interface com.liferay.portal.model.ModelListener<com.liferay.portal.model.UserNotificationEvent>onAfterUpdate in class com.liferay.portal.model.BaseModelListener<com.liferay.portal.model.UserNotificationEvent>protected boolean isActionRequired(String payload) throws com.liferay.portal.kernel.json.JSONException
com.liferay.portal.kernel.json.JSONExceptionCopyright © 2019. All Rights Reserved.