Class CommerceNotificationTemplateServiceWrapper
java.lang.Object
com.liferay.commerce.notification.service.CommerceNotificationTemplateServiceWrapper
- All Implemented Interfaces:
CommerceNotificationTemplateService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<CommerceNotificationTemplateService>
@Deprecated
public class CommerceNotificationTemplateServiceWrapper
extends Object
implements CommerceNotificationTemplateService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceNotificationTemplateService>
Deprecated.
As of Cavanaugh (7.4.x)
Provides a wrapper for
CommerceNotificationTemplateService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.CommerceNotificationTemplateServiceWrapper
(CommerceNotificationTemplateService commerceNotificationTemplateService) Deprecated. -
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.Deprecated.void
setWrappedService
(CommerceNotificationTemplateService commerceNotificationTemplateService) Deprecated.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.
-
Constructor Details
-
CommerceNotificationTemplateServiceWrapper
public CommerceNotificationTemplateServiceWrapper()Deprecated. -
CommerceNotificationTemplateServiceWrapper
public CommerceNotificationTemplateServiceWrapper(CommerceNotificationTemplateService commerceNotificationTemplateService) Deprecated.
-
-
Method Details
-
addCommerceNotificationTemplate
public 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.- Specified by:
addCommerceNotificationTemplate
in interfaceCommerceNotificationTemplateService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addCommerceNotificationTemplate
@Deprecated public 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)- Specified by:
addCommerceNotificationTemplate
in interfaceCommerceNotificationTemplateService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceNotificationTemplate
public void deleteCommerceNotificationTemplate(long commerceNotificationTemplateId) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Specified by:
deleteCommerceNotificationTemplate
in interfaceCommerceNotificationTemplateService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceNotificationTemplate
public CommerceNotificationTemplate getCommerceNotificationTemplate(long commerceNotificationTemplateId) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Specified by:
getCommerceNotificationTemplate
in interfaceCommerceNotificationTemplateService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceNotificationTemplates
public 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.- Specified by:
getCommerceNotificationTemplates
in interfaceCommerceNotificationTemplateService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceNotificationTemplates
public 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.- Specified by:
getCommerceNotificationTemplates
in interfaceCommerceNotificationTemplateService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceNotificationTemplatesCount
public int getCommerceNotificationTemplatesCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Specified by:
getCommerceNotificationTemplatesCount
in interfaceCommerceNotificationTemplateService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceNotificationTemplatesCount
public int getCommerceNotificationTemplatesCount(long groupId, boolean enabled) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Specified by:
getCommerceNotificationTemplatesCount
in interfaceCommerceNotificationTemplateService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Deprecated.Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCommerceNotificationTemplateService
- Returns:
- the OSGi service identifier
-
updateCommerceNotificationTemplate
public 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.- Specified by:
updateCommerceNotificationTemplate
in interfaceCommerceNotificationTemplateService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
Deprecated.- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceNotificationTemplateService>
-
setWrappedService
public void setWrappedService(CommerceNotificationTemplateService commerceNotificationTemplateService) Deprecated.- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceNotificationTemplateService>
-