Interface CommerceNotificationTemplateService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
CommerceNotificationTemplateServiceWrapper
@AccessControlled
@Deprecated
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommerceNotificationTemplateService
extends com.liferay.portal.kernel.service.BaseService
Deprecated.
As of Cavanaugh (7.4.x)
Provides the remote service interface for CommerceNotificationTemplate. 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 TypeMethodDescriptionaddCommerceNotificationTemplate
(long groupId, String name, String description, String from, Map<Locale, String> fromNameMap, String to, String cc, String bcc, String type, boolean enabled, Map<Locale, String> subjectMap, Map<Locale, String> bodyMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) Deprecated.addCommerceNotificationTemplate
(String name, String description, String from, Map<Locale, String> fromNameMap, String to, String cc, String bcc, String type, boolean enabled, Map<Locale, String> subjectMap, Map<Locale, String> bodyMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) Deprecated.As of Athanasius (7.3.x)void
deleteCommerceNotificationTemplate
(long commerceNotificationTemplateId) Deprecated.getCommerceNotificationTemplate
(long commerceNotificationTemplateId) Deprecated.getCommerceNotificationTemplates
(long groupId, boolean enabled, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationTemplate> orderByComparator) Deprecated.getCommerceNotificationTemplates
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationTemplate> orderByComparator) Deprecated.int
getCommerceNotificationTemplatesCount
(long groupId) Deprecated.int
getCommerceNotificationTemplatesCount
(long groupId, boolean enabled) Deprecated.Deprecated.Returns the OSGi service identifier.updateCommerceNotificationTemplate
(long commerceNotificationTemplateId, String name, String description, String from, Map<Locale, String> fromNameMap, String to, String cc, String bcc, String type, boolean enabled, Map<Locale, String> subjectMap, Map<Locale, String> bodyMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) Deprecated.
-
Method Details
-
addCommerceNotificationTemplate
CommerceNotificationTemplate addCommerceNotificationTemplate(long groupId, String name, String description, String from, Map<Locale, String> fromNameMap, String to, String cc, String bcc, String type, boolean enabled, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> subjectMap, Map<Locale, String> bodyMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) Deprecated.- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addCommerceNotificationTemplate
@Deprecated CommerceNotificationTemplate addCommerceNotificationTemplate(String name, String description, String from, Map<Locale, String> fromNameMap, String to, String cc, String bcc, String type, boolean enabled, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> subjectMap, Map<Locale, String> bodyMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) Deprecated.As of Athanasius (7.3.x)- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceNotificationTemplate
void deleteCommerceNotificationTemplate(long commerceNotificationTemplateId) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceNotificationTemplate
@Transactional(propagation=SUPPORTS, readOnly=true) CommerceNotificationTemplate getCommerceNotificationTemplate(long commerceNotificationTemplateId) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceNotificationTemplates
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommerceNotificationTemplate> getCommerceNotificationTemplates(long groupId, boolean enabled, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationTemplate> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceNotificationTemplates
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommerceNotificationTemplate> getCommerceNotificationTemplates(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationTemplate> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceNotificationTemplatesCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceNotificationTemplatesCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceNotificationTemplatesCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceNotificationTemplatesCount(long groupId, boolean enabled) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Deprecated.Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateCommerceNotificationTemplate
CommerceNotificationTemplate updateCommerceNotificationTemplate(long commerceNotificationTemplateId, String name, String description, String from, Map<Locale, String> fromNameMap, String to, String cc, String bcc, String type, boolean enabled, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> subjectMap, Map<Locale, String> bodyMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) Deprecated.- Throws:
com.liferay.portal.kernel.exception.PortalException
-