public class NotificationUtil
extends java.lang.Object
| Constructor and Description |
|---|
NotificationUtil() |
| Modifier and Type | Method and Description |
|---|---|
static com.liferay.notification.context.NotificationContext |
toNotificationContext(NotificationTemplate notificationTemplate) |
static com.liferay.notification.model.NotificationRecipient |
toNotificationRecipient(com.liferay.portal.kernel.model.User user,
long classPK) |
static java.util.List<com.liferay.notification.model.NotificationRecipientSetting> |
toNotificationRecipientSetting(long notificationRecipientId,
com.liferay.notification.type.NotificationType notificationType,
java.lang.Object[] recipients,
com.liferay.portal.kernel.model.User user) |
static com.liferay.notification.model.NotificationTemplate |
toNotificationTemplate(long notificationTemplateId,
NotificationTemplate notificationTemplate,
com.liferay.portal.kernel.model.User user) |
public static com.liferay.notification.context.NotificationContext toNotificationContext(NotificationTemplate notificationTemplate) throws java.lang.Exception
java.lang.Exceptionpublic static com.liferay.notification.model.NotificationRecipient toNotificationRecipient(com.liferay.portal.kernel.model.User user,
long classPK)
public static java.util.List<com.liferay.notification.model.NotificationRecipientSetting> toNotificationRecipientSetting(long notificationRecipientId,
com.liferay.notification.type.NotificationType notificationType,
java.lang.Object[] recipients,
com.liferay.portal.kernel.model.User user)
public static com.liferay.notification.model.NotificationTemplate toNotificationTemplate(long notificationTemplateId,
NotificationTemplate notificationTemplate,
com.liferay.portal.kernel.model.User user)