Package com.liferay.calendar.service
Class CalendarNotificationTemplateServiceWrapper
java.lang.Object
com.liferay.calendar.service.CalendarNotificationTemplateServiceWrapper
- All Implemented Interfaces:
CalendarNotificationTemplateService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<CalendarNotificationTemplateService>
public class CalendarNotificationTemplateServiceWrapper
extends Object
implements CalendarNotificationTemplateService, com.liferay.portal.kernel.service.ServiceWrapper<CalendarNotificationTemplateService>
Provides a wrapper for
CalendarNotificationTemplateService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCalendarNotificationTemplateServiceWrapper
(CalendarNotificationTemplateService calendarNotificationTemplateService) -
Method Summary
Modifier and TypeMethodDescriptionaddCalendarNotificationTemplate
(long calendarId, NotificationType notificationType, String notificationTypeSettings, NotificationTemplateType notificationTemplateType, String subject, String body, com.liferay.portal.kernel.service.ServiceContext serviceContext) Returns the OSGi service identifier.void
setWrappedService
(CalendarNotificationTemplateService calendarNotificationTemplateService) updateCalendarNotificationTemplate
(long calendarNotificationTemplateId, String notificationTypeSettings, String subject, String body, com.liferay.portal.kernel.service.ServiceContext serviceContext)
-
Constructor Details
-
CalendarNotificationTemplateServiceWrapper
public CalendarNotificationTemplateServiceWrapper() -
CalendarNotificationTemplateServiceWrapper
public CalendarNotificationTemplateServiceWrapper(CalendarNotificationTemplateService calendarNotificationTemplateService)
-
-
Method Details
-
addCalendarNotificationTemplate
public 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 - Specified by:
addCalendarNotificationTemplate
in interfaceCalendarNotificationTemplateService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCalendarNotificationTemplateService
- Returns:
- the OSGi service identifier
-
updateCalendarNotificationTemplate
public CalendarNotificationTemplate updateCalendarNotificationTemplate(long calendarNotificationTemplateId, String notificationTypeSettings, String subject, String body, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateCalendarNotificationTemplate
in interfaceCalendarNotificationTemplateService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CalendarNotificationTemplateService>
-
setWrappedService
public void setWrappedService(CalendarNotificationTemplateService calendarNotificationTemplateService) - Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CalendarNotificationTemplateService>
-