Liferay 7.0-ce-b4

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   
com.liferay.portlet.asset.service.persistence.impl   
 

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

Fields in com.liferay.portlet.asset.service.base declared as AssetCategoryPropertyFinder
protected  AssetCategoryPropertyFinder AssetCategoryPropertyServiceBaseImpl.assetCategoryPropertyFinder
           
protected  AssetCategoryPropertyFinder AssetCategoryLocalServiceBaseImpl.assetCategoryPropertyFinder
           
protected  AssetCategoryPropertyFinder AssetCategoryServiceBaseImpl.assetCategoryPropertyFinder
           
protected  AssetCategoryPropertyFinder AssetCategoryPropertyLocalServiceBaseImpl.assetCategoryPropertyFinder
           
 

Methods in com.liferay.portlet.asset.service.base that return AssetCategoryPropertyFinder
 AssetCategoryPropertyFinder AssetCategoryPropertyServiceBaseImpl.getAssetCategoryPropertyFinder()
          Returns the asset category property finder.
 AssetCategoryPropertyFinder AssetCategoryLocalServiceBaseImpl.getAssetCategoryPropertyFinder()
          Returns the asset category property finder.
 AssetCategoryPropertyFinder AssetCategoryServiceBaseImpl.getAssetCategoryPropertyFinder()
          Returns the asset category property finder.
 AssetCategoryPropertyFinder AssetCategoryPropertyLocalServiceBaseImpl.getAssetCategoryPropertyFinder()
          Returns the asset category property finder.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetCategoryPropertyFinder
 void AssetCategoryPropertyServiceBaseImpl.setAssetCategoryPropertyFinder(AssetCategoryPropertyFinder assetCategoryPropertyFinder)
          Sets the asset category property finder.
 void AssetCategoryLocalServiceBaseImpl.setAssetCategoryPropertyFinder(AssetCategoryPropertyFinder assetCategoryPropertyFinder)
          Sets the asset category property finder.
 void AssetCategoryServiceBaseImpl.setAssetCategoryPropertyFinder(AssetCategoryPropertyFinder assetCategoryPropertyFinder)
          Sets the asset category property finder.
 void AssetCategoryPropertyLocalServiceBaseImpl.setAssetCategoryPropertyFinder(AssetCategoryPropertyFinder assetCategoryPropertyFinder)
          Sets the asset category property finder.
 

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

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)
           
 

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

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


Liferay 7.0-ce-b4