@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)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
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
CommerceAccountGroupCommerceAccountRelServiceUtil to access the commerce account group commerce account rel remote service. Add custom service methods to com.liferay.commerce.account.service.impl.CommerceAccountGroupCommerceAccountRelServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.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()