@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
CommerceNotificationTemplateCommerceAccountGroupRelServiceUtil| Modifier and Type | Method and Description |
|---|---|
CommerceNotificationTemplateCommerceAccountGroupRel |
addCommerceNotificationTemplateCommerceAccountGroupRel(long commerceNotificationTemplateId,
long commerceAccountGroupId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
Deprecated.
|
void |
deleteCommerceNotificationTemplateCommerceAccountGroupRel(long commerceNotificationTemplateCommerceAccountGroupRelId)
Deprecated.
|
CommerceNotificationTemplateCommerceAccountGroupRel |
fetchCommerceNotificationTemplateCommerceAccountGroupRel(long commerceNotificationTemplateId,
long commerceAccountGroupId)
Deprecated.
|
java.util.List<CommerceNotificationTemplateCommerceAccountGroupRel> |
getCommerceNotificationTemplateCommerceAccountGroupRels(long commerceNotificationTemplateId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationTemplateCommerceAccountGroupRel> orderByComparator)
Deprecated.
|
java.lang.String |
getOSGiServiceIdentifier()
Deprecated.
Returns the OSGi service identifier.
|
CommerceNotificationTemplateCommerceAccountGroupRel addCommerceNotificationTemplateCommerceAccountGroupRel(long commerceNotificationTemplateId, long commerceAccountGroupId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid deleteCommerceNotificationTemplateCommerceAccountGroupRel(long commerceNotificationTemplateCommerceAccountGroupRelId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
CommerceNotificationTemplateCommerceAccountGroupRel fetchCommerceNotificationTemplateCommerceAccountGroupRel(long commerceNotificationTemplateId,
long commerceAccountGroupId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<CommerceNotificationTemplateCommerceAccountGroupRel> getCommerceNotificationTemplateCommerceAccountGroupRels(long commerceNotificationTemplateId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationTemplateCommerceAccountGroupRel> orderByComparator)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getOSGiServiceIdentifier()