Package com.liferay.calendar.service
Class CalendarNotificationTemplateServiceUtil
java.lang.Object
com.liferay.calendar.service.CalendarNotificationTemplateServiceUtil
Provides the remote service utility for CalendarNotificationTemplate. This utility wraps
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.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CalendarNotificationTemplate
addCalendarNotificationTemplate
(long calendarId, NotificationType notificationType, String notificationTypeSettings, NotificationTemplateType notificationTemplateType, String subject, String body, com.liferay.portal.kernel.service.ServiceContext serviceContext) static String
Returns the OSGi service identifier.static CalendarNotificationTemplate
updateCalendarNotificationTemplate
(long calendarNotificationTemplateId, String notificationTypeSettings, String subject, String body, com.liferay.portal.kernel.service.ServiceContext serviceContext)
-
Constructor Details
-
CalendarNotificationTemplateServiceUtil
public CalendarNotificationTemplateServiceUtil()
-
-
Method Details
-
addCalendarNotificationTemplate
public static CalendarNotificationTemplate addCalendarNotificationTemplate(long calendarId, NotificationType notificationType, String notificationTypeSettings, NotificationTemplateType notificationTemplateType, String subject, String body, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateCalendarNotificationTemplate
public static CalendarNotificationTemplate updateCalendarNotificationTemplate(long calendarNotificationTemplateId, String notificationTypeSettings, String subject, String body, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getService
-