Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence

Packages that use AssetTagStatsPersistence
com.liferay.portlet.asset.service.base   
com.liferay.portlet.asset.service.persistence   
 

Uses of AssetTagStatsPersistence in com.liferay.portlet.asset.service.base
 

Fields in com.liferay.portlet.asset.service.base declared as AssetTagStatsPersistence
protected  AssetTagStatsPersistence AssetCategoryLocalServiceBaseImpl.assetTagStatsPersistence
           
protected  AssetTagStatsPersistence AssetTagStatsLocalServiceBaseImpl.assetTagStatsPersistence
           
protected  AssetTagStatsPersistence AssetVocabularyServiceBaseImpl.assetTagStatsPersistence
           
protected  AssetTagStatsPersistence AssetCategoryServiceBaseImpl.assetTagStatsPersistence
           
protected  AssetTagStatsPersistence AssetCategoryPropertyLocalServiceBaseImpl.assetTagStatsPersistence
           
protected  AssetTagStatsPersistence AssetTagPropertyServiceBaseImpl.assetTagStatsPersistence
           
protected  AssetTagStatsPersistence AssetTagPropertyLocalServiceBaseImpl.assetTagStatsPersistence
           
protected  AssetTagStatsPersistence AssetEntryServiceBaseImpl.assetTagStatsPersistence
           
protected  AssetTagStatsPersistence AssetLinkLocalServiceBaseImpl.assetTagStatsPersistence
           
protected  AssetTagStatsPersistence AssetVocabularyLocalServiceBaseImpl.assetTagStatsPersistence
           
protected  AssetTagStatsPersistence AssetTagLocalServiceBaseImpl.assetTagStatsPersistence
           
protected  AssetTagStatsPersistence AssetEntryLocalServiceBaseImpl.assetTagStatsPersistence
           
protected  AssetTagStatsPersistence AssetTagServiceBaseImpl.assetTagStatsPersistence
           
protected  AssetTagStatsPersistence AssetCategoryPropertyServiceBaseImpl.assetTagStatsPersistence
           
 

