Liferay 6.0.5

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

Packages that use AssetCategoryPersistence
com.liferay.portlet.asset.service.base   
com.liferay.portlet.asset.service.persistence   
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.documentlibrary.service.persistence   
com.liferay.portlet.imagegallery.service.base   
com.liferay.portlet.imagegallery.service.persistence   
com.liferay.portlet.journal.service.base   
com.liferay.portlet.journal.service.persistence   
com.liferay.portlet.wiki.service.base   
com.liferay.portlet.wiki.service.persistence   
 

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

Fields in com.liferay.portlet.asset.service.base declared as AssetCategoryPersistence
protected  AssetCategoryPersistence AssetVocabularyServiceBaseImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence AssetVocabularyLocalServiceBaseImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence AssetTagStatsLocalServiceBaseImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence AssetTagServiceBaseImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence AssetTagPropertyServiceBaseImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence AssetTagPropertyLocalServiceBaseImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence AssetTagLocalServiceBaseImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence AssetLinkLocalServiceBaseImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence AssetEntryServiceBaseImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence AssetEntryLocalServiceBaseImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence AssetCategoryServiceBaseImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence AssetCategoryPropertyServiceBaseImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence AssetCategoryPropertyLocalServiceBaseImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence AssetCategoryLocalServiceBaseImpl.assetCategoryPersistence
           
 

Methods in com.liferay.portlet.asset.service.base that return AssetCategoryPersistence
 AssetCategoryPersistence AssetVocabularyServiceBaseImpl.getAssetCategoryPersistence()
          Gets the asset category persistence.
 AssetCategoryPersistence AssetVocabularyLocalServiceBaseImpl.getAssetCategoryPersistence()
          Gets the asset category persistence.
 AssetCategoryPersistence AssetTagStatsLocalServiceBaseImpl.getAssetCategoryPersistence()
          Gets the asset category persistence.
 AssetCategoryPersistence AssetTagServiceBaseImpl.getAssetCategoryPersistence()
          Gets the asset category persistence.
 AssetCategoryPersistence AssetTagPropertyServiceBaseImpl.getAssetCategoryPersistence()
          Gets the asset category persistence.
 AssetCategoryPersistence AssetTagPropertyLocalServiceBaseImpl.getAssetCategoryPersistence()
          Gets the asset category persistence.
 AssetCategoryPersistence AssetTagLocalServiceBaseImpl.getAssetCategoryPersistence()
          Gets the asset category persistence.
 AssetCategoryPersistence AssetLinkLocalServiceBaseImpl.getAssetCategoryPersistence()
          Gets the asset category persistence.
 AssetCategoryPersistence AssetEntryServiceBaseImpl.getAssetCategoryPersistence()
          Gets the asset category persistence.
 AssetCategoryPersistence AssetEntryLocalServiceBaseImpl.getAssetCategoryPersistence()
          Gets the asset category persistence.
 AssetCategoryPersistence AssetCategoryServiceBaseImpl.getAssetCategoryPersistence()
          Gets the asset category persistence.
 AssetCategoryPersistence AssetCategoryPropertyServiceBaseImpl.getAssetCategoryPersistence()
          Gets the asset category persistence.
 AssetCategoryPersistence AssetCategoryPropertyLocalServiceBaseImpl.getAssetCategoryPersistence()
          Gets the asset category persistence.
 AssetCategoryPersistence AssetCategoryLocalServiceBaseImpl.getAssetCategoryPersistence()
          Gets the asset category persistence.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetCategoryPersistence
 void AssetVocabularyServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void AssetVocabularyLocalServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void AssetTagStatsLocalServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void AssetTagServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void AssetTagPropertyServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void AssetTagPropertyLocalServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void AssetTagLocalServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void AssetLinkLocalServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void AssetEntryServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void AssetEntryLocalServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void AssetCategoryServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void AssetCategoryPropertyServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void AssetCategoryPropertyLocalServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void AssetCategoryLocalServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 

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

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

Fields in com.liferay.portlet.asset.service.persistence declared as AssetCategoryPersistence
protected  AssetCategoryPersistence AssetVocabularyPersistenceImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence AssetTagStatsPersistenceImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence AssetTagPropertyPersistenceImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence AssetTagPersistenceImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence AssetLinkPersistenceImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence AssetEntryPersistenceImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence AssetCategoryPropertyPersistenceImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence AssetCategoryPersistenceImpl.assetCategoryPersistence
           
 

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

Methods in com.liferay.portlet.asset.service.persistence with parameters of type AssetCategoryPersistence
 void AssetCategoryUtil.setPersistence(AssetCategoryPersistence 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 DLFileEntryLocalServiceBaseImpl.assetCategoryPersistence
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return AssetCategoryPersistence
 AssetCategoryPersistence DLFileEntryServiceBaseImpl.getAssetCategoryPersistence()
          Gets the asset category persistence.
 AssetCategoryPersistence DLFileEntryLocalServiceBaseImpl.getAssetCategoryPersistence()
          Gets 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 DLFileEntryLocalServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 

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

Fields in com.liferay.portlet.documentlibrary.service.persistence declared as AssetCategoryPersistence
protected  AssetCategoryPersistence DLFileEntryPersistenceImpl.assetCategoryPersistence
           
 

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

Fields in com.liferay.portlet.imagegallery.service.base declared as AssetCategoryPersistence
protected  AssetCategoryPersistence IGImageServiceBaseImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence IGImageLocalServiceBaseImpl.assetCategoryPersistence
           
 

Methods in com.liferay.portlet.imagegallery.service.base that return AssetCategoryPersistence
 AssetCategoryPersistence IGImageServiceBaseImpl.getAssetCategoryPersistence()
          Gets the asset category persistence.
 AssetCategoryPersistence IGImageLocalServiceBaseImpl.getAssetCategoryPersistence()
          Gets the asset category persistence.
 

Methods in com.liferay.portlet.imagegallery.service.base with parameters of type AssetCategoryPersistence
 void IGImageServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void IGImageLocalServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 

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

Fields in com.liferay.portlet.imagegallery.service.persistence declared as AssetCategoryPersistence
protected  AssetCategoryPersistence IGImagePersistenceImpl.assetCategoryPersistence
           
 

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

Fields in com.liferay.portlet.journal.service.base declared as AssetCategoryPersistence
protected  AssetCategoryPersistence JournalArticleServiceBaseImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence JournalArticleLocalServiceBaseImpl.assetCategoryPersistence
           
 

Methods in com.liferay.portlet.journal.service.base that return AssetCategoryPersistence
 AssetCategoryPersistence JournalArticleServiceBaseImpl.getAssetCategoryPersistence()
          Gets the asset category persistence.
 AssetCategoryPersistence JournalArticleLocalServiceBaseImpl.getAssetCategoryPersistence()
          Gets the asset category persistence.
 

Methods in com.liferay.portlet.journal.service.base with parameters of type AssetCategoryPersistence
 void JournalArticleServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void JournalArticleLocalServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 

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

Fields in com.liferay.portlet.journal.service.persistence declared as AssetCategoryPersistence
protected  AssetCategoryPersistence JournalArticlePersistenceImpl.assetCategoryPersistence
           
 

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

Fields in com.liferay.portlet.wiki.service.base declared as AssetCategoryPersistence
protected  AssetCategoryPersistence WikiPageServiceBaseImpl.assetCategoryPersistence
           
protected  AssetCategoryPersistence WikiPageLocalServiceBaseImpl.assetCategoryPersistence
           
 

Methods in com.liferay.portlet.wiki.service.base that return AssetCategoryPersistence
 AssetCategoryPersistence WikiPageServiceBaseImpl.getAssetCategoryPersistence()
          Gets the asset category persistence.
 AssetCategoryPersistence WikiPageLocalServiceBaseImpl.getAssetCategoryPersistence()
          Gets the asset category persistence.
 

Methods in com.liferay.portlet.wiki.service.base with parameters of type AssetCategoryPersistence
 void WikiPageServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void WikiPageLocalServiceBaseImpl.setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 

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

Fields in com.liferay.portlet.wiki.service.persistence declared as AssetCategoryPersistence
protected  AssetCategoryPersistence WikiPagePersistenceImpl.assetCategoryPersistence
           
 


Liferay 6.0.5