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
-
Field Summary
Fields inherited from class com.liferay.portlet.asset.service.base.AssetVocabularyGroupRelLocalServiceBaseImpl
assetVocabularyGroupRelLocalService, assetVocabularyGroupRelPersistence, counterLocalService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.asset.kernel.model.AssetVocabularyGroupRel
addAssetVocabularyGroupRel
(long groupId, long vocabularyId) void
deleteAssetVocabularyGroupRelsByGroupId
(long groupId) void
deleteAssetVocabularyGroupRelsByVocabularyId
(long vocabularyId) List<com.liferay.asset.kernel.model.AssetVocabularyGroupRel>
getAssetVocabularyGroupRelsByGroupId
(long groupId) List<com.liferay.asset.kernel.model.AssetVocabularyGroupRel>
getAssetVocabularyGroupRelsByVocabularyId
(long vocabularyId) void
setAssetVocabularyGroupRels
(long vocabularyId, long[] groupIds) Methods inherited from class com.liferay.portlet.asset.service.base.AssetVocabularyGroupRelLocalServiceBaseImpl
addAssetVocabularyGroupRel, afterPropertiesSet, createAssetVocabularyGroupRel, createPersistedModel, deleteAssetVocabularyGroupRel, deleteAssetVocabularyGroupRel, deletePersistedModel, destroy, dslQuery, dslQueryCount, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchAssetVocabularyGroupRel, fetchAssetVocabularyGroupRelByUuidAndGroupId, getActionableDynamicQuery, getAssetVocabularyGroupRel, getAssetVocabularyGroupRelByUuidAndGroupId, getAssetVocabularyGroupRelLocalService, getAssetVocabularyGroupRelPersistence, getAssetVocabularyGroupRels, getAssetVocabularyGroupRelsByUuidAndCompanyId, getAssetVocabularyGroupRelsByUuidAndCompanyId, getAssetVocabularyGroupRelsCount, getBasePersistence, getCounterLocalService, getCTPersistence, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, initActionableDynamicQuery, runSQL, setAssetVocabularyGroupRelLocalService, setAssetVocabularyGroupRelPersistence, setCounterLocalService, updateAssetVocabularyGroupRel, updateWithUnsafeFunction
Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
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
-