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)voiddeleteCommerceNotificationTemplate(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.intgetCommerceNotificationTemplatesCount(long groupId) Deprecated.intgetCommerceNotificationTemplatesCount(long groupId, boolean enabled) Deprecated.Deprecated.Returns the OSGi service identifier.Deprecated.voidsetWrappedService(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:
addCommerceNotificationTemplatein 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:
addCommerceNotificationTemplatein interfaceCommerceNotificationTemplateService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceNotificationTemplate
public void deleteCommerceNotificationTemplate(long commerceNotificationTemplateId) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Specified by:
deleteCommerceNotificationTemplatein interfaceCommerceNotificationTemplateService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceNotificationTemplate
public CommerceNotificationTemplate getCommerceNotificationTemplate(long commerceNotificationTemplateId) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Specified by:
getCommerceNotificationTemplatein 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:
getCommerceNotificationTemplatesin 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:
getCommerceNotificationTemplatesin interfaceCommerceNotificationTemplateService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceNotificationTemplatesCount
public int getCommerceNotificationTemplatesCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Specified by:
getCommerceNotificationTemplatesCountin 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:
getCommerceNotificationTemplatesCountin interfaceCommerceNotificationTemplateService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Deprecated.Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin 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:
updateCommerceNotificationTemplatein interfaceCommerceNotificationTemplateService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
Deprecated.- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceNotificationTemplateService>
-
setWrappedService
public void setWrappedService(CommerceNotificationTemplateService commerceNotificationTemplateService) Deprecated.- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceNotificationTemplateService>
-