Methods in com.liferay.portlet.asset.service.base that return AssetTagStatsPersistence
 AssetTagStatsPersistence AssetCategoryLocalServiceBaseImpl.getAssetTagStatsPersistence()
          Returns the asset tag stats persistence.
 AssetTagStatsPersistence AssetTagStatsLocalServiceBaseImpl.getAssetTagStatsPersistence()
          Returns the asset tag stats persistence.
 AssetTagStatsPersistence AssetVocabularyServiceBaseImpl.getAssetTagStatsPersistence()
          Returns the asset tag stats persistence.
 AssetTagStatsPersistence AssetCategoryServiceBaseImpl.getAssetTagStatsPersistence()
          Returns the asset tag stats persistence.
 AssetTagStatsPersistence AssetCategoryPropertyLocalServiceBaseImpl.getAssetTagStatsPersistence()
          Returns the asset tag stats persistence.
 AssetTagStatsPersistence AssetTagPropertyServiceBaseImpl.getAssetTagStatsPersistence()
          Returns the asset tag stats persistence.
 AssetTagStatsPersistence AssetTagPropertyLocalServiceBaseImpl.getAssetTagStatsPersistence()
          Returns the asset tag stats persistence.
 AssetTagStatsPersistence AssetEntryServiceBaseImpl.getAssetTagStatsPersistence()
          Returns the asset tag stats persistence.
 AssetTagStatsPersistence AssetLinkLocalServiceBaseImpl.getAssetTagStatsPersistence()
          Returns the asset tag stats persistence.
 AssetTagStatsPersistence AssetVocabularyLocalServiceBaseImpl.getAssetTagStatsPersistence()
          Returns the asset tag stats persistence.
 AssetTagStatsPersistence AssetTagLocalServiceBaseImpl.getAssetTagStatsPersistence()
          Returns the asset tag stats persistence.
 AssetTagStatsPersistence AssetEntryLocalServiceBaseImpl.getAssetTagStatsPersistence()
          Returns the asset tag stats persistence.
 AssetTagStatsPersistence AssetTagServiceBaseImpl.getAssetTagStatsPersistence()
          Returns the asset tag stats persistence.
 AssetTagStatsPersistence AssetCategoryPropertyServiceBaseImpl.getAssetTagStatsPersistence()
          Returns the asset tag stats persistence.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetTagStatsPersistence
 void AssetCategoryLocalServiceBaseImpl.setAssetTagStatsPersistence(AssetTagStatsPersistence assetTagStatsPersistence)
          Sets the asset tag stats persistence.
 void AssetTagStatsLocalServiceBaseImpl.setAssetTagStatsPersistence(AssetTagStatsPersistence assetTagStatsPersistence)
          Sets the asset tag stats persistence.
 void AssetVocabularyServiceBaseImpl.setAssetTagStatsPersistence(AssetTagStatsPersistence assetTagStatsPersistence)
          Sets the asset tag stats persistence.
 void AssetCategoryServiceBaseImpl.setAssetTagStatsPersistence(AssetTagStatsPersistence assetTagStatsPersistence)
          Sets the asset tag stats persistence.
 void AssetCategoryPropertyLocalServiceBaseImpl.setAssetTagStatsPersistence(AssetTagStatsPersistence assetTagStatsPersistence)
          Sets the asset tag stats persistence.
 void AssetTagPropertyServiceBaseImpl.setAssetTagStatsPersistence(AssetTagStatsPersistence assetTagStatsPersistence)
          Sets the asset tag stats persistence.
 void AssetTagPropertyLocalServiceBaseImpl.setAssetTagStatsPersistence(AssetTagStatsPersistence assetTagStatsPersistence)
          Sets the asset tag stats persistence.
 void AssetEntryServiceBaseImpl.setAssetTagStatsPersistence(AssetTagStatsPersistence assetTagStatsPersistence)
          Sets the asset tag stats persistence.
 void AssetLinkLocalServiceBaseImpl.setAssetTagStatsPersistence(AssetTagStatsPersistence assetTagStatsPersistence)
          Sets the asset tag stats persistence.
 void AssetVocabularyLocalServiceBaseImpl.setAssetTagStatsPersistence(AssetTagStatsPersistence assetTagStatsPersistence)
          Sets the asset tag stats persistence.
 void AssetTagLocalServiceBaseImpl.setAssetTagStatsPersistence(AssetTagStatsPersistence assetTagStatsPersistence)
          Sets the asset tag stats persistence.
 void AssetEntryLocalServiceBaseImpl.setAssetTagStatsPersistence(AssetTagStatsPersistence assetTagStatsPersistence)
          Sets the asset tag stats persistence.
 void AssetTagServiceBaseImpl.setAssetTagStatsPersistence(AssetTagStatsPersistence assetTagStatsPersistence)
          Sets the asset tag stats persistence.
 void AssetCategoryPropertyServiceBaseImpl.setAssetTagStatsPersistence(AssetTagStatsPersistence assetTagStatsPersistence)
          Sets the asset tag stats persistence.
 

Uses of AssetTagStatsPersistence in com.liferay.portlet.asset.service.persistence
 

Classes in com.liferay.portlet.asset.service.persistence that implement AssetTagStatsPersistence
 class AssetTagStatsPersistenceImpl
          The persistence implementation for the asset tag stats service.
 

Fields in com.liferay.portlet.asset.service.persistence declared as AssetTagStatsPersistence
protected  AssetTagStatsPersistence AssetCategoryPersistenceImpl.assetTagStatsPersistence
           
protected  AssetTagStatsPersistence AssetTagStatsPersistenceImpl.assetTagStatsPersistence
           
protected  AssetTagStatsPersistence AssetLinkPersistenceImpl.assetTagStatsPersistence
           
protected  AssetTagStatsPersistence AssetCategoryPropertyPersistenceImpl.assetTagStatsPersistence
           
protected  AssetTagStatsPersistence AssetTagPersistenceImpl.assetTagStatsPersistence
           
protected  AssetTagStatsPersistence AssetVocabularyPersistenceImpl.assetTagStatsPersistence
           
protected  AssetTagStatsPersistence AssetEntryPersistenceImpl.assetTagStatsPersistence
           
protected  AssetTagStatsPersistence AssetTagPropertyPersistenceImpl.assetTagStatsPersistence
           
 

Methods in com.liferay.portlet.asset.service.persistence that return AssetTagStatsPersistence
static AssetTagStatsPersistence AssetTagStatsUtil.getPersistence()
           
 

Methods in com.liferay.portlet.asset.service.persistence with parameters of type AssetTagStatsPersistence
 void AssetTagStatsUtil.setPersistence(AssetTagStatsPersistence persistence)
          Deprecated.  
 


Liferay 6.1.2-ce-ga3