Class NotificationTemplateContext
java.lang.Object
com.liferay.calendar.notification.NotificationTemplateContext
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String name) longlonglongvoidsetAttribute(String name, Serializable value) voidsetAttributes(Map<String, Serializable> attributes) voidsetCalendarId(long calendarId) voidsetCalendarNotificationTemplate(CalendarNotificationTemplate calendarNotificationTemplate) voidsetCompanyId(long companyId) voidsetFromAddress(String fromAddress) voidsetFromName(String fromName) voidsetGroupId(long groupId) voidsetNotificationTemplateType(NotificationTemplateType notificationTemplateType) voidsetNotificationType(NotificationType notificationType) voidsetToAddress(String toAddress) void
-
Constructor Details
-
NotificationTemplateContext
-
-
Method Details
-
getAttribute
-
getAttributes
-
getCalendarId
public long getCalendarId() -
getCalendarNotificationTemplate
-
getCompanyId
public long getCompanyId() -
getFromAddress
-
getFromName
-
getGroupId
public long getGroupId() -
getNotificationTemplateType
-
getNotificationType
-
getString
-
getToAddress
-
getToName
-
setAttribute
-
setAttributes
-
setCalendarId
public void setCalendarId(long calendarId) -
setCalendarNotificationTemplate
public void setCalendarNotificationTemplate(CalendarNotificationTemplate calendarNotificationTemplate) -
setCompanyId
public void setCompanyId(long companyId) -
setFromAddress
-
setFromName
-
setGroupId
public void setGroupId(long groupId) -
setNotificationTemplateType
-
setNotificationType
-
setToAddress
-
setToName
-