Package com.liferay.asset.kernel.service
Class AssetTagGroupRelServiceWrapper
Object
com.liferay.asset.kernel.service.AssetTagGroupRelServiceWrapper
- All Implemented Interfaces:
AssetTagGroupRelService,BaseService,ServiceWrapper<AssetTagGroupRelService>
public class AssetTagGroupRelServiceWrapper
extends Object
implements AssetTagGroupRelService, ServiceWrapper<AssetTagGroupRelService>
Provides a wrapper for
AssetTagGroupRelService.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
ConstructorsConstructorDescriptionAssetTagGroupRelServiceWrapper(AssetTagGroupRelService assetTagGroupRelService) -
Method Summary
Modifier and TypeMethodDescriptionaddAssetTagGroupRel(long groupId, long tagId) getAssetTagGroupRelsByTagId(long tagId) Returns the OSGi service identifier.voidsetAssetTagGroupRels(long tagId, long[] groupIds) voidsetWrappedService(AssetTagGroupRelService assetTagGroupRelService)
-
Constructor Details
-
AssetTagGroupRelServiceWrapper
public AssetTagGroupRelServiceWrapper() -
AssetTagGroupRelServiceWrapper
-
-
Method Details
-
addAssetTagGroupRel
- Specified by:
addAssetTagGroupRelin interfaceAssetTagGroupRelService- Throws:
PortalException
-
getAssetTagGroupRelsByTagId
- Specified by:
getAssetTagGroupRelsByTagIdin interfaceAssetTagGroupRelService- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceAssetTagGroupRelService- Returns:
- the OSGi service identifier
-
setAssetTagGroupRels
- Specified by:
setAssetTagGroupRelsin interfaceAssetTagGroupRelService- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfaceServiceWrapper<AssetTagGroupRelService>
-
setWrappedService
- Specified by:
setWrappedServicein interfaceServiceWrapper<AssetTagGroupRelService>
-