@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CalendarNotificationTemplateService
extends com.liferay.portal.kernel.service.BaseService
CalendarNotificationTemplateServiceUtil
,
com.liferay.calendar.service.base.CalendarNotificationTemplateServiceBaseImpl
,
com.liferay.calendar.service.impl.CalendarNotificationTemplateServiceImpl
Modifier and Type | Method and Description |
---|---|
CalendarNotificationTemplate |
addCalendarNotificationTemplate(long calendarId,
NotificationType notificationType,
java.lang.String notificationTypeSettings,
NotificationTemplateType notificationTemplateType,
java.lang.String subject,
java.lang.String body,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CalendarNotificationTemplate |
updateCalendarNotificationTemplate(long calendarNotificationTemplateId,
java.lang.String notificationTypeSettings,
java.lang.String subject,
java.lang.String body,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CalendarNotificationTemplate addCalendarNotificationTemplate(long calendarId, NotificationType notificationType, java.lang.String notificationTypeSettings, NotificationTemplateType notificationTemplateType, java.lang.String subject, java.lang.String body, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
CalendarNotificationTemplate updateCalendarNotificationTemplate(long calendarNotificationTemplateId, java.lang.String notificationTypeSettings, java.lang.String subject, java.lang.String body, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getOSGiServiceIdentifier()