@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface AccountGroupRelService
extends com.liferay.portal.kernel.service.BaseService
AccountGroupRelServiceUtil| Modifier and Type | Method and Description |
|---|---|
AccountGroupRel |
addAccountGroupRel(long accountGroupId,
java.lang.String className,
long classPK) |
void |
addAccountGroupRels(long accountGroupId,
java.lang.String className,
long[] classPKs) |
AccountGroupRel |
deleteAccountGroupRel(long accountGroupRelId) |
void |
deleteAccountGroupRels(long accountGroupId,
java.lang.String className,
long[] classPKs) |
AccountGroupRel |
fetchAccountGroupRel(long accountGroupId,
java.lang.String className,
long classPK) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
AccountGroupRel addAccountGroupRel(long accountGroupId, java.lang.String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid addAccountGroupRels(long accountGroupId,
java.lang.String className,
long[] classPKs)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionAccountGroupRel deleteAccountGroupRel(long accountGroupRelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid deleteAccountGroupRels(long accountGroupId,
java.lang.String className,
long[] classPKs)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
AccountGroupRel fetchAccountGroupRel(long accountGroupId,
java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getOSGiServiceIdentifier()