Package com.liferay.asset.kernel.service
Class AssetVocabularyGroupRelServiceUtil
Object
com.liferay.asset.kernel.service.AssetVocabularyGroupRelServiceUtil
Provides the remote service utility for AssetVocabularyGroupRel. This utility wraps
com.liferay.portlet.asset.service.impl.AssetVocabularyGroupRelServiceImpl 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 AssetVocabularyGroupReladdAssetVocabularyGroupRel(long groupId, long vocabularyId) static List<AssetVocabularyGroupRel>getAssetVocabularyGroupRelsByVocabularyId(long vocabularyId) static StringReturns the OSGi service identifier.static voidsetAssetVocabularyGroupRels(long vocabularyId, long[] groupIds) static voidsetService(AssetVocabularyGroupRelService service)
-
Constructor Details
-
AssetVocabularyGroupRelServiceUtil
public AssetVocabularyGroupRelServiceUtil()
-
-
Method Details
-
addAssetVocabularyGroupRel
public static AssetVocabularyGroupRel addAssetVocabularyGroupRel(long groupId, long vocabularyId) throws PortalException - Throws:
PortalException
-
getAssetVocabularyGroupRelsByVocabularyId
public static List<AssetVocabularyGroupRel> getAssetVocabularyGroupRelsByVocabularyId(long vocabularyId) throws PortalException - Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
setAssetVocabularyGroupRels
public static void setAssetVocabularyGroupRels(long vocabularyId, long[] groupIds) throws PortalException - Throws:
PortalException
-
getService
-
setService
-