Class CommerceNotificationTemplateCommerceAccountGroupRelServiceUtil
java.lang.Object
com.liferay.commerce.notification.service.CommerceNotificationTemplateCommerceAccountGroupRelServiceUtil
@Deprecated
public class CommerceNotificationTemplateCommerceAccountGroupRelServiceUtil
extends Object
Deprecated.
As of Cavanaugh (7.4.x)
Provides the remote service utility for CommerceNotificationTemplateCommerceAccountGroupRel. This utility wraps
com.liferay.commerce.notification.service.impl.CommerceNotificationTemplateCommerceAccountGroupRelServiceImpl
and is an
access point for service operations in application layer code running on a
remote server. 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:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionaddCommerceNotificationTemplateCommerceAccountGroupRel
(long commerceNotificationTemplateId, long commerceAccountGroupId, com.liferay.portal.kernel.service.ServiceContext serviceContext) Deprecated.static 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.static String
Deprecated.Returns the OSGi service identifier.Deprecated.
-
Constructor Details
-
CommerceNotificationTemplateCommerceAccountGroupRelServiceUtil
public CommerceNotificationTemplateCommerceAccountGroupRelServiceUtil()Deprecated.
-
-
Method Details
-
addCommerceNotificationTemplateCommerceAccountGroupRel
public static CommerceNotificationTemplateCommerceAccountGroupRel addCommerceNotificationTemplateCommerceAccountGroupRel(long commerceNotificationTemplateId, long commerceAccountGroupId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceNotificationTemplateCommerceAccountGroupRel
public static void deleteCommerceNotificationTemplateCommerceAccountGroupRel(long commerceNotificationTemplateCommerceAccountGroupRelId) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceNotificationTemplateCommerceAccountGroupRel
public static CommerceNotificationTemplateCommerceAccountGroupRel fetchCommerceNotificationTemplateCommerceAccountGroupRel(long commerceNotificationTemplateId, long commerceAccountGroupId) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceNotificationTemplateCommerceAccountGroupRels
public static 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.- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Deprecated.Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getService
Deprecated.
-