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.voidsetAssetVocabularyGroupRels(long vocabularyId, long[] groupIds) voidsetWrappedService(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:
addAssetVocabularyGroupRelin interfaceAssetVocabularyGroupRelService- Throws:
PortalException
-
getAssetVocabularyGroupRelsByVocabularyId
public List<AssetVocabularyGroupRel> getAssetVocabularyGroupRelsByVocabularyId(long vocabularyId) throws PortalException - Specified by:
getAssetVocabularyGroupRelsByVocabularyIdin interfaceAssetVocabularyGroupRelService- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceAssetVocabularyGroupRelService- Returns:
- the OSGi service identifier
-
setAssetVocabularyGroupRels
- Specified by:
setAssetVocabularyGroupRelsin interfaceAssetVocabularyGroupRelService- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfaceServiceWrapper<AssetVocabularyGroupRelService>
-
setWrappedService
- Specified by:
setWrappedServicein interfaceServiceWrapper<AssetVocabularyGroupRelService>
-