Liferay 6.0.5

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()
          Gets the asset link persistence.
 AssetLinkPersistence AssetVocabularyLocalServiceBaseImpl.getAssetLinkPersistence()
          Gets the asset link persistence.
 AssetLinkPersistence AssetTagStatsLocalServiceBaseImpl.getAssetLinkPersistence()
          Gets the asset link persistence.
 AssetLinkPersistence AssetTagServiceBaseImpl.getAssetLinkPersistence()
          Gets the asset link persistence.
 AssetLinkPersistence AssetTagPropertyServiceBaseImpl.getAssetLinkPersistence()
          Gets the asset link persistence.
 AssetLinkPersistence AssetTagPropertyLocalServiceBaseImpl.getAssetLinkPersistence()
          Gets the asset link persistence.
 AssetLinkPersistence AssetTagLocalServiceBaseImpl.getAssetLinkPersistence()
          Gets the asset link persistence.
 AssetLinkPersistence AssetLinkLocalServiceBaseImpl.getAssetLinkPersistence()
          Gets the asset link persistence.
 AssetLinkPersistence AssetEntryServiceBaseImpl.getAssetLinkPersistence()
          Gets the asset link persistence.
 AssetLinkPersistence AssetEntryLocalServiceBaseImpl.getAssetLinkPersistence()
          Gets the asset link persistence.
 AssetLinkPersistence AssetCategoryServiceBaseImpl.getAssetLinkPersistence()
          Gets the asset link persistence.
 AssetLinkPersistence AssetCategoryPropertyServiceBaseImpl.getAssetLinkPersistence()
          Gets the asset link persistence.
 AssetLinkPersistence AssetCategoryPropertyLocalServiceBaseImpl.getAssetLinkPersistence()
          Gets the asset link persistence.
 AssetLinkPersistence AssetCategoryLocalServiceBaseImpl.getAssetLinkPersistence()
          Gets the asset link persistence.
 

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

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 implementation 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.5