Interface CommerceNotificationTemplateCommerceAccountGroupRelService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
CommerceNotificationTemplateCommerceAccountGroupRelServiceWrapper
@AccessControlled
@Deprecated
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommerceNotificationTemplateCommerceAccountGroupRelService
extends com.liferay.portal.kernel.service.BaseService
Deprecated.
As of Cavanaugh (7.4.x)
Provides the remote service interface for CommerceNotificationTemplateCommerceAccountGroupRel. 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:
-
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.
-
Method Details
-
addCommerceNotificationTemplateCommerceAccountGroupRel
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
void deleteCommerceNotificationTemplateCommerceAccountGroupRel(long commerceNotificationTemplateCommerceAccountGroupRelId) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceNotificationTemplateCommerceAccountGroupRel
@Transactional(propagation=SUPPORTS, readOnly=true) CommerceNotificationTemplateCommerceAccountGroupRel fetchCommerceNotificationTemplateCommerceAccountGroupRel(long commerceNotificationTemplateId, long commerceAccountGroupId) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceNotificationTemplateCommerceAccountGroupRels
@Transactional(propagation=SUPPORTS, readOnly=true) 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
String getOSGiServiceIdentifier()Deprecated.Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-