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) long
long
long
void
setAttribute
(String name, Serializable value) void
setAttributes
(Map<String, Serializable> attributes) void
setCalendarId
(long calendarId) void
setCalendarNotificationTemplate
(CalendarNotificationTemplate calendarNotificationTemplate) void
setCompanyId
(long companyId) void
setFromAddress
(String fromAddress) void
setFromName
(String fromName) void
setGroupId
(long groupId) void
setNotificationTemplateType
(NotificationTemplateType notificationTemplateType) void
setNotificationType
(NotificationType notificationType) void
setToAddress
(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
-