com.liferay.portlet.asset.service.impl
Class AssetTagStatsLocalServiceImpl

java.lang.Object
  extended by com.liferay.portlet.asset.service.base.AssetTagStatsLocalServiceBaseImpl
      extended by com.liferay.portlet.asset.service.impl.AssetTagStatsLocalServiceImpl
All Implemented Interfaces:
com.liferay.portlet.asset.service.AssetTagStatsLocalService

public class AssetTagStatsLocalServiceImpl
extends AssetTagStatsLocalServiceBaseImpl

View Source

Author:
Jorge Ferrer

Field Summary
 
Fields inherited from class com.liferay.portlet.asset.service.base.AssetTagStatsLocalServiceBaseImpl
assetCategoryFinder, assetCategoryLocalService, assetCategoryPersistence, assetCategoryPropertyFinder, assetCategoryPropertyLocalService, assetCategoryPropertyPersistence, assetCategoryPropertyService, assetCategoryService, assetEntryFinder, assetEntryLocalService, assetEntryPersistence, assetEntryService, assetTagFinder, assetTagLocalService, assetTagPersistence, assetTagPropertyFinder, assetTagPropertyKeyFinder, assetTagPropertyLocalService, assetTagPropertyPersistence, assetTagPropertyService, assetTagService, assetTagStatsLocalService, assetTagStatsPersistence, assetVocabularyLocalService, assetVocabularyPersistence, assetVocabularyService, counterLocalService, counterService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService
 
Constructor Summary
AssetTagStatsLocalServiceImpl()
           
 
Method Summary
 com.liferay.portlet.asset.model.AssetTagStats addTagStats(long tagId, long classNameId)
           
 void deleteTagStatsByClassNameId(long classNameId)
           
 void deleteTagStatsByTagId(long tagId)
           
 com.liferay.portlet.asset.model.AssetTagStats getTagStats(long tagId, long classNameId)
           
 com.liferay.portlet.asset.model.AssetTagStats updateTagStats(long tagId, long classNameId)
           
 
Methods inherited from class com.liferay.portlet.asset.service.base.AssetTagStatsLocalServiceBaseImpl
addAssetTagStats, createAssetTagStats, deleteAssetTagStats, deleteAssetTagStats, dynamicQuery, dynamicQuery, getAssetCategoryFinder, getAssetCategoryLocalService, getAssetCategoryPersistence, getAssetCategoryPropertyFinder, getAssetCategoryPropertyLocalService, getAssetCategoryPropertyPersistence, getAssetCategoryPropertyService, getAssetCategoryService, getAssetEntryFinder, getAssetEntryLocalService, getAssetEntryPersistence, getAssetEntryService, getAssetTagFinder, getAssetTagLocalService, getAssetTagPersistence, getAssetTagPropertyFinder, getAssetTagPropertyKeyFinder, getAssetTagPropertyLocalService, getAssetTagPropertyPersistence, getAssetTagPropertyService, getAssetTagService, getAssetTagStats, getAssetTagStatses, getAssetTagStatsesCount, getAssetTagStatsLocalService, getAssetTagStatsPersistence, getAssetVocabularyLocalService, getAssetVocabularyPersistence, getAssetVocabularyService, getCounterLocalService, getCounterService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setAssetCategoryFinder, setAssetCategoryLocalService, setAssetCategoryPersistence, setAssetCategoryPropertyFinder, setAssetCategoryPropertyLocalService, setAssetCategoryPropertyPersistence, setAssetCategoryPropertyService, setAssetCategoryService, setAssetEntryFinder, setAssetEntryLocalService, setAssetEntryPersistence, setAssetEntryService, setAssetTagFinder, setAssetTagLocalService, setAssetTagPersistence, setAssetTagPropertyFinder, setAssetTagPropertyKeyFinder, setAssetTagPropertyLocalService, setAssetTagPropertyPersistence, setAssetTagPropertyService, setAssetTagService, setAssetTagStatsLocalService, setAssetTagStatsPersistence, setAssetVocabularyLocalService, setAssetVocabularyPersistence, setAssetVocabularyService, setCounterLocalService, setCounterService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateAssetTagStats, updateAssetTagStats
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetTagStatsLocalServiceImpl

public AssetTagStatsLocalServiceImpl()
Method Detail

addTagStats

public com.liferay.portlet.asset.model.AssetTagStats addTagStats(long tagId,
                                                                 long classNameId)
                                                          throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteTagStatsByClassNameId

public void deleteTagStatsByClassNameId(long classNameId)
                                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteTagStatsByTagId

public void deleteTagStatsByTagId(long tagId)
                           throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getTagStats

public com.liferay.portlet.asset.model.AssetTagStats getTagStats(long tagId,
                                                                 long classNameId)
                                                          throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

updateTagStats

public com.liferay.portlet.asset.model.AssetTagStats updateTagStats(long tagId,
                                                                    long classNameId)
                                                             throws com.liferay.portal.kernel.exception.PortalException,
                                                                    com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException