Liferay 6.0.4

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

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

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