Liferay 7.0-ce-b4

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

Packages that use AssetVocabularyFinder
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 AssetVocabularyFinder in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as AssetVocabularyFinder
protected  AssetVocabularyFinder GroupServiceBaseImpl.assetVocabularyFinder
           
protected  AssetVocabularyFinder GroupLocalServiceBaseImpl.assetVocabularyFinder
           
 

Methods in com.liferay.portal.service.base that return AssetVocabularyFinder
 AssetVocabularyFinder GroupServiceBaseImpl.getAssetVocabularyFinder()
          Returns the asset vocabulary finder.
 AssetVocabularyFinder GroupLocalServiceBaseImpl.getAssetVocabularyFinder()
          Returns the asset vocabulary finder.
 

Methods in com.liferay.portal.service.base with parameters of type AssetVocabularyFinder
 void GroupServiceBaseImpl.setAssetVocabularyFinder(AssetVocabularyFinder assetVocabularyFinder)
          Sets the asset vocabulary finder.
 void GroupLocalServiceBaseImpl.setAssetVocabularyFinder(AssetVocabularyFinder assetVocabularyFinder)
          Sets the asset vocabulary finder.
 

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

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

Methods in com.liferay.portlet.asset.service.base that return AssetVocabularyFinder
 AssetVocabularyFinder AssetCategoryLocalServiceBaseImpl.getAssetVocabularyFinder()
          Returns the asset vocabulary finder.
 AssetVocabularyFinder AssetVocabularyServiceBaseImpl.getAssetVocabularyFinder()
          Returns the asset vocabulary finder.
 AssetVocabularyFinder AssetCategoryServiceBaseImpl.getAssetVocabularyFinder()
          Returns the asset vocabulary finder.
 AssetVocabularyFinder AssetVocabularyLocalServiceBaseImpl.getAssetVocabularyFinder()
          Returns the asset vocabulary finder.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetVocabularyFinder
 void AssetCategoryLocalServiceBaseImpl.setAssetVocabularyFinder(AssetVocabularyFinder assetVocabularyFinder)
          Sets the asset vocabulary finder.
 void AssetVocabularyServiceBaseImpl.setAssetVocabularyFinder(AssetVocabularyFinder assetVocabularyFinder)
          Sets the asset vocabulary finder.
 void AssetCategoryServiceBaseImpl.setAssetVocabularyFinder(AssetVocabularyFinder assetVocabularyFinder)
          Sets the asset vocabulary finder.
 void AssetVocabularyLocalServiceBaseImpl.setAssetVocabularyFinder(AssetVocabularyFinder assetVocabularyFinder)
          Sets the asset vocabulary finder.
 

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

Methods in com.liferay.portlet.asset.service.persistence that return AssetVocabularyFinder
static AssetVocabularyFinder AssetVocabularyFinderUtil.getFinder()
           
 

Methods in com.liferay.portlet.asset.service.persistence with parameters of type AssetVocabularyFinder
 void AssetVocabularyFinderUtil.setFinder(AssetVocabularyFinder finder)
           
 

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

Classes in com.liferay.portlet.asset.service.persistence.impl that implement AssetVocabularyFinder
 class AssetVocabularyFinderImpl
           
 


Liferay 7.0-ce-b4