Class AssetTagGroupRelServiceImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portlet.asset.service.base.AssetTagGroupRelServiceBaseImpl
com.liferay.portlet.asset.service.impl.AssetTagGroupRelServiceImpl
- All Implemented Interfaces:
com.liferay.asset.kernel.service.AssetTagGroupRelService
,com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseService
- Author:
- Gislayne Vitorino
-
Field Summary
Fields inherited from class com.liferay.portlet.asset.service.base.AssetTagGroupRelServiceBaseImpl
assetTagGroupRelLocalService, assetTagGroupRelPersistence, assetTagGroupRelService, 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.AssetTagGroupRel
addAssetTagGroupRel
(long groupId, long tagId) List<com.liferay.asset.kernel.model.AssetTagGroupRel>
getAssetTagGroupRelsByTagId
(long tagId) void
setAssetTagGroupRels
(long tagId, long[] groupIds) Methods inherited from class com.liferay.portlet.asset.service.base.AssetTagGroupRelServiceBaseImpl
afterPropertiesSet, destroy, getAssetTagGroupRelLocalService, getAssetTagGroupRelPersistence, getAssetTagGroupRelService, getCounterLocalService, getModelClass, getModelClassName, getOSGiServiceIdentifier, runSQL, setAssetTagGroupRelLocalService, setAssetTagGroupRelPersistence, setAssetTagGroupRelService, setCounterLocalService
Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
-
Constructor Details
-
AssetTagGroupRelServiceImpl
public AssetTagGroupRelServiceImpl()
-
-
Method Details
-
addAssetTagGroupRel
public com.liferay.asset.kernel.model.AssetTagGroupRel addAssetTagGroupRel(long groupId, long tagId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAssetTagGroupRelsByTagId
public List<com.liferay.asset.kernel.model.AssetTagGroupRel> getAssetTagGroupRelsByTagId(long tagId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
setAssetTagGroupRels
public void setAssetTagGroupRels(long tagId, long[] groupIds) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-