Package com.liferay.account.service
Interface AccountGroupRelService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
AccountGroupRelServiceWrapper
@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
Provides the remote service interface for AccountGroupRel. Methods of this
service are expected to have security checks based on the propagated JAAS
credentials because this service can be accessed remotely.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionaddAccountGroupRel
(long accountGroupId, String className, long classPK) void
addAccountGroupRels
(long accountGroupId, String className, long[] classPKs) deleteAccountGroupRel
(long accountGroupRelId) void
deleteAccountGroupRels
(long accountGroupId, String className, long[] classPKs) fetchAccountGroupRel
(long accountGroupId, String className, long classPK) Returns the OSGi service identifier.
-
Method Details
-
addAccountGroupRel
AccountGroupRel addAccountGroupRel(long accountGroupId, String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addAccountGroupRels
void addAccountGroupRels(long accountGroupId, String className, long[] classPKs) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAccountGroupRel
AccountGroupRel deleteAccountGroupRel(long accountGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAccountGroupRels
void deleteAccountGroupRels(long accountGroupId, String className, long[] classPKs) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchAccountGroupRel
@Transactional(propagation=SUPPORTS, readOnly=true) AccountGroupRel fetchAccountGroupRel(long accountGroupId, String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-