Liferay 6.1.2-ce-ga3

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 AssetCategoryLocalServiceBaseImpl.assetTagPropertyKeyFinder
           
protected  AssetTagPropertyKeyFinder AssetTagStatsLocalServiceBaseImpl.assetTagPropertyKeyFinder
           
protected  AssetTagPropertyKeyFinder AssetVocabularyServiceBaseImpl.assetTagPropertyKeyFinder
           
protected  AssetTagPropertyKeyFinder AssetCategoryServiceBaseImpl.assetTagPropertyKeyFinder
           
protected  AssetTagPropertyKeyFinder AssetCategoryPropertyLocalServiceBaseImpl.assetTagPropertyKeyFinder
           
protected  AssetTagPropertyKeyFinder AssetTagPropertyServiceBaseImpl.assetTagPropertyKeyFinder
           
protected  AssetTagPropertyKeyFinder AssetTagPropertyLocalServiceBaseImpl.assetTagPropertyKeyFinder
           
protected  AssetTagPropertyKeyFinder AssetEntryServiceBaseImpl.assetTagPropertyKeyFinder
           
protected  AssetTagPropertyKeyFinder AssetLinkLocalServiceBaseImpl.assetTagPropertyKeyFinder
           
protected  AssetTagPropertyKeyFinder AssetVocabularyLocalServiceBaseImpl.assetTagPropertyKeyFinder
           
protected  AssetTagPropertyKeyFinder AssetTagLocalServiceBaseImpl.assetTagPropertyKeyFinder
           
protected  AssetTagPropertyKeyFinder AssetEntryLocalServiceBaseImpl.assetTagPropertyKeyFinder
           
protected  AssetTagPropertyKeyFinder AssetTagServiceBaseImpl.assetTagPropertyKeyFinder
           
protected  AssetTagPropertyKeyFinder AssetCategoryPropertyServiceBaseImpl.assetTagPropertyKeyFinder
           
 

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

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetTagPropertyKeyFinder
 void AssetCategoryLocalServiceBaseImpl.setAssetTagPropertyKeyFinder(AssetTagPropertyKeyFinder assetTagPropertyKeyFinder)
          Sets the asset tag property key finder.
 void AssetTagStatsLocalServiceBaseImpl.setAssetTagPropertyKeyFinder(AssetTagPropertyKeyFinder assetTagPropertyKeyFinder)
          Sets the asset tag property key finder.
 void AssetVocabularyServiceBaseImpl.setAssetTagPropertyKeyFinder(AssetTagPropertyKeyFinder assetTagPropertyKeyFinder)
          Sets the asset tag property key finder.
 void AssetCategoryServiceBaseImpl.setAssetTagPropertyKeyFinder(AssetTagPropertyKeyFinder assetTagPropertyKeyFinder)
          Sets the asset tag property key finder.
 void AssetCategoryPropertyLocalServiceBaseImpl.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 AssetEntryServiceBaseImpl.setAssetTagPropertyKeyFinder(AssetTagPropertyKeyFinder assetTagPropertyKeyFinder)
          Sets the asset tag property key finder.
 void AssetLinkLocalServiceBaseImpl.setAssetTagPropertyKeyFinder(AssetTagPropertyKeyFinder assetTagPropertyKeyFinder)
          Sets the asset tag property key finder.
 void AssetVocabularyLocalServiceBaseImpl.setAssetTagPropertyKeyFinder(AssetTagPropertyKeyFinder assetTagPropertyKeyFinder)
          Sets the asset tag property key finder.
 void AssetTagLocalServiceBaseImpl.setAssetTagPropertyKeyFinder(AssetTagPropertyKeyFinder assetTagPropertyKeyFinder)
          Sets the asset tag property key finder.
 void AssetEntryLocalServiceBaseImpl.setAssetTagPropertyKeyFinder(AssetTagPropertyKeyFinder assetTagPropertyKeyFinder)
          Sets the asset tag property key finder.
 void AssetTagServiceBaseImpl.setAssetTagPropertyKeyFinder(AssetTagPropertyKeyFinder assetTagPropertyKeyFinder)
          Sets the asset tag property key finder.
 void AssetCategoryPropertyServiceBaseImpl.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.1.2-ce-ga3