Liferay 7.0-ce-m3

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

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

Fields in com.liferay.portlet.asset.service.base declared as AssetTagPropertyFinder
protected  AssetTagPropertyFinder AssetTagLocalServiceBaseImpl.assetTagPropertyFinder
           
protected  AssetTagPropertyFinder AssetTagPropertyServiceBaseImpl.assetTagPropertyFinder
           
protected  AssetTagPropertyFinder AssetTagServiceBaseImpl.assetTagPropertyFinder
           
protected  AssetTagPropertyFinder AssetTagPropertyLocalServiceBaseImpl.assetTagPropertyFinder
           
 

Methods in com.liferay.portlet.asset.service.base that return AssetTagPropertyFinder
 AssetTagPropertyFinder AssetTagLocalServiceBaseImpl.getAssetTagPropertyFinder()
          Returns the asset tag property finder.
 AssetTagPropertyFinder AssetTagPropertyServiceBaseImpl.getAssetTagPropertyFinder()
          Returns the asset tag property finder.
 AssetTagPropertyFinder AssetTagServiceBaseImpl.getAssetTagPropertyFinder()
          Returns the asset tag property finder.
 AssetTagPropertyFinder AssetTagPropertyLocalServiceBaseImpl.getAssetTagPropertyFinder()
          Returns the asset tag property finder.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetTagPropertyFinder
 void AssetTagLocalServiceBaseImpl.setAssetTagPropertyFinder(AssetTagPropertyFinder assetTagPropertyFinder)
          Sets the asset tag property finder.
 void AssetTagPropertyServiceBaseImpl.setAssetTagPropertyFinder(AssetTagPropertyFinder assetTagPropertyFinder)
          Sets the asset tag property finder.
 void AssetTagServiceBaseImpl.setAssetTagPropertyFinder(AssetTagPropertyFinder assetTagPropertyFinder)
          Sets the asset tag property finder.
 void AssetTagPropertyLocalServiceBaseImpl.setAssetTagPropertyFinder(AssetTagPropertyFinder assetTagPropertyFinder)
          Sets the asset tag property finder.
 

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

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)
           
 

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

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


Liferay 7.0-ce-m3