Liferay 6.0.4

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

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

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

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

Methods in com.liferay.portlet.asset.service.base that return AssetTagPropertyPersistence
 AssetTagPropertyPersistence AssetVocabularyServiceBaseImpl.getAssetTagPropertyPersistence()
           
 AssetTagPropertyPersistence AssetVocabularyLocalServiceBaseImpl.getAssetTagPropertyPersistence()
           
 AssetTagPropertyPersistence AssetTagStatsLocalServiceBaseImpl.getAssetTagPropertyPersistence()
           
 AssetTagPropertyPersistence AssetTagServiceBaseImpl.getAssetTagPropertyPersistence()
           
 AssetTagPropertyPersistence AssetTagPropertyServiceBaseImpl.getAssetTagPropertyPersistence()
           
 AssetTagPropertyPersistence AssetTagPropertyLocalServiceBaseImpl.getAssetTagPropertyPersistence()
           
 AssetTagPropertyPersistence AssetTagLocalServiceBaseImpl.getAssetTagPropertyPersistence()
           
 AssetTagPropertyPersistence AssetLinkLocalServiceBaseImpl.getAssetTagPropertyPersistence()
           
 AssetTagPropertyPersistence AssetEntryServiceBaseImpl.getAssetTagPropertyPersistence()
           
 AssetTagPropertyPersistence AssetEntryLocalServiceBaseImpl.getAssetTagPropertyPersistence()
           
 AssetTagPropertyPersistence AssetCategoryServiceBaseImpl.getAssetTagPropertyPersistence()
           
 AssetTagPropertyPersistence AssetCategoryPropertyServiceBaseImpl.getAssetTagPropertyPersistence()
           
 AssetTagPropertyPersistence AssetCategoryPropertyLocalServiceBaseImpl.getAssetTagPropertyPersistence()
           
 AssetTagPropertyPersistence AssetCategoryLocalServiceBaseImpl.getAssetTagPropertyPersistence()
           
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetTagPropertyPersistence
 void AssetVocabularyServiceBaseImpl.setAssetTagPropertyPersistence(AssetTagPropertyPersistence assetTagPropertyPersistence)
           
 void AssetVocabularyLocalServiceBaseImpl.setAssetTagPropertyPersistence(AssetTagPropertyPersistence assetTagPropertyPersistence)
           
 void AssetTagStatsLocalServiceBaseImpl.setAssetTagPropertyPersistence(AssetTagPropertyPersistence assetTagPropertyPersistence)
           
 void AssetTagServiceBaseImpl.setAssetTagPropertyPersistence(AssetTagPropertyPersistence assetTagPropertyPersistence)
           
 void AssetTagPropertyServiceBaseImpl.setAssetTagPropertyPersistence(AssetTagPropertyPersistence assetTagPropertyPersistence)
           
 void AssetTagPropertyLocalServiceBaseImpl.setAssetTagPropertyPersistence(AssetTagPropertyPersistence assetTagPropertyPersistence)
           
 void AssetTagLocalServiceBaseImpl.setAssetTagPropertyPersistence(AssetTagPropertyPersistence assetTagPropertyPersistence)
           
 void AssetLinkLocalServiceBaseImpl.setAssetTagPropertyPersistence(AssetTagPropertyPersistence assetTagPropertyPersistence)
           
 void AssetEntryServiceBaseImpl.setAssetTagPropertyPersistence(AssetTagPropertyPersistence assetTagPropertyPersistence)
           
 void AssetEntryLocalServiceBaseImpl.setAssetTagPropertyPersistence(AssetTagPropertyPersistence assetTagPropertyPersistence)
           
 void AssetCategoryServiceBaseImpl.setAssetTagPropertyPersistence(AssetTagPropertyPersistence assetTagPropertyPersistence)
           
 void AssetCategoryPropertyServiceBaseImpl.setAssetTagPropertyPersistence(AssetTagPropertyPersistence assetTagPropertyPersistence)
           
 void AssetCategoryPropertyLocalServiceBaseImpl.setAssetTagPropertyPersistence(AssetTagPropertyPersistence assetTagPropertyPersistence)
           
 void AssetCategoryLocalServiceBaseImpl.setAssetTagPropertyPersistence(AssetTagPropertyPersistence assetTagPropertyPersistence)
           
 

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

Classes in com.liferay.portlet.asset.service.persistence that implement AssetTagPropertyPersistence
 class AssetTagPropertyPersistenceImpl
          The persistence for the asset tag property service.
 

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

Methods in com.liferay.portlet.asset.service.persistence that return AssetTagPropertyPersistence
static AssetTagPropertyPersistence AssetTagPropertyUtil.getPersistence()
           
 

Methods in com.liferay.portlet.asset.service.persistence with parameters of type AssetTagPropertyPersistence
 void AssetTagPropertyUtil.setPersistence(AssetTagPropertyPersistence persistence)
           
 


Liferay 6.0.4