Class NotificationTemplateContext

java.lang.Object
com.liferay.calendar.notification.NotificationTemplateContext
All Implemented Interfaces:
Serializable, Cloneable

public class NotificationTemplateContext extends Object implements Cloneable, Serializable
See Also:
  • Constructor Details

    • NotificationTemplateContext

      public NotificationTemplateContext(NotificationType notificationType)
  • Method Details

    • getAttribute

      public Serializable getAttribute(String name)
    • getAttributes

      public Map<String,Serializable> getAttributes()
    • getCalendarId

      public long getCalendarId()
    • getCalendarNotificationTemplate

      public CalendarNotificationTemplate getCalendarNotificationTemplate()
    • getCompanyId

      public long getCompanyId()
    • getFromAddress

      public String getFromAddress()
    • getFromName

      public String getFromName()
    • getGroupId

      public long getGroupId()
    • getNotificationTemplateType

      public NotificationTemplateType getNotificationTemplateType()
    • getNotificationType

      public NotificationType getNotificationType()
    • getString

      public String getString(String name)
    • getToAddress

      public String getToAddress()
    • getToName

      public String getToName()
    • setAttribute

      public void setAttribute(String name, Serializable value)
    • setAttributes

      public void setAttributes(Map<String,Serializable> attributes)
    • setCalendarId

      public void setCalendarId(long calendarId)
    • setCalendarNotificationTemplate

      public void setCalendarNotificationTemplate(CalendarNotificationTemplate calendarNotificationTemplate)
    • setCompanyId

      public void setCompanyId(long companyId)
    • setFromAddress

      public void setFromAddress(String fromAddress)
    • setFromName

      public void setFromName(String fromName)
    • setGroupId

      public void setGroupId(long groupId)
    • setNotificationTemplateType

      public void setNotificationTemplateType(NotificationTemplateType notificationTemplateType)
    • setNotificationType

      public void setNotificationType(NotificationType notificationType)
    • setToAddress

      public void setToAddress(String toAddress)
    • setToName

      public void setToName(String toName)