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)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
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
CalendarNotificationTemplateServiceUtil
to access the calendar notification template remote service. Add custom service methods to com.liferay.calendar.service.impl.CalendarNotificationTemplateServiceImpl
and rerun ServiceBuilder to automatically copy the method declarations to this interface.addCalendarNotificationTemplate
in interface CalendarNotificationTemplateService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface CalendarNotificationTemplateService
public 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 CalendarNotificationTemplateService
com.liferay.portal.kernel.exception.PortalException
public 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>