Liferay 6.0.4

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()
           
 AssetTagPropertyKeyFinder AssetVocabularyLocalServiceBaseImpl.getAssetTagPropertyKeyFinder()
           
 AssetTagPropertyKeyFinder AssetTagStatsLocalServiceBaseImpl.getAssetTagPropertyKeyFinder()
           
 AssetTagPropertyKeyFinder AssetTagServiceBaseImpl.getAssetTagPropertyKeyFinder()
           
 AssetTagPropertyKeyFinder AssetTagPropertyServiceBaseImpl.getAssetTagPropertyKeyFinder()
           
 AssetTagPropertyKeyFinder AssetTagPropertyLocalServiceBaseImpl.getAssetTagPropertyKeyFinder()
           
 AssetTagPropertyKeyFinder AssetTagLocalServiceBaseImpl.getAssetTagPropertyKeyFinder()
           
 AssetTagPropertyKeyFinder AssetLinkLocalServiceBaseImpl.getAssetTagPropertyKeyFinder()
           
 AssetTagPropertyKeyFinder AssetEntryServiceBaseImpl.getAssetTagPropertyKeyFinder()
           
 AssetTagPropertyKeyFinder AssetEntryLocalServiceBaseImpl.getAssetTagPropertyKeyFinder()
           
 AssetTagPropertyKeyFinder AssetCategoryServiceBaseImpl.getAssetTagPropertyKeyFinder()
           
 AssetTagPropertyKeyFinder AssetCategoryPropertyServiceBaseImpl.getAssetTagPropertyKeyFinder()
           
 AssetTagPropertyKeyFinder AssetCategoryPropertyLocalServiceBaseImpl.getAssetTagPropertyKeyFinder()
           
 AssetTagPropertyKeyFinder AssetCategoryLocalServiceBaseImpl.getAssetTagPropertyKeyFinder()
           
 

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

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.4