@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface CalendarNotificationTemplateService extends BaseService
CalendarNotificationTemplateServiceUtil| 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,
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,
ServiceContext serviceContext) |
CalendarNotificationTemplate addCalendarNotificationTemplate(long calendarId, NotificationType notificationType, java.lang.String notificationTypeSettings, NotificationTemplateType notificationTemplateType, java.lang.String subject, java.lang.String body, ServiceContext serviceContext) throws PortalException
PortalExceptionjava.lang.String getOSGiServiceIdentifier()
CalendarNotificationTemplate updateCalendarNotificationTemplate(long calendarNotificationTemplateId, java.lang.String notificationTypeSettings, java.lang.String subject, java.lang.String body, ServiceContext serviceContext) throws PortalException
PortalException