Package com.liferay.asset.kernel.service
Class AssetVocabularyGroupRelServiceWrapper
Object
com.liferay.asset.kernel.service.AssetVocabularyGroupRelServiceWrapper
- All Implemented Interfaces:
AssetVocabularyGroupRelService
,BaseService
,ServiceWrapper<AssetVocabularyGroupRelService>
public class AssetVocabularyGroupRelServiceWrapper
extends Object
implements AssetVocabularyGroupRelService, ServiceWrapper<AssetVocabularyGroupRelService>
Provides a wrapper for
AssetVocabularyGroupRelService
.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
ConstructorsConstructorDescriptionAssetVocabularyGroupRelServiceWrapper
(AssetVocabularyGroupRelService assetVocabularyGroupRelService) -
Method Summary
Modifier and TypeMethodDescriptionaddAssetVocabularyGroupRel
(long groupId, long vocabularyId) getAssetVocabularyGroupRelsByVocabularyId
(long vocabularyId) Returns the OSGi service identifier.void
setAssetVocabularyGroupRels
(long vocabularyId, long[] groupIds) void
setWrappedService
(AssetVocabularyGroupRelService assetVocabularyGroupRelService)
-
Constructor Details
-
AssetVocabularyGroupRelServiceWrapper
public AssetVocabularyGroupRelServiceWrapper() -
AssetVocabularyGroupRelServiceWrapper
public AssetVocabularyGroupRelServiceWrapper(AssetVocabularyGroupRelService assetVocabularyGroupRelService)
-
-
Method Details
-
addAssetVocabularyGroupRel
public AssetVocabularyGroupRel addAssetVocabularyGroupRel(long groupId, long vocabularyId) throws PortalException - Specified by:
addAssetVocabularyGroupRel
in interfaceAssetVocabularyGroupRelService
- Throws:
PortalException
-
getAssetVocabularyGroupRelsByVocabularyId
public List<AssetVocabularyGroupRel> getAssetVocabularyGroupRelsByVocabularyId(long vocabularyId) throws PortalException - Specified by:
getAssetVocabularyGroupRelsByVocabularyId
in interfaceAssetVocabularyGroupRelService
- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceAssetVocabularyGroupRelService
- Returns:
- the OSGi service identifier
-
setAssetVocabularyGroupRels
- Specified by:
setAssetVocabularyGroupRels
in interfaceAssetVocabularyGroupRelService
- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfaceServiceWrapper<AssetVocabularyGroupRelService>
-
setWrappedService
- Specified by:
setWrappedService
in interfaceServiceWrapper<AssetVocabularyGroupRelService>
-