@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommerceAccountGroupCommerceAccountRelService
extends com.liferay.portal.kernel.service.BaseService
CommerceAccountGroupCommerceAccountRelServiceUtil| Modifier and Type | Method and Description |
|---|---|
CommerceAccountGroupCommerceAccountRel |
addCommerceAccountGroupCommerceAccountRel(long commerceAccountGroupId,
long commerceAccountId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteCommerceAccountGroupCommerceAccountRel(long commerceAccountGroupCommerceAccountRelId) |
CommerceAccountGroupCommerceAccountRel |
getCommerceAccountGroupCommerceAccountRel(long commerceAccountGroupId,
long commerceAccountId) |
java.util.List<CommerceAccountGroupCommerceAccountRel> |
getCommerceAccountGroupCommerceAccountRels(long commerceAccountGroupId,
int start,
int end) |
int |
getCommerceAccountGroupCommerceAccountRelsCount(long commerceAccountGroupId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceAccountGroupCommerceAccountRel addCommerceAccountGroupCommerceAccountRel(long commerceAccountGroupId, long commerceAccountId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid deleteCommerceAccountGroupCommerceAccountRel(long commerceAccountGroupCommerceAccountRelId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
CommerceAccountGroupCommerceAccountRel getCommerceAccountGroupCommerceAccountRel(long commerceAccountGroupId,
long commerceAccountId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<CommerceAccountGroupCommerceAccountRel> getCommerceAccountGroupCommerceAccountRels(long commerceAccountGroupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
int getCommerceAccountGroupCommerceAccountRelsCount(long commerceAccountGroupId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getOSGiServiceIdentifier()