public class CalendarNotificationTemplateServiceUtil
extends java.lang.Object
com.liferay.calendar.service.impl.CalendarNotificationTemplateServiceImpl and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.CalendarNotificationTemplateService| Constructor and Description |
|---|
CalendarNotificationTemplateServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static CalendarNotificationTemplate |
addCalendarNotificationTemplate(long calendarId,
NotificationType notificationType,
java.lang.String notificationTypeSettings,
NotificationTemplateType notificationTemplateType,
java.lang.String subject,
java.lang.String body,
ServiceContext serviceContext) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static CalendarNotificationTemplateService |
getService() |
static CalendarNotificationTemplate |
updateCalendarNotificationTemplate(long calendarNotificationTemplateId,
java.lang.String notificationTypeSettings,
java.lang.String subject,
java.lang.String body,
ServiceContext serviceContext) |
public CalendarNotificationTemplateServiceUtil()
public static CalendarNotificationTemplate addCalendarNotificationTemplate(long calendarId, NotificationType notificationType, java.lang.String notificationTypeSettings, NotificationTemplateType notificationTemplateType, java.lang.String subject, java.lang.String body, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static CalendarNotificationTemplate updateCalendarNotificationTemplate(long calendarNotificationTemplateId, java.lang.String notificationTypeSettings, java.lang.String subject, java.lang.String body, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static CalendarNotificationTemplateService getService()