Liferay 6.2-ce-ga5

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   
 

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

Methods in com.liferay.portlet.asset.service.base that return AssetCategoryPropertyPersistence
 AssetCategoryPropertyPersistence AssetCategoryPropertyServiceBaseImpl.getAssetCategoryPropertyPersistence()
          Returns the asset category property persistence.
 AssetCategoryPropertyPersistence AssetEntryServiceBaseImpl.getAssetCategoryPropertyPersistence()
          Returns the asset category property persistence.
 AssetCategoryPropertyPersistence AssetCategoryLocalServiceBaseImpl.getAssetCategoryPropertyPersistence()
          Returns the asset category property persistence.
 AssetCategoryPropertyPersistence AssetTagPropertyServiceBaseImpl.getAssetCategoryPropertyPersistence()
          Returns the asset category property persistence.
 AssetCategoryPropertyPersistence AssetVocabularyServiceBaseImpl.getAssetCategoryPropertyPersistence()
          Returns the asset category property persistence.
 AssetCategoryPropertyPersistence AssetCategoryServiceBaseImpl.getAssetCategoryPropertyPersistence()
          Returns the asset category property persistence.
 AssetCategoryPropertyPersistence AssetEntryLocalServiceBaseImpl.getAssetCategoryPropertyPersistence()
          Returns the asset category property persistence.
 AssetCategoryPropertyPersistence AssetTagPropertyLocalServiceBaseImpl.getAssetCategoryPropertyPersistence()
          Returns the asset category property persistence.
 AssetCategoryPropertyPersistence AssetTagServiceBaseImpl.getAssetCategoryPropertyPersistence()
          Returns the asset category property persistence.
 AssetCategoryPropertyPersistence AssetCategoryPropertyLocalServiceBaseImpl.getAssetCategoryPropertyPersistence()
          Returns the asset category property persistence.
 AssetCategoryPropertyPersistence AssetVocabularyLocalServiceBaseImpl.getAssetCategoryPropertyPersistence()
          Returns the asset category property persistence.
 AssetCategoryPropertyPersistence AssetLinkLocalServiceBaseImpl.getAssetCategoryPropertyPersistence()
          Returns the asset category property persistence.
 AssetCategoryPropertyPersistence AssetTagStatsLocalServiceBaseImpl.getAssetCategoryPropertyPersistence()
          Returns the asset category property persistence.
 AssetCategoryPropertyPersistence AssetTagLocalServiceBaseImpl.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 AssetEntryServiceBaseImpl.setAssetCategoryPropertyPersistence(AssetCategoryPropertyPersistence assetCategoryPropertyPersistence)
          Sets the asset category property persistence.
 void AssetCategoryLocalServiceBaseImpl.setAssetCategoryPropertyPersistence(AssetCategoryPropertyPersistence assetCategoryPropertyPersistence)
          Sets the asset category property persistence.
 void AssetTagPropertyServiceBaseImpl.setAssetCategoryPropertyPersistence(AssetCategoryPropertyPersistence assetCategoryPropertyPersistence)
          Sets the asset category property persistence.
 void AssetVocabularyServiceBaseImpl.setAssetCategoryPropertyPersistence(AssetCategoryPropertyPersistence assetCategoryPropertyPersistence)
          Sets the asset category property persistence.
 void AssetCategoryServiceBaseImpl.setAssetCategoryPropertyPersistence(AssetCategoryPropertyPersistence assetCategoryPropertyPersistence)
          Sets the asset category property persistence.
 void AssetEntryLocalServiceBaseImpl.setAssetCategoryPropertyPersistence(AssetCategoryPropertyPersistence assetCategoryPropertyPersistence)
          Sets the asset category property persistence.
 void AssetTagPropertyLocalServiceBaseImpl.setAssetCategoryPropertyPersistence(AssetCategoryPropertyPersistence assetCategoryPropertyPersistence)
          Sets the asset category property persistence.
 void AssetTagServiceBaseImpl.setAssetCategoryPropertyPersistence(AssetCategoryPropertyPersistence assetCategoryPropertyPersistence)
          Sets the asset category property persistence.
 void AssetCategoryPropertyLocalServiceBaseImpl.setAssetCategoryPropertyPersistence(AssetCategoryPropertyPersistence assetCategoryPropertyPersistence)
          Sets the asset category property persistence.
 void AssetVocabularyLocalServiceBaseImpl.setAssetCategoryPropertyPersistence(AssetCategoryPropertyPersistence assetCategoryPropertyPersistence)
          Sets the asset category property persistence.
 void AssetLinkLocalServiceBaseImpl.setAssetCategoryPropertyPersistence(AssetCategoryPropertyPersistence assetCategoryPropertyPersistence)
          Sets the asset category property persistence.
 void AssetTagStatsLocalServiceBaseImpl.setAssetCategoryPropertyPersistence(AssetCategoryPropertyPersistence assetCategoryPropertyPersistence)
          Sets the asset category property persistence.
 void AssetTagLocalServiceBaseImpl.setAssetCategoryPropertyPersistence(AssetCategoryPropertyPersistence assetCategoryPropertyPersistence)
          Sets the asset category property persistence.
 

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

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

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

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


Liferay 6.2-ce-ga5