public interface NotificationType
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getType() |
void |
sendNotification(NotificationContext notificationContext) |
default void |
sendUnsentNotifications() |
void |
validateNotificationTemplate(NotificationContext notificationContext) |
java.lang.String getType()
void sendNotification(NotificationContext notificationContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptiondefault void sendUnsentNotifications()
void validateNotificationTemplate(NotificationContext notificationContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException