@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) |
void |
deleteAccountGroupRels(long accountGroupId,
java.lang.String className,
long[] classPKs) |
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.PortalException
void addAccountGroupRels(long accountGroupId, java.lang.String className, long[] classPKs) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
void deleteAccountGroupRels(long accountGroupId, java.lang.String className, long[] classPKs) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getOSGiServiceIdentifier()