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.voidsetWrappedService(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:
addCalendarNotificationTemplatein interfaceCalendarNotificationTemplateService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin 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:
updateCalendarNotificationTemplatein interfaceCalendarNotificationTemplateService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CalendarNotificationTemplateService>
-
setWrappedService
public void setWrappedService(CalendarNotificationTemplateService calendarNotificationTemplateService) - Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CalendarNotificationTemplateService>
-