Liferay 7.0-ce-b4

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

Packages that use AssetCategoryPersistence
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portlet.asset.service.base   
com.liferay.portlet.asset.service.persistence   
com.liferay.portlet.asset.service.persistence.impl   
com.liferay.portlet.documentlibrary.service.base   
 

Uses of AssetCategoryPersistence in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as AssetCategoryPersistence
protected  AssetCategoryPersistence GroupServiceBaseImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence LayoutServiceBaseImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence LayoutLocalServiceBaseImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence OrganizationLocalServiceBaseImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence GroupLocalServiceBaseImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence OrganizationServiceBaseImpl.assetCategoryPersistence
           
 

Methods in com.liferay.portal.service.base that return AssetCategoryPersistence
 AssetCategoryPersistence GroupServiceBaseImpl.getAssetCategoryPersistence()
          Returns the asset category persistence.
 AssetCategoryPersistence LayoutServiceBaseImpl.getAssetCategoryPersistence()
          Returns the asset category persistence.
 AssetCategoryPersistence LayoutLocalServiceBaseImpl.getAssetCategoryPersistence()
          Returns the asset category persistence.
 AssetCategoryPersistence OrganizationLocalServiceBaseImpl.getAssetCategoryPersistence()
          Returns the asset category persistence.
 AssetCategoryPersistence GroupLocalServiceBaseImpl.getAssetCategoryPersistence()
          Returns the asset category persistence.
 AssetCategoryPersistence OrganizationServiceBaseImpl.getAssetCategoryPersistence()
          Returns the asset category persistence.
 

Methods in com.liferay.portal.service.base with parameters of type AssetCategoryPersistence
 void GroupServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void LayoutServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void LayoutLocalServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void OrganizationLocalServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void GroupLocalServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void OrganizationServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 

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

Fields in com.liferay.portlet.asset.service.base declared as AssetCategoryPersistence
protected  AssetCategoryPersistence AssetEntryServiceBaseImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence AssetCategoryLocalServiceBaseImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence AssetVocabularyServiceBaseImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence AssetCategoryServiceBaseImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence AssetEntryLocalServiceBaseImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence AssetVocabularyLocalServiceBaseImpl.assetCategoryPersistence
           
 

Methods in com.liferay.portlet.asset.service.base that return AssetCategoryPersistence
 AssetCategoryPersistence AssetEntryServiceBaseImpl.getAssetCategoryPersistence()
          Returns the asset category persistence.
 AssetCategoryPersistence AssetCategoryLocalServiceBaseImpl.getAssetCategoryPersistence()
          Returns the asset category persistence.
 AssetCategoryPersistence AssetVocabularyServiceBaseImpl.getAssetCategoryPersistence()
          Returns the asset category persistence.
 AssetCategoryPersistence AssetCategoryServiceBaseImpl.getAssetCategoryPersistence()
          Returns the asset category persistence.
 AssetCategoryPersistence AssetEntryLocalServiceBaseImpl.getAssetCategoryPersistence()
          Returns the asset category persistence.
 AssetCategoryPersistence AssetVocabularyLocalServiceBaseImpl.getAssetCategoryPersistence()
          Returns the asset category persistence.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetCategoryPersistence
 void AssetEntryServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void AssetCategoryLocalServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void AssetVocabularyServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void AssetCategoryServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void AssetEntryLocalServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void AssetVocabularyLocalServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 

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

Methods in com.liferay.portlet.asset.service.persistence that return AssetCategoryPersistence
static AssetCategoryPersistence AssetCategoryUtil.getPersistence()
           
 

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

Classes in com.liferay.portlet.asset.service.persistence.impl that implement AssetCategoryPersistence
 class AssetCategoryPersistenceImpl
          The persistence implementation for the asset category service.
 

Fields in com.liferay.portlet.asset.service.persistence.impl declared as AssetCategoryPersistence
protected  AssetCategoryPersistence AssetEntryPersistenceImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence AssetCategoryFinderBaseImpl.assetCategoryPersistence
           
 

Methods in com.liferay.portlet.asset.service.persistence.impl that return AssetCategoryPersistence
 AssetCategoryPersistence AssetCategoryFinderBaseImpl.getAssetCategoryPersistence()
          Returns the asset category persistence.
 

Methods in com.liferay.portlet.asset.service.persistence.impl with parameters of type AssetCategoryPersistence
 void AssetCategoryFinderBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 

Uses of AssetCategoryPersistence in com.liferay.portlet.documentlibrary.service.base
 

Fields in com.liferay.portlet.documentlibrary.service.base declared as AssetCategoryPersistence
protected  AssetCategoryPersistence DLFileEntryServiceBaseImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence DLAppHelperLocalServiceBaseImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence DLFileEntryLocalServiceBaseImpl.assetCategoryPersistence
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return AssetCategoryPersistence
 AssetCategoryPersistence DLFileEntryServiceBaseImpl.getAssetCategoryPersistence()
          Returns the asset category persistence.
 AssetCategoryPersistence DLAppHelperLocalServiceBaseImpl.getAssetCategoryPersistence()
          Returns the asset category persistence.
 AssetCategoryPersistence DLFileEntryLocalServiceBaseImpl.getAssetCategoryPersistence()
          Returns the asset category persistence.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type AssetCategoryPersistence
 void DLFileEntryServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void DLAppHelperLocalServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void DLFileEntryLocalServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 


Liferay 7.0-ce-b4