Package com.liferay.asset.kernel.service
Interface AssetTagGroupRelService
- All Superinterfaces:
BaseService
- All Known Implementing Classes:
AssetTagGroupRelServiceWrapper
@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface AssetTagGroupRelService
extends BaseService
Provides the remote service interface for AssetTagGroupRel. Methods of this
service are expected to have security checks based on the propagated JAAS
credentials because this service can be accessed remotely.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionaddAssetTagGroupRel
(long groupId, long tagId) getAssetTagGroupRelsByTagId
(long tagId) Returns the OSGi service identifier.void
setAssetTagGroupRels
(long tagId, long[] groupIds)
-
Method Details
-
addAssetTagGroupRel
- Throws:
PortalException
-
getAssetTagGroupRelsByTagId
@Transactional(propagation=SUPPORTS, readOnly=true) List<AssetTagGroupRel> getAssetTagGroupRelsByTagId(long tagId) throws PortalException - Throws:
PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
setAssetTagGroupRels
- Throws:
PortalException
-