Class AssetVocabularyGroupRelLocalServiceImpl

Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portlet.asset.service.base.AssetVocabularyGroupRelLocalServiceBaseImpl
com.liferay.portlet.asset.service.impl.AssetVocabularyGroupRelLocalServiceImpl
All Implemented Interfaces:
com.liferay.asset.kernel.service.AssetVocabularyGroupRelLocalService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.asset.kernel.model.AssetVocabularyGroupRel>, com.liferay.portal.kernel.service.PersistedModelLocalService

public class AssetVocabularyGroupRelLocalServiceImpl extends AssetVocabularyGroupRelLocalServiceBaseImpl
Author:
Pei-Jung Lan
  • Constructor Details

    • AssetVocabularyGroupRelLocalServiceImpl

      public AssetVocabularyGroupRelLocalServiceImpl()
  • Method Details

    • addAssetVocabularyGroupRel

      public com.liferay.asset.kernel.model.AssetVocabularyGroupRel addAssetVocabularyGroupRel(long groupId, long vocabularyId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteAssetVocabularyGroupRelsByGroupId

      public void deleteAssetVocabularyGroupRelsByGroupId(long groupId)
    • deleteAssetVocabularyGroupRelsByVocabularyId

      public void deleteAssetVocabularyGroupRelsByVocabularyId(long vocabularyId)
    • getAssetVocabularyGroupRelsByGroupId

      public List<com.liferay.asset.kernel.model.AssetVocabularyGroupRel> getAssetVocabularyGroupRelsByGroupId(long groupId)
    • getAssetVocabularyGroupRelsByVocabularyId

      public List<com.liferay.asset.kernel.model.AssetVocabularyGroupRel> getAssetVocabularyGroupRelsByVocabularyId(long vocabularyId)
    • setAssetVocabularyGroupRels

      public void setAssetVocabularyGroupRels(long vocabularyId, long[] groupIds) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException