public class NotificationContext
extends java.lang.Object
Constructor and Description |
---|
NotificationContext() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Long> |
getAttachmentObjectFieldIds() |
java.lang.String |
getClassName() |
long |
getClassPK() |
long |
getCompanyId() |
java.lang.String |
getExternalReferenceCode() |
java.util.List<java.lang.Long> |
getFileEntryIds() |
long |
getGroupId() |
NotificationQueueEntry |
getNotificationQueueEntry() |
NotificationRecipient |
getNotificationRecipient() |
java.util.List<NotificationRecipientSetting> |
getNotificationRecipientSettings() |
NotificationTemplate |
getNotificationTemplate() |
java.lang.String |
getPortletId() |
java.lang.String |
getPreferredLanguageId() |
java.util.Locale |
getSiteDefaultLocale() |
java.util.Map<java.lang.String,java.lang.Object> |
getTermValues() |
java.lang.String |
getType() |
long |
getUserId() |
java.util.Locale |
getUserLocale() |
boolean |
isUsePreferredLanguageForGuests() |
void |
setAttachmentObjectFieldIds(java.util.List<java.lang.Long> attachmentObjectFieldIds) |
void |
setClassName(java.lang.String className) |
void |
setClassPK(long classPK) |
void |
setCompanyId(long companyId) |
void |
setExternalReferenceCode(java.lang.String externalReferenceCode) |
void |
setFileEntryIds(java.util.List<java.lang.Long> fileEntryIds) |
void |
setGroupId(long groupId) |
void |
setNotificationQueueEntry(NotificationQueueEntry notificationQueueEntry) |
void |
setNotificationRecipient(NotificationRecipient notificationRecipient) |
void |
setNotificationRecipientSettings(java.util.List<NotificationRecipientSetting> notificationRecipientSettings) |
void |
setNotificationTemplate(NotificationTemplate notificationTemplate) |
void |
setPortletId(java.lang.String portletId) |
void |
setPreferredLanguageId(java.lang.String preferredLanguageId) |
void |
setSiteDefaultLocale(java.util.Locale siteDefaultLocale) |
void |
setTermValues(java.util.Map<java.lang.String,java.lang.Object> termValues) |
void |
setType(java.lang.String type) |
void |
setUsePreferredLanguageForGuests(boolean usePreferredLanguageForGuests) |
void |
setUserId(long userId) |
void |
setUserLocale(java.util.Locale userLocale) |
public java.util.List<java.lang.Long> getAttachmentObjectFieldIds()
public java.lang.String getClassName()
public long getClassPK()
public long getCompanyId()
public java.lang.String getExternalReferenceCode()
public java.util.List<java.lang.Long> getFileEntryIds()
public long getGroupId()
public NotificationQueueEntry getNotificationQueueEntry()
public NotificationRecipient getNotificationRecipient()
public java.util.List<NotificationRecipientSetting> getNotificationRecipientSettings()
public NotificationTemplate getNotificationTemplate()
public java.lang.String getPortletId()
public java.lang.String getPreferredLanguageId()
public java.util.Locale getSiteDefaultLocale()
public java.util.Map<java.lang.String,java.lang.Object> getTermValues()
public java.lang.String getType()
public long getUserId()
public java.util.Locale getUserLocale()
public boolean isUsePreferredLanguageForGuests()
public void setAttachmentObjectFieldIds(java.util.List<java.lang.Long> attachmentObjectFieldIds)
public void setClassName(java.lang.String className)
public void setClassPK(long classPK)
public void setCompanyId(long companyId)
public void setExternalReferenceCode(java.lang.String externalReferenceCode)
public void setFileEntryIds(java.util.List<java.lang.Long> fileEntryIds)
public void setGroupId(long groupId)
public void setNotificationQueueEntry(NotificationQueueEntry notificationQueueEntry)
public void setNotificationRecipient(NotificationRecipient notificationRecipient)
public void setNotificationRecipientSettings(java.util.List<NotificationRecipientSetting> notificationRecipientSettings)
public void setNotificationTemplate(NotificationTemplate notificationTemplate)
public void setPortletId(java.lang.String portletId)
public void setPreferredLanguageId(java.lang.String preferredLanguageId)
public void setSiteDefaultLocale(java.util.Locale siteDefaultLocale)
public void setTermValues(java.util.Map<java.lang.String,java.lang.Object> termValues)
public void setType(java.lang.String type)
public void setUsePreferredLanguageForGuests(boolean usePreferredLanguageForGuests)
public void setUserId(long userId)
public void setUserLocale(java.util.Locale userLocale)