public abstract class BaseNotificationType extends java.lang.Object implements NotificationType
| Constructor and Description |
|---|
BaseNotificationType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getType() |
void |
sendNotification(NotificationContext notificationContext) |
void |
validateNotificationTemplate(NotificationContext notificationContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsendUnsentNotificationspublic java.lang.String getType()
getType in interface NotificationTypepublic void sendNotification(NotificationContext notificationContext) throws com.liferay.portal.kernel.exception.PortalException
sendNotification in interface NotificationTypecom.liferay.portal.kernel.exception.PortalExceptionpublic void validateNotificationTemplate(NotificationContext notificationContext) throws com.liferay.portal.kernel.exception.PortalException
validateNotificationTemplate in interface NotificationTypecom.liferay.portal.kernel.exception.PortalException