@ProviderType public class CalendarNotificationTemplateServiceWrapper extends java.lang.Object implements CalendarNotificationTemplateService, com.liferay.portal.kernel.service.ServiceWrapper<CalendarNotificationTemplateService>
CalendarNotificationTemplateService.CalendarNotificationTemplateService| Constructor and Description |
|---|
CalendarNotificationTemplateServiceWrapper(CalendarNotificationTemplateService calendarNotificationTemplateService) |
| 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.
|
CalendarNotificationTemplateService |
getWrappedService() |
void |
setWrappedService(CalendarNotificationTemplateService calendarNotificationTemplateService) |
CalendarNotificationTemplate |
updateCalendarNotificationTemplate(long calendarNotificationTemplateId,
java.lang.String notificationTypeSettings,
java.lang.String subject,
java.lang.String body,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public CalendarNotificationTemplateServiceWrapper(CalendarNotificationTemplateService calendarNotificationTemplateService)
public 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
addCalendarNotificationTemplate in interface CalendarNotificationTemplateServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CalendarNotificationTemplateServicepublic 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
updateCalendarNotificationTemplate in interface CalendarNotificationTemplateServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CalendarNotificationTemplateService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CalendarNotificationTemplateService>public void setWrappedService(CalendarNotificationTemplateService calendarNotificationTemplateService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CalendarNotificationTemplateService>