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,
com.liferay.object.service.ObjectFieldLocalService objectFieldLocalService) |
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.object.service.ObjectDefinitionLocalService objectDefinitionLocalService,
com.liferay.portal.kernel.model.User user) |
public static com.liferay.notification.context.NotificationContext toNotificationContext(NotificationTemplate notificationTemplate, com.liferay.object.service.ObjectFieldLocalService objectFieldLocalService)
public 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.object.service.ObjectDefinitionLocalService objectDefinitionLocalService, com.liferay.portal.kernel.model.User user)