Liferay 6.1.2-ce-ga3

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

Methods in com.liferay.portlet.asset.service.base that return AssetCategoryPropertyFinder
 AssetCategoryPropertyFinder AssetCategoryLocalServiceBaseImpl.getAssetCategoryPropertyFinder()
          Returns the asset category property finder.
 AssetCategoryPropertyFinder AssetTagStatsLocalServiceBaseImpl.getAssetCategoryPropertyFinder()
          Returns the asset category property finder.
 AssetCategoryPropertyFinder AssetVocabularyServiceBaseImpl.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.
 AssetCategoryPropertyFinder AssetTagPropertyServiceBaseImpl.getAssetCategoryPropertyFinder()
          Returns the asset category property finder.
 AssetCategoryPropertyFinder AssetTagPropertyLocalServiceBaseImpl.getAssetCategoryPropertyFinder()
          Returns the asset category property finder.
 AssetCategoryPropertyFinder AssetEntryServiceBaseImpl.getAssetCategoryPropertyFinder()
          Returns the asset category property finder.
 AssetCategoryPropertyFinder AssetLinkLocalServiceBaseImpl.getAssetCategoryPropertyFinder()
          Returns the asset category property finder.
 AssetCategoryPropertyFinder AssetVocabularyLocalServiceBaseImpl.getAssetCategoryPropertyFinder()
          Returns the asset category property finder.
 AssetCategoryPropertyFinder AssetTagLocalServiceBaseImpl.getAssetCategoryPropertyFinder()
          Returns the asset category property finder.
 AssetCategoryPropertyFinder AssetEntryLocalServiceBaseImpl.getAssetCategoryPropertyFinder()
          Returns the asset category property finder.
 AssetCategoryPropertyFinder AssetTagServiceBaseImpl.getAssetCategoryPropertyFinder()
          Returns the asset category property finder.
 AssetCategoryPropertyFinder AssetCategoryPropertyServiceBaseImpl.getAssetCategoryPropertyFinder()
          Returns the asset category property finder.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetCategoryPropertyFinder
 void AssetCategoryLocalServiceBaseImpl.setAssetCategoryPropertyFinder(AssetCategoryPropertyFinder assetCategoryPropertyFinder)
          Sets the asset category property finder.
 void AssetTagStatsLocalServiceBaseImpl.setAssetCategoryPropertyFinder(AssetCategoryPropertyFinder assetCategoryPropertyFinder)
          Sets the asset category property finder.
 void AssetVocabularyServiceBaseImpl.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.
 void AssetTagPropertyServiceBaseImpl.setAssetCategoryPropertyFinder(AssetCategoryPropertyFinder assetCategoryPropertyFinder)
          Sets the asset category property finder.
 void AssetTagPropertyLocalServiceBaseImpl.setAssetCategoryPropertyFinder(AssetCategoryPropertyFinder assetCategoryPropertyFinder)
          Sets the asset category property finder.
 void AssetEntryServiceBaseImpl.setAssetCategoryPropertyFinder(AssetCategoryPropertyFinder assetCategoryPropertyFinder)
          Sets the asset category property finder.
 void AssetLinkLocalServiceBaseImpl.setAssetCategoryPropertyFinder(AssetCategoryPropertyFinder assetCategoryPropertyFinder)
          Sets the asset category property finder.
 void AssetVocabularyLocalServiceBaseImpl.setAssetCategoryPropertyFinder(AssetCategoryPropertyFinder assetCategoryPropertyFinder)
          Sets the asset category property finder.
 void AssetTagLocalServiceBaseImpl.setAssetCategoryPropertyFinder(AssetCategoryPropertyFinder assetCategoryPropertyFinder)
          Sets the asset category property finder.
 void AssetEntryLocalServiceBaseImpl.setAssetCategoryPropertyFinder(AssetCategoryPropertyFinder assetCategoryPropertyFinder)
          Sets the asset category property finder.
 void AssetTagServiceBaseImpl.setAssetCategoryPropertyFinder(AssetCategoryPropertyFinder assetCategoryPropertyFinder)
          Sets the asset category property finder.
 void AssetCategoryPropertyServiceBaseImpl.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.1.2-ce-ga3