Class CalendarNotificationTemplateServiceUtil

java.lang.Object
com.liferay.calendar.service.CalendarNotificationTemplateServiceUtil

public class CalendarNotificationTemplateServiceUtil extends Object
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 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

      public static String 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

      public static CalendarNotificationTemplateService getService()