Liferay 6.0.5

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

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

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

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

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

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

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

Classes in com.liferay.portlet.asset.service.persistence that implement AssetTagPropertyFinder
 class AssetTagPropertyFinderImpl
           
 

Methods in com.liferay.portlet.asset.service.persistence that return AssetTagPropertyFinder
static AssetTagPropertyFinder AssetTagPropertyFinderUtil.getFinder()
           
 

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


Liferay 6.0.5