public class NotificationTemplateServiceWrapper extends java.lang.Object implements NotificationTemplateService, com.liferay.portal.kernel.service.ServiceWrapper<NotificationTemplateService>
NotificationTemplateService.NotificationTemplateService| Constructor and Description |
|---|
NotificationTemplateServiceWrapper() |
NotificationTemplateServiceWrapper(NotificationTemplateService notificationTemplateService) |
| Modifier and Type | Method and Description |
|---|---|
NotificationTemplate |
addNotificationTemplate(NotificationContext notificationContext) |
NotificationTemplate |
deleteNotificationTemplate(long notificationTemplateId) |
NotificationTemplate |
deleteNotificationTemplate(NotificationTemplate notificationTemplate) |
NotificationTemplate |
fetchNotificationTemplateByExternalReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
NotificationTemplate |
getNotificationTemplate(long notificationTemplateId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
NotificationTemplateService |
getWrappedService() |
void |
setWrappedService(NotificationTemplateService notificationTemplateService) |
NotificationTemplate |
updateNotificationTemplate(NotificationContext notificationContext) |
public NotificationTemplateServiceWrapper()
public NotificationTemplateServiceWrapper(NotificationTemplateService notificationTemplateService)
public NotificationTemplate addNotificationTemplate(NotificationContext notificationContext) throws com.liferay.portal.kernel.exception.PortalException
addNotificationTemplate in interface NotificationTemplateServicecom.liferay.portal.kernel.exception.PortalExceptionpublic NotificationTemplate deleteNotificationTemplate(long notificationTemplateId) throws com.liferay.portal.kernel.exception.PortalException
deleteNotificationTemplate in interface NotificationTemplateServicecom.liferay.portal.kernel.exception.PortalExceptionpublic NotificationTemplate deleteNotificationTemplate(NotificationTemplate notificationTemplate) throws com.liferay.portal.kernel.exception.PortalException
deleteNotificationTemplate in interface NotificationTemplateServicecom.liferay.portal.kernel.exception.PortalExceptionpublic NotificationTemplate fetchNotificationTemplateByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
fetchNotificationTemplateByExternalReferenceCode in interface NotificationTemplateServicecom.liferay.portal.kernel.exception.PortalExceptionpublic NotificationTemplate getNotificationTemplate(long notificationTemplateId) throws com.liferay.portal.kernel.exception.PortalException
getNotificationTemplate in interface NotificationTemplateServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface NotificationTemplateServicepublic NotificationTemplate updateNotificationTemplate(NotificationContext notificationContext) throws com.liferay.portal.kernel.exception.PortalException
updateNotificationTemplate in interface NotificationTemplateServicecom.liferay.portal.kernel.exception.PortalExceptionpublic NotificationTemplateService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<NotificationTemplateService>public void setWrappedService(NotificationTemplateService notificationTemplateService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<NotificationTemplateService>