Package com.liferay.asset.kernel.service
Class AssetTagGroupRelServiceUtil
Object
com.liferay.asset.kernel.service.AssetTagGroupRelServiceUtil
Provides the remote service utility for AssetTagGroupRel. This utility wraps
com.liferay.portlet.asset.service.impl.AssetTagGroupRelServiceImpl
and is an
access point for service operations in application layer code running on a
remote server. 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}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AssetTagGroupRel
addAssetTagGroupRel
(long groupId, long tagId) static List<AssetTagGroupRel>
getAssetTagGroupRelsByTagId
(long tagId) static String
Returns the OSGi service identifier.static AssetTagGroupRelService
static void
setAssetTagGroupRels
(long tagId, long[] groupIds) static void
setService
(AssetTagGroupRelService service)
-
Constructor Details
-
AssetTagGroupRelServiceUtil
public AssetTagGroupRelServiceUtil()
-
-
Method Details
-
addAssetTagGroupRel
- Throws:
PortalException
-
getAssetTagGroupRelsByTagId
- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
setAssetTagGroupRels
- Throws:
PortalException
-
getService
-
setService
-