Class AssetVocabularyGroupRelServiceImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portlet.asset.service.base.AssetVocabularyGroupRelServiceBaseImpl
com.liferay.portlet.asset.service.impl.AssetVocabularyGroupRelServiceImpl
- All Implemented Interfaces:
com.liferay.asset.kernel.service.AssetVocabularyGroupRelService
,com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseService
- Author:
- Pei-Jung Lan
-
Field Summary
Fields inherited from class com.liferay.portlet.asset.service.base.AssetVocabularyGroupRelServiceBaseImpl
assetVocabularyGroupRelLocalService, assetVocabularyGroupRelPersistence, assetVocabularyGroupRelService, counterLocalService
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.asset.kernel.model.AssetVocabularyGroupRel
addAssetVocabularyGroupRel
(long groupId, long vocabularyId) 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.AssetVocabularyGroupRelServiceBaseImpl
afterPropertiesSet, destroy, getAssetVocabularyGroupRelLocalService, getAssetVocabularyGroupRelPersistence, getAssetVocabularyGroupRelService, getCounterLocalService, getModelClass, getModelClassName, getOSGiServiceIdentifier, runSQL, setAssetVocabularyGroupRelLocalService, setAssetVocabularyGroupRelPersistence, setAssetVocabularyGroupRelService, setCounterLocalService
Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
-
Constructor Details
-
AssetVocabularyGroupRelServiceImpl
public AssetVocabularyGroupRelServiceImpl()
-
-
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
-
getAssetVocabularyGroupRelsByVocabularyId
public List<com.liferay.asset.kernel.model.AssetVocabularyGroupRel> getAssetVocabularyGroupRelsByVocabularyId(long vocabularyId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
setAssetVocabularyGroupRels
public void setAssetVocabularyGroupRels(long vocabularyId, long[] groupIds) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-