Liferay 7.0-ce-m3

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

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

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

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

Methods in com.liferay.portlet.asset.service.base that return AssetTagPropertyPersistence
 AssetTagPropertyPersistence AssetTagLocalServiceBaseImpl.getAssetTagPropertyPersistence()
          Returns the asset tag property persistence.
 AssetTagPropertyPersistence AssetTagPropertyServiceBaseImpl.getAssetTagPropertyPersistence()
          Returns the asset tag property persistence.
 AssetTagPropertyPersistence AssetTagServiceBaseImpl.getAssetTagPropertyPersistence()
          Returns the asset tag property persistence.
 AssetTagPropertyPersistence AssetTagPropertyLocalServiceBaseImpl.getAssetTagPropertyPersistence()
          Returns the asset tag property persistence.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetTagPropertyPersistence
 void AssetTagLocalServiceBaseImpl.setAssetTagPropertyPersistence(AssetTagPropertyPersistence assetTagPropertyPersistence)
          Sets the asset tag property persistence.
 void AssetTagPropertyServiceBaseImpl.setAssetTagPropertyPersistence(AssetTagPropertyPersistence assetTagPropertyPersistence)
          Sets the asset tag property persistence.
 void AssetTagServiceBaseImpl.setAssetTagPropertyPersistence(AssetTagPropertyPersistence assetTagPropertyPersistence)
          Sets the asset tag property persistence.
 void AssetTagPropertyLocalServiceBaseImpl.setAssetTagPropertyPersistence(AssetTagPropertyPersistence assetTagPropertyPersistence)
          Sets the asset tag property persistence.
 

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

Methods in com.liferay.portlet.asset.service.persistence that return AssetTagPropertyPersistence
static AssetTagPropertyPersistence AssetTagPropertyUtil.getPersistence()
           
 

Methods in com.liferay.portlet.asset.service.persistence with parameters of type AssetTagPropertyPersistence
 void AssetTagPropertyUtil.setPersistence(AssetTagPropertyPersistence persistence)
          Deprecated. As of 6.2.0
 

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

Classes in com.liferay.portlet.asset.service.persistence.impl that implement AssetTagPropertyPersistence
 class AssetTagPropertyPersistenceImpl
          The persistence implementation for the asset tag property service.
 


Liferay 7.0-ce-m3