Liferay 7.0-ce-m3

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

Packages that use AssetTagPropertyKeyFinder
com.liferay.portlet.asset.service.base   
com.liferay.portlet.asset.service.persistence   
com.liferay.portlet.asset.service.persistence.impl   
 

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

Fields in com.liferay.portlet.asset.service.base declared as AssetTagPropertyKeyFinder
protected  AssetTagPropertyKeyFinder AssetTagPropertyServiceBaseImpl.assetTagPropertyKeyFinder
           
protected  AssetTagPropertyKeyFinder AssetTagPropertyLocalServiceBaseImpl.assetTagPropertyKeyFinder
           
 

Methods in com.liferay.portlet.asset.service.base that return AssetTagPropertyKeyFinder
 AssetTagPropertyKeyFinder AssetTagPropertyServiceBaseImpl.getAssetTagPropertyKeyFinder()
          Returns the asset tag property key finder.
 AssetTagPropertyKeyFinder AssetTagPropertyLocalServiceBaseImpl.getAssetTagPropertyKeyFinder()
          Returns the asset tag property key finder.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetTagPropertyKeyFinder
 void AssetTagPropertyServiceBaseImpl.setAssetTagPropertyKeyFinder(AssetTagPropertyKeyFinder assetTagPropertyKeyFinder)
          Sets the asset tag property key finder.
 void AssetTagPropertyLocalServiceBaseImpl.setAssetTagPropertyKeyFinder(AssetTagPropertyKeyFinder assetTagPropertyKeyFinder)
          Sets the asset tag property key finder.
 

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

Methods in com.liferay.portlet.asset.service.persistence that return AssetTagPropertyKeyFinder
static AssetTagPropertyKeyFinder AssetTagPropertyKeyFinderUtil.getFinder()
           
 

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

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

Classes in com.liferay.portlet.asset.service.persistence.impl that implement AssetTagPropertyKeyFinder
 class AssetTagPropertyKeyFinderImpl
           
 


Liferay 7.0-ce-m3