@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommerceAccountGroupRelService
extends com.liferay.portal.kernel.service.BaseService
CommerceAccountGroupRelServiceUtil| Modifier and Type | Method and Description |
|---|---|
CommerceAccountGroupRel |
addCommerceAccountGroupRel(java.lang.String className,
long classPK,
long commerceAccountGroupId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteCommerceAccountGroupRel(long commerceAccountGroupRelId) |
void |
deleteCommerceAccountGroupRels(java.lang.String className,
long classPK) |
CommerceAccountGroupRel |
getCommerceAccountGroupRel(long commerceAccountGroupRelId) |
java.util.List<CommerceAccountGroupRel> |
getCommerceAccountGroupRels(long commerceAccountGroupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceAccountGroupRel> orderByComparator) |
java.util.List<CommerceAccountGroupRel> |
getCommerceAccountGroupRels(java.lang.String className,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceAccountGroupRel> orderByComparator) |
int |
getCommerceAccountGroupRelsCount(long commerceAccountGroupId) |
int |
getCommerceAccountGroupRelsCount(java.lang.String className,
long classPK) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceAccountGroupRel addCommerceAccountGroupRel(java.lang.String className, long classPK, long commerceAccountGroupId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid deleteCommerceAccountGroupRel(long commerceAccountGroupRelId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid deleteCommerceAccountGroupRels(java.lang.String className,
long classPK)
@Transactional(propagation=SUPPORTS,
readOnly=true)
CommerceAccountGroupRel getCommerceAccountGroupRel(long commerceAccountGroupRelId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<CommerceAccountGroupRel> getCommerceAccountGroupRels(long commerceAccountGroupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceAccountGroupRel> orderByComparator)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<CommerceAccountGroupRel> getCommerceAccountGroupRels(java.lang.String className,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceAccountGroupRel> orderByComparator)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
int getCommerceAccountGroupRelsCount(long commerceAccountGroupId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
int getCommerceAccountGroupRelsCount(java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getOSGiServiceIdentifier()