public class NotificationContextBuilder
extends java.lang.Object
Constructor and Description |
---|
NotificationContextBuilder() |
Modifier and Type | Method and Description |
---|---|
NotificationContext |
build() |
NotificationContextBuilder |
className(java.lang.String className) |
NotificationContextBuilder |
classPK(long classPK) |
NotificationContextBuilder |
externalReferenceCode(java.lang.String externalReferenceCode) |
NotificationContextBuilder |
notificationTemplate(NotificationTemplate notificationTemplate) |
NotificationContextBuilder |
portletId(java.lang.String portletId) |
NotificationContextBuilder |
termValues(java.util.Map<java.lang.String,java.lang.Object> termValues) |
NotificationContextBuilder |
userId(long userId) |
public NotificationContext build()
public NotificationContextBuilder className(java.lang.String className)
public NotificationContextBuilder classPK(long classPK)
public NotificationContextBuilder externalReferenceCode(java.lang.String externalReferenceCode)
public NotificationContextBuilder notificationTemplate(NotificationTemplate notificationTemplate)
public NotificationContextBuilder portletId(java.lang.String portletId)
public NotificationContextBuilder termValues(java.util.Map<java.lang.String,java.lang.Object> termValues)
public NotificationContextBuilder userId(long userId)