Liferay 6.0.5

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

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

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

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

Methods in com.liferay.portlet.asset.service.base that return AssetTagPropertyKeyFinder
 AssetTagPropertyKeyFinder AssetVocabularyServiceBaseImpl.getAssetTagPropertyKeyFinder()
          Gets the asset tag property key finder.
 AssetTagPropertyKeyFinder AssetVocabularyLocalServiceBaseImpl.getAssetTagPropertyKeyFinder()
          Gets the asset tag property key finder.
 AssetTagPropertyKeyFinder AssetTagStatsLocalServiceBaseImpl.getAssetTagPropertyKeyFinder()
          Gets the asset tag property key finder.
 AssetTagPropertyKeyFinder AssetTagServiceBaseImpl.getAssetTagPropertyKeyFinder()
          Gets the asset tag property key finder.
 AssetTagPropertyKeyFinder AssetTagPropertyServiceBaseImpl.getAssetTagPropertyKeyFinder()
          Gets the asset tag property key finder.
 AssetTagPropertyKeyFinder AssetTagPropertyLocalServiceBaseImpl.getAssetTagPropertyKeyFinder()
          Gets the asset tag property key finder.
 AssetTagPropertyKeyFinder AssetTagLocalServiceBaseImpl.getAssetTagPropertyKeyFinder()
          Gets the asset tag property key finder.
 AssetTagPropertyKeyFinder AssetLinkLocalServiceBaseImpl.getAssetTagPropertyKeyFinder()
          Gets the asset tag property key finder.
 AssetTagPropertyKeyFinder AssetEntryServiceBaseImpl.getAssetTagPropertyKeyFinder()
          Gets the asset tag property key finder.
 AssetTagPropertyKeyFinder AssetEntryLocalServiceBaseImpl.getAssetTagPropertyKeyFinder()
          Gets the asset tag property key finder.
 AssetTagPropertyKeyFinder AssetCategoryServiceBaseImpl.getAssetTagPropertyKeyFinder()
          Gets the asset tag property key finder.
 AssetTagPropertyKeyFinder AssetCategoryPropertyServiceBaseImpl.getAssetTagPropertyKeyFinder()
          Gets the asset tag property key finder.
 AssetTagPropertyKeyFinder AssetCategoryPropertyLocalServiceBaseImpl.getAssetTagPropertyKeyFinder()
          Gets the asset tag property key finder.
 AssetTagPropertyKeyFinder AssetCategoryLocalServiceBaseImpl.getAssetTagPropertyKeyFinder()
          Gets the asset tag property key finder.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetTagPropertyKeyFinder
 void AssetVocabularyServiceBaseImpl.setAssetTagPropertyKeyFinder(AssetTagPropertyKeyFinder assetTagPropertyKeyFinder)
          Sets the asset tag property key finder.
 void AssetVocabularyLocalServiceBaseImpl.setAssetTagPropertyKeyFinder(AssetTagPropertyKeyFinder assetTagPropertyKeyFinder)
          Sets the asset tag property key finder.
 void AssetTagStatsLocalServiceBaseImpl.setAssetTagPropertyKeyFinder(AssetTagPropertyKeyFinder assetTagPropertyKeyFinder)
          Sets the asset tag property key finder.
 void AssetTagServiceBaseImpl.setAssetTagPropertyKeyFinder(AssetTagPropertyKeyFinder assetTagPropertyKeyFinder)
          Sets the asset tag property key finder.
 void AssetTagPropertyServiceBaseImpl.setAssetTagPropertyKeyFinder(AssetTagPropertyKeyFinder assetTagPropertyKeyFinder)
          Sets the asset tag property key finder.
 void AssetTagPropertyLocalServiceBaseImpl.setAssetTagPropertyKeyFinder(AssetTagPropertyKeyFinder assetTagPropertyKeyFinder)
          Sets the asset tag property key finder.
 void AssetTagLocalServiceBaseImpl.setAssetTagPropertyKeyFinder(AssetTagPropertyKeyFinder assetTagPropertyKeyFinder)
          Sets the asset tag property key finder.
 void AssetLinkLocalServiceBaseImpl.setAssetTagPropertyKeyFinder(AssetTagPropertyKeyFinder assetTagPropertyKeyFinder)
          Sets the asset tag property key finder.
 void AssetEntryServiceBaseImpl.setAssetTagPropertyKeyFinder(AssetTagPropertyKeyFinder assetTagPropertyKeyFinder)
          Sets the asset tag property key finder.
 void AssetEntryLocalServiceBaseImpl.setAssetTagPropertyKeyFinder(AssetTagPropertyKeyFinder assetTagPropertyKeyFinder)
          Sets the asset tag property key finder.
 void AssetCategoryServiceBaseImpl.setAssetTagPropertyKeyFinder(AssetTagPropertyKeyFinder assetTagPropertyKeyFinder)
          Sets the asset tag property key finder.
 void AssetCategoryPropertyServiceBaseImpl.setAssetTagPropertyKeyFinder(AssetTagPropertyKeyFinder assetTagPropertyKeyFinder)
          Sets the asset tag property key finder.
 void AssetCategoryPropertyLocalServiceBaseImpl.setAssetTagPropertyKeyFinder(AssetTagPropertyKeyFinder assetTagPropertyKeyFinder)
          Sets the asset tag property key finder.
 void AssetCategoryLocalServiceBaseImpl.setAssetTagPropertyKeyFinder(AssetTagPropertyKeyFinder assetTagPropertyKeyFinder)
          Sets the asset tag property key finder.
 

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

Classes in com.liferay.portlet.asset.service.persistence that implement AssetTagPropertyKeyFinder
 class AssetTagPropertyKeyFinderImpl
           
 

Methods in com.liferay.portlet.asset.service.persistence that return AssetTagPropertyKeyFinder
static AssetTagPropertyKeyFinder AssetTagPropertyKeyFinderUtil.getFinder()
           
 

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


Liferay 6.0.5