Package com.liferay.notification.service
Class NotificationTemplateServiceWrapper
java.lang.Object
com.liferay.notification.service.NotificationTemplateServiceWrapper
- All Implemented Interfaces:
NotificationTemplateService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<NotificationTemplateService>
public class NotificationTemplateServiceWrapper
extends Object
implements NotificationTemplateService, com.liferay.portal.kernel.service.ServiceWrapper<NotificationTemplateService>
Provides a wrapper for
NotificationTemplateService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionNotificationTemplateServiceWrapper(NotificationTemplateService notificationTemplateService) -
Method Summary
Modifier and TypeMethodDescriptionaddNotificationTemplate(NotificationContext notificationContext) deleteNotificationTemplate(long notificationTemplateId) deleteNotificationTemplate(NotificationTemplate notificationTemplate) fetchNotificationTemplateByExternalReferenceCode(String externalReferenceCode, long companyId) getNotificationTemplate(long notificationTemplateId) Returns the OSGi service identifier.voidsetWrappedService(NotificationTemplateService notificationTemplateService) updateNotificationTemplate(NotificationContext notificationContext)
-
Constructor Details
-
NotificationTemplateServiceWrapper
public NotificationTemplateServiceWrapper() -
NotificationTemplateServiceWrapper
-
-
Method Details
-
addNotificationTemplate
public NotificationTemplate addNotificationTemplate(NotificationContext notificationContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addNotificationTemplatein interfaceNotificationTemplateService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteNotificationTemplate
public NotificationTemplate deleteNotificationTemplate(long notificationTemplateId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteNotificationTemplatein interfaceNotificationTemplateService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteNotificationTemplate
public NotificationTemplate deleteNotificationTemplate(NotificationTemplate notificationTemplate) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteNotificationTemplatein interfaceNotificationTemplateService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchNotificationTemplateByExternalReferenceCode
public NotificationTemplate fetchNotificationTemplateByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchNotificationTemplateByExternalReferenceCodein interfaceNotificationTemplateService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getNotificationTemplate
public NotificationTemplate getNotificationTemplate(long notificationTemplateId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getNotificationTemplatein interfaceNotificationTemplateService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceNotificationTemplateService- Returns:
- the OSGi service identifier
-
updateNotificationTemplate
public NotificationTemplate updateNotificationTemplate(NotificationContext notificationContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateNotificationTemplatein interfaceNotificationTemplateService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<NotificationTemplateService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<NotificationTemplateService>
-