Package com.liferay.asset.kernel.service
Interface AssetVocabularyGroupRelService
- All Superinterfaces:
BaseService
- All Known Implementing Classes:
AssetVocabularyGroupRelServiceWrapper
@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface AssetVocabularyGroupRelService
extends BaseService
Provides the remote service interface for AssetVocabularyGroupRel. 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 TypeMethodDescriptionaddAssetVocabularyGroupRel
(long groupId, long vocabularyId) getAssetVocabularyGroupRelsByVocabularyId
(long vocabularyId) Returns the OSGi service identifier.void
setAssetVocabularyGroupRels
(long vocabularyId, long[] groupIds)
-
Method Details
-
addAssetVocabularyGroupRel
AssetVocabularyGroupRel addAssetVocabularyGroupRel(long groupId, long vocabularyId) throws PortalException - Throws:
PortalException
-
getAssetVocabularyGroupRelsByVocabularyId
@Transactional(propagation=SUPPORTS, readOnly=true) List<AssetVocabularyGroupRel> getAssetVocabularyGroupRelsByVocabularyId(long vocabularyId) throws PortalException - Throws:
PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
setAssetVocabularyGroupRels
- Throws:
PortalException
-