Package com.liferay.notification.context
Class NotificationContext
java.lang.Object
com.liferay.notification.context.NotificationContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglonglonggetType()longbooleanvoidsetAttachmentObjectFieldIds(List<Long> attachmentObjectFieldIds) voidsetClassName(String className) voidsetClassPK(long classPK) voidsetCompanyId(long companyId) voidsetExternalReferenceCode(String externalReferenceCode) voidsetFileEntryIds(List<Long> fileEntryIds) voidsetGroupId(long groupId) voidsetNotificationQueueEntry(NotificationQueueEntry notificationQueueEntry) voidsetNotificationRecipient(NotificationRecipient notificationRecipient) voidsetNotificationRecipientSettings(List<NotificationRecipientSetting> notificationRecipientSettings) voidsetNotificationTemplate(NotificationTemplate notificationTemplate) voidsetPortletId(String portletId) voidsetPreferredLanguageId(String preferredLanguageId) voidsetSiteDefaultLocale(Locale siteDefaultLocale) voidsetTermValues(Map<String, Object> termValues) voidvoidsetUsePreferredLanguageForGuests(boolean usePreferredLanguageForGuests) voidsetUserId(long userId) voidsetUserLocale(Locale userLocale)
-
Constructor Details
-
NotificationContext
public NotificationContext()
-
-
Method Details
-
getAttachmentObjectFieldIds
-
getClassName
-
getClassPK
public long getClassPK() -
getCompanyId
public long getCompanyId() -
getExternalReferenceCode
-
getFileEntryIds
-
getGroupId
public long getGroupId() -
getNotificationQueueEntry
-
getNotificationRecipient
-
getNotificationRecipientSettings
-
getNotificationTemplate
-
getPortletId
-
getPreferredLanguageId
-
getSiteDefaultLocale
-
getTermValues
-
getType
-
getUserId
public long getUserId() -
getUserLocale
-
isUsePreferredLanguageForGuests
public boolean isUsePreferredLanguageForGuests() -
setAttachmentObjectFieldIds
-
setClassName
-
setClassPK
public void setClassPK(long classPK) -
setCompanyId
public void setCompanyId(long companyId) -
setExternalReferenceCode
-
setFileEntryIds
-
setGroupId
public void setGroupId(long groupId) -
setNotificationQueueEntry
-
setNotificationRecipient
-
setNotificationRecipientSettings
public void setNotificationRecipientSettings(List<NotificationRecipientSetting> notificationRecipientSettings) -
setNotificationTemplate
-
setPortletId
-
setPreferredLanguageId
-
setSiteDefaultLocale
-
setTermValues
-
setType
-
setUsePreferredLanguageForGuests
public void setUsePreferredLanguageForGuests(boolean usePreferredLanguageForGuests) -
setUserId
public void setUserId(long userId) -
setUserLocale
-