Liferay 7.0-ce-b4

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

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

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

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

Methods in com.liferay.portlet.asset.service.base that return AssetCategoryPropertyPersistence
 AssetCategoryPropertyPersistence AssetCategoryPropertyServiceBaseImpl.getAssetCategoryPropertyPersistence()
          Returns the asset category property persistence.
 AssetCategoryPropertyPersistence AssetCategoryLocalServiceBaseImpl.getAssetCategoryPropertyPersistence()
          Returns the asset category property persistence.
 AssetCategoryPropertyPersistence AssetCategoryServiceBaseImpl.getAssetCategoryPropertyPersistence()
          Returns the asset category property persistence.
 AssetCategoryPropertyPersistence AssetCategoryPropertyLocalServiceBaseImpl.getAssetCategoryPropertyPersistence()
          Returns the asset category property persistence.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetCategoryPropertyPersistence
 void AssetCategoryPropertyServiceBaseImpl.setAssetCategoryPropertyPersistence(AssetCategoryPropertyPersistence assetCategoryPropertyPersistence)
          Sets the asset category property persistence.
 void AssetCategoryLocalServiceBaseImpl.setAssetCategoryPropertyPersistence(AssetCategoryPropertyPersistence assetCategoryPropertyPersistence)
          Sets the asset category property persistence.
 void AssetCategoryServiceBaseImpl.setAssetCategoryPropertyPersistence(AssetCategoryPropertyPersistence assetCategoryPropertyPersistence)
          Sets the asset category property persistence.
 void AssetCategoryPropertyLocalServiceBaseImpl.setAssetCategoryPropertyPersistence(AssetCategoryPropertyPersistence assetCategoryPropertyPersistence)
          Sets the asset category property persistence.
 

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

Methods in com.liferay.portlet.asset.service.persistence that return AssetCategoryPropertyPersistence
static AssetCategoryPropertyPersistence AssetCategoryPropertyUtil.getPersistence()
           
 

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

Classes in com.liferay.portlet.asset.service.persistence.impl that implement AssetCategoryPropertyPersistence
 class AssetCategoryPropertyPersistenceImpl
          The persistence implementation for the asset category property service.
 

Fields in com.liferay.portlet.asset.service.persistence.impl declared as AssetCategoryPropertyPersistence
protected  AssetCategoryPropertyPersistence AssetCategoryPropertyFinderBaseImpl.assetCategoryPropertyPersistence
           
 

Methods in com.liferay.portlet.asset.service.persistence.impl that return AssetCategoryPropertyPersistence
 AssetCategoryPropertyPersistence AssetCategoryPropertyFinderBaseImpl.getAssetCategoryPropertyPersistence()
          Returns the asset category property persistence.
 

Methods in com.liferay.portlet.asset.service.persistence.impl with parameters of type AssetCategoryPropertyPersistence
 void AssetCategoryPropertyFinderBaseImpl.setAssetCategoryPropertyPersistence(AssetCategoryPropertyPersistence assetCategoryPropertyPersistence)
          Sets the asset category property persistence.
 


Liferay 7.0-ce-b4