Liferay 6.0-ee

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

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

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

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

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

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

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

Classes in com.liferay.portlet.asset.service.persistence that implement AssetCategoryPropertyFinder
 class AssetCategoryPropertyFinderImpl
           
 

Methods in com.liferay.portlet.asset.service.persistence that return AssetCategoryPropertyFinder
static AssetCategoryPropertyFinder AssetCategoryPropertyFinderUtil.getFinder()
           
 

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


Liferay 6.0-ee