public abstract class AlloyNotificationEventHelper
extends java.lang.Object
Constructor and Description |
---|
AlloyNotificationEventHelper() |
Modifier and Type | Method and Description |
---|---|
protected void |
addUserNotificationEvent(java.lang.String portletKey,
long userId,
int notificationType,
int deliveryType,
java.lang.Object... attributes) |
abstract void |
addUserNotificationEvents(javax.servlet.http.HttpServletRequest request,
java.lang.String controllerPath,
java.lang.String actionPath,
com.liferay.portal.kernel.json.JSONObject payloadJSONObject) |
public abstract void addUserNotificationEvents(javax.servlet.http.HttpServletRequest request, java.lang.String controllerPath, java.lang.String actionPath, com.liferay.portal.kernel.json.JSONObject payloadJSONObject) throws java.lang.Exception
java.lang.Exception
protected void addUserNotificationEvent(java.lang.String portletKey, long userId, int notificationType, int deliveryType, java.lang.Object... attributes) throws java.lang.Exception
java.lang.Exception