Package com.liferay.notification.service
Interface NotificationTemplateService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
NotificationTemplateServiceWrapper
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface NotificationTemplateService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for NotificationTemplate. Methods of this
service are expected to have security checks based on the propagated JAAS
credentials because this service can be accessed remotely.
- See Also:
- Generated:
-
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.updateNotificationTemplate(NotificationContext notificationContext)
-
Method Details
-
addNotificationTemplate
NotificationTemplate addNotificationTemplate(NotificationContext notificationContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteNotificationTemplate
NotificationTemplate deleteNotificationTemplate(long notificationTemplateId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteNotificationTemplate
NotificationTemplate deleteNotificationTemplate(NotificationTemplate notificationTemplate) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchNotificationTemplateByExternalReferenceCode
@Transactional(propagation=SUPPORTS, readOnly=true) NotificationTemplate fetchNotificationTemplateByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getNotificationTemplate
@Transactional(propagation=SUPPORTS, readOnly=true) NotificationTemplate getNotificationTemplate(long notificationTemplateId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateNotificationTemplate
NotificationTemplate updateNotificationTemplate(NotificationContext notificationContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-