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 NotificationTemplateService
com.liferay.portal.kernel.exception.PortalException
public NotificationTemplate deleteNotificationTemplate(long notificationTemplateId) throws com.liferay.portal.kernel.exception.PortalException
deleteNotificationTemplate
in interface NotificationTemplateService
com.liferay.portal.kernel.exception.PortalException
public NotificationTemplate deleteNotificationTemplate(NotificationTemplate notificationTemplate) throws com.liferay.portal.kernel.exception.PortalException
deleteNotificationTemplate
in interface NotificationTemplateService
com.liferay.portal.kernel.exception.PortalException
public NotificationTemplate fetchNotificationTemplateByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
fetchNotificationTemplateByExternalReferenceCode
in interface NotificationTemplateService
com.liferay.portal.kernel.exception.PortalException
public NotificationTemplate getNotificationTemplate(long notificationTemplateId) throws com.liferay.portal.kernel.exception.PortalException
getNotificationTemplate
in interface NotificationTemplateService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface NotificationTemplateService
public NotificationTemplate updateNotificationTemplate(NotificationContext notificationContext) throws com.liferay.portal.kernel.exception.PortalException
updateNotificationTemplate
in interface NotificationTemplateService
com.liferay.portal.kernel.exception.PortalException
public 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>