Liferay 7.0-ce-b4

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

Packages that use AssetVocabularyPersistence
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portlet.asset.service.base   
com.liferay.portlet.asset.service.persistence   
com.liferay.portlet.asset.service.persistence.impl   
 

Uses of AssetVocabularyPersistence in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as AssetVocabularyPersistence
protected  AssetVocabularyPersistence GroupServiceBaseImpl.assetVocabularyPersistence
           
protected  AssetVocabularyPersistence GroupLocalServiceBaseImpl.assetVocabularyPersistence
           
 

Methods in com.liferay.portal.service.base that return AssetVocabularyPersistence
 AssetVocabularyPersistence GroupServiceBaseImpl.getAssetVocabularyPersistence()
          Returns the asset vocabulary persistence.
 AssetVocabularyPersistence GroupLocalServiceBaseImpl.getAssetVocabularyPersistence()
          Returns the asset vocabulary persistence.
 

Methods in com.liferay.portal.service.base with parameters of type AssetVocabularyPersistence
 void GroupServiceBaseImpl.setAssetVocabularyPersistence(AssetVocabularyPersistence assetVocabularyPersistence)
          Sets the asset vocabulary persistence.
 void GroupLocalServiceBaseImpl.setAssetVocabularyPersistence(AssetVocabularyPersistence assetVocabularyPersistence)
          Sets the asset vocabulary persistence.
 

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

Fields in com.liferay.portlet.asset.service.base declared as AssetVocabularyPersistence
protected  AssetVocabularyPersistence AssetCategoryLocalServiceBaseImpl.assetVocabularyPersistence
           
protected  AssetVocabularyPersistence AssetVocabularyServiceBaseImpl.assetVocabularyPersistence
           
protected  AssetVocabularyPersistence AssetCategoryServiceBaseImpl.assetVocabularyPersistence
           
protected  AssetVocabularyPersistence AssetVocabularyLocalServiceBaseImpl.assetVocabularyPersistence
           
 

Methods in com.liferay.portlet.asset.service.base that return AssetVocabularyPersistence
 AssetVocabularyPersistence AssetCategoryLocalServiceBaseImpl.getAssetVocabularyPersistence()
          Returns the asset vocabulary persistence.
 AssetVocabularyPersistence AssetVocabularyServiceBaseImpl.getAssetVocabularyPersistence()
          Returns the asset vocabulary persistence.
 AssetVocabularyPersistence AssetCategoryServiceBaseImpl.getAssetVocabularyPersistence()
          Returns the asset vocabulary persistence.
 AssetVocabularyPersistence AssetVocabularyLocalServiceBaseImpl.getAssetVocabularyPersistence()
          Returns the asset vocabulary persistence.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetVocabularyPersistence
 void AssetCategoryLocalServiceBaseImpl.setAssetVocabularyPersistence(AssetVocabularyPersistence assetVocabularyPersistence)
          Sets the asset vocabulary persistence.
 void AssetVocabularyServiceBaseImpl.setAssetVocabularyPersistence(AssetVocabularyPersistence assetVocabularyPersistence)
          Sets the asset vocabulary persistence.
 void AssetCategoryServiceBaseImpl.setAssetVocabularyPersistence(AssetVocabularyPersistence assetVocabularyPersistence)
          Sets the asset vocabulary persistence.
 void AssetVocabularyLocalServiceBaseImpl.setAssetVocabularyPersistence(AssetVocabularyPersistence assetVocabularyPersistence)
          Sets the asset vocabulary persistence.
 

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

Methods in com.liferay.portlet.asset.service.persistence that return AssetVocabularyPersistence
static AssetVocabularyPersistence AssetVocabularyUtil.getPersistence()
           
 

Uses of AssetVocabularyPersistence in com.liferay.portlet.asset.service.persistence.impl
 

Classes in com.liferay.portlet.asset.service.persistence.impl that implement AssetVocabularyPersistence
 class AssetVocabularyPersistenceImpl
          The persistence implementation for the asset vocabulary service.
 

Fields in com.liferay.portlet.asset.service.persistence.impl declared as AssetVocabularyPersistence
protected  AssetVocabularyPersistence AssetVocabularyFinderBaseImpl.assetVocabularyPersistence
           
 

Methods in com.liferay.portlet.asset.service.persistence.impl that return AssetVocabularyPersistence
 AssetVocabularyPersistence AssetVocabularyFinderBaseImpl.getAssetVocabularyPersistence()
          Returns the asset vocabulary persistence.
 

Methods in com.liferay.portlet.asset.service.persistence.impl with parameters of type AssetVocabularyPersistence
 void AssetVocabularyFinderBaseImpl.setAssetVocabularyPersistence(AssetVocabularyPersistence assetVocabularyPersistence)
          Sets the asset vocabulary persistence.
 


Liferay 7.0-ce-b4