Class CommerceNotificationTemplateCommerceAccountGroupRelServiceWrapper
java.lang.Object
com.liferay.commerce.notification.service.CommerceNotificationTemplateCommerceAccountGroupRelServiceWrapper
- All Implemented Interfaces:
CommerceNotificationTemplateCommerceAccountGroupRelService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<CommerceNotificationTemplateCommerceAccountGroupRelService>
@Deprecated
public class CommerceNotificationTemplateCommerceAccountGroupRelServiceWrapper
extends Object
implements CommerceNotificationTemplateCommerceAccountGroupRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceNotificationTemplateCommerceAccountGroupRelService>
Deprecated.
As of Cavanaugh (7.4.x)
Provides a wrapper for
CommerceNotificationTemplateCommerceAccountGroupRelService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.CommerceNotificationTemplateCommerceAccountGroupRelServiceWrapper
(CommerceNotificationTemplateCommerceAccountGroupRelService commerceNotificationTemplateCommerceAccountGroupRelService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionaddCommerceNotificationTemplateCommerceAccountGroupRel
(long commerceNotificationTemplateId, long commerceAccountGroupId, com.liferay.portal.kernel.service.ServiceContext serviceContext) Deprecated.void
deleteCommerceNotificationTemplateCommerceAccountGroupRel
(long commerceNotificationTemplateCommerceAccountGroupRelId) Deprecated.fetchCommerceNotificationTemplateCommerceAccountGroupRel
(long commerceNotificationTemplateId, long commerceAccountGroupId) Deprecated.getCommerceNotificationTemplateCommerceAccountGroupRels
(long commerceNotificationTemplateId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationTemplateCommerceAccountGroupRel> orderByComparator) Deprecated.Deprecated.Returns the OSGi service identifier.Deprecated.void
setWrappedService
(CommerceNotificationTemplateCommerceAccountGroupRelService commerceNotificationTemplateCommerceAccountGroupRelService) Deprecated.
-
Constructor Details
-
CommerceNotificationTemplateCommerceAccountGroupRelServiceWrapper
public CommerceNotificationTemplateCommerceAccountGroupRelServiceWrapper()Deprecated. -
CommerceNotificationTemplateCommerceAccountGroupRelServiceWrapper
public CommerceNotificationTemplateCommerceAccountGroupRelServiceWrapper(CommerceNotificationTemplateCommerceAccountGroupRelService commerceNotificationTemplateCommerceAccountGroupRelService) Deprecated.
-
-
Method Details
-
addCommerceNotificationTemplateCommerceAccountGroupRel
public CommerceNotificationTemplateCommerceAccountGroupRel addCommerceNotificationTemplateCommerceAccountGroupRel(long commerceNotificationTemplateId, long commerceAccountGroupId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Specified by:
addCommerceNotificationTemplateCommerceAccountGroupRel
in interfaceCommerceNotificationTemplateCommerceAccountGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceNotificationTemplateCommerceAccountGroupRel
public void deleteCommerceNotificationTemplateCommerceAccountGroupRel(long commerceNotificationTemplateCommerceAccountGroupRelId) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Specified by:
deleteCommerceNotificationTemplateCommerceAccountGroupRel
in interfaceCommerceNotificationTemplateCommerceAccountGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceNotificationTemplateCommerceAccountGroupRel
public CommerceNotificationTemplateCommerceAccountGroupRel fetchCommerceNotificationTemplateCommerceAccountGroupRel(long commerceNotificationTemplateId, long commerceAccountGroupId) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Specified by:
fetchCommerceNotificationTemplateCommerceAccountGroupRel
in interfaceCommerceNotificationTemplateCommerceAccountGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceNotificationTemplateCommerceAccountGroupRels
public List<CommerceNotificationTemplateCommerceAccountGroupRel> getCommerceNotificationTemplateCommerceAccountGroupRels(long commerceNotificationTemplateId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationTemplateCommerceAccountGroupRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Specified by:
getCommerceNotificationTemplateCommerceAccountGroupRels
in interfaceCommerceNotificationTemplateCommerceAccountGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Deprecated.Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCommerceNotificationTemplateCommerceAccountGroupRelService
- Returns:
- the OSGi service identifier
-
getWrappedService
Deprecated.- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceNotificationTemplateCommerceAccountGroupRelService>
-
setWrappedService
public void setWrappedService(CommerceNotificationTemplateCommerceAccountGroupRelService commerceNotificationTemplateCommerceAccountGroupRelService) Deprecated.- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceNotificationTemplateCommerceAccountGroupRelService>
-