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.voiddeleteCommerceNotificationTemplateCommerceAccountGroupRel(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.voidsetWrappedService(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:
addCommerceNotificationTemplateCommerceAccountGroupRelin interfaceCommerceNotificationTemplateCommerceAccountGroupRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceNotificationTemplateCommerceAccountGroupRel
public void deleteCommerceNotificationTemplateCommerceAccountGroupRel(long commerceNotificationTemplateCommerceAccountGroupRelId) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Specified by:
deleteCommerceNotificationTemplateCommerceAccountGroupRelin 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:
fetchCommerceNotificationTemplateCommerceAccountGroupRelin 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:
getCommerceNotificationTemplateCommerceAccountGroupRelsin interfaceCommerceNotificationTemplateCommerceAccountGroupRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Deprecated.Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCommerceNotificationTemplateCommerceAccountGroupRelService- Returns:
- the OSGi service identifier
-
getWrappedService
Deprecated.- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceNotificationTemplateCommerceAccountGroupRelService>
-
setWrappedService
public void setWrappedService(CommerceNotificationTemplateCommerceAccountGroupRelService commerceNotificationTemplateCommerceAccountGroupRelService) Deprecated.- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceNotificationTemplateCommerceAccountGroupRelService>
-