Class NotificationContext

java.lang.Object
com.liferay.notification.context.NotificationContext

public class NotificationContext extends Object
  • Constructor Details

    • NotificationContext

      public NotificationContext()
  • Method Details

    • getAttachmentObjectFieldIds

      public List<Long> getAttachmentObjectFieldIds()
    • getClassName

      public String getClassName()
    • getClassPK

      public long getClassPK()
    • getCompanyId

      public long getCompanyId()
    • getExternalReferenceCode

      public String getExternalReferenceCode()
    • getFileEntryIds

      public List<Long> getFileEntryIds()
    • getGroupId

      public long getGroupId()
    • getNotificationQueueEntry

      public NotificationQueueEntry getNotificationQueueEntry()
    • getNotificationRecipient

      public NotificationRecipient getNotificationRecipient()
    • getNotificationRecipientSettings

      public List<NotificationRecipientSetting> getNotificationRecipientSettings()
    • getNotificationTemplate

      public NotificationTemplate getNotificationTemplate()
    • getPortletId

      public String getPortletId()
    • getPreferredLanguageId

      public String getPreferredLanguageId()
    • getSiteDefaultLocale

      public Locale getSiteDefaultLocale()
    • getTermValues

      public Map<String,Object> getTermValues()
    • getType

      public String getType()
    • getUserId

      public long getUserId()
    • getUserLocale

      public Locale getUserLocale()
    • isUsePreferredLanguageForGuests

      public boolean isUsePreferredLanguageForGuests()
    • setAttachmentObjectFieldIds

      public void setAttachmentObjectFieldIds(List<Long> attachmentObjectFieldIds)
    • setClassName

      public void setClassName(String className)
    • setClassPK

      public void setClassPK(long classPK)
    • setCompanyId

      public void setCompanyId(long companyId)
    • setExternalReferenceCode

      public void setExternalReferenceCode(String externalReferenceCode)
    • setFileEntryIds

      public void setFileEntryIds(List<Long> fileEntryIds)
    • setGroupId

      public void setGroupId(long groupId)
    • setNotificationQueueEntry

      public void setNotificationQueueEntry(NotificationQueueEntry notificationQueueEntry)
    • setNotificationRecipient

      public void setNotificationRecipient(NotificationRecipient notificationRecipient)
    • setNotificationRecipientSettings

      public void setNotificationRecipientSettings(List<NotificationRecipientSetting> notificationRecipientSettings)
    • setNotificationTemplate

      public void setNotificationTemplate(NotificationTemplate notificationTemplate)
    • setPortletId

      public void setPortletId(String portletId)
    • setPreferredLanguageId

      public void setPreferredLanguageId(String preferredLanguageId)
    • setSiteDefaultLocale

      public void setSiteDefaultLocale(Locale siteDefaultLocale)
    • setTermValues

      public void setTermValues(Map<String,Object> termValues)
    • setType

      public void setType(String type)
    • setUsePreferredLanguageForGuests

      public void setUsePreferredLanguageForGuests(boolean usePreferredLanguageForGuests)
    • setUserId

      public void setUserId(long userId)
    • setUserLocale

      public void setUserLocale(Locale userLocale)