Liferay 6.0.4

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

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

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

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

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

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

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

Classes in com.liferay.portlet.asset.service.persistence that implement AssetLinkPersistence
 class AssetLinkPersistenceImpl
          The persistence for the asset link service.
 

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

Methods in com.liferay.portlet.asset.service.persistence that return AssetLinkPersistence
static AssetLinkPersistence AssetLinkUtil.getPersistence()
           
 

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


Liferay 6.0.4