Liferay 6.0.5

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

Packages that use AssetTagPersistence
com.liferay.portlet.asset.service.base   
com.liferay.portlet.asset.service.persistence   
com.liferay.portlet.blogs.service.base   
com.liferay.portlet.blogs.service.persistence   
com.liferay.portlet.bookmarks.service.base   
com.liferay.portlet.bookmarks.service.persistence   
com.liferay.portlet.calendar.service.base   
com.liferay.portlet.calendar.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.messageboards.service.base   
com.liferay.portlet.messageboards.service.persistence   
com.liferay.portlet.wiki.service.base   
com.liferay.portlet.wiki.service.persistence   
 

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

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

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

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

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

Classes in com.liferay.portlet.asset.service.persistence that implement AssetTagPersistence
 class AssetTagPersistenceImpl
          The persistence implementation for the asset tag service.
 

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

Methods in com.liferay.portlet.asset.service.persistence that return AssetTagPersistence
static AssetTagPersistence AssetTagUtil.getPersistence()
           
 

Methods in com.liferay.portlet.asset.service.persistence with parameters of type AssetTagPersistence
 void AssetTagUtil.setPersistence(AssetTagPersistence persistence)
           
 

Uses of AssetTagPersistence in com.liferay.portlet.blogs.service.base
 

Fields in com.liferay.portlet.blogs.service.base declared as AssetTagPersistence
protected  AssetTagPersistence BlogsEntryServiceBaseImpl.assetTagPersistence
           
protected  AssetTagPersistence BlogsEntryLocalServiceBaseImpl.assetTagPersistence
           
 

Methods in com.liferay.portlet.blogs.service.base that return AssetTagPersistence
 AssetTagPersistence BlogsEntryServiceBaseImpl.getAssetTagPersistence()
          Gets the asset tag persistence.
 AssetTagPersistence BlogsEntryLocalServiceBaseImpl.getAssetTagPersistence()
          Gets the asset tag persistence.
 

Methods in com.liferay.portlet.blogs.service.base with parameters of type AssetTagPersistence
 void BlogsEntryServiceBaseImpl.setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Sets the asset tag persistence.
 void BlogsEntryLocalServiceBaseImpl.setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Sets the asset tag persistence.
 

Uses of AssetTagPersistence in com.liferay.portlet.blogs.service.persistence
 

Fields in com.liferay.portlet.blogs.service.persistence declared as AssetTagPersistence
protected  AssetTagPersistence BlogsEntryPersistenceImpl.assetTagPersistence
           
 

Uses of AssetTagPersistence in com.liferay.portlet.bookmarks.service.base
 

Fields in com.liferay.portlet.bookmarks.service.base declared as AssetTagPersistence
protected  AssetTagPersistence BookmarksEntryServiceBaseImpl.assetTagPersistence
           
protected  AssetTagPersistence BookmarksEntryLocalServiceBaseImpl.assetTagPersistence
           
 

Methods in com.liferay.portlet.bookmarks.service.base that return AssetTagPersistence
 AssetTagPersistence BookmarksEntryServiceBaseImpl.getAssetTagPersistence()
          Gets the asset tag persistence.
 AssetTagPersistence BookmarksEntryLocalServiceBaseImpl.getAssetTagPersistence()
          Gets the asset tag persistence.
 

Methods in com.liferay.portlet.bookmarks.service.base with parameters of type AssetTagPersistence
 void BookmarksEntryServiceBaseImpl.setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Sets the asset tag persistence.
 void BookmarksEntryLocalServiceBaseImpl.setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Sets the asset tag persistence.
 

Uses of AssetTagPersistence in com.liferay.portlet.bookmarks.service.persistence
 

Fields in com.liferay.portlet.bookmarks.service.persistence declared as AssetTagPersistence
protected  AssetTagPersistence BookmarksEntryPersistenceImpl.assetTagPersistence
           
 

Uses of AssetTagPersistence in com.liferay.portlet.calendar.service.base
 

Fields in com.liferay.portlet.calendar.service.base declared as AssetTagPersistence
protected  AssetTagPersistence CalEventServiceBaseImpl.assetTagPersistence
           
protected  AssetTagPersistence CalEventLocalServiceBaseImpl.assetTagPersistence
           
 

Methods in com.liferay.portlet.calendar.service.base that return AssetTagPersistence
 AssetTagPersistence CalEventServiceBaseImpl.getAssetTagPersistence()
          Gets the asset tag persistence.
 AssetTagPersistence CalEventLocalServiceBaseImpl.getAssetTagPersistence()
          Gets the asset tag persistence.
 

Methods in com.liferay.portlet.calendar.service.base with parameters of type AssetTagPersistence
 void CalEventServiceBaseImpl.setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Sets the asset tag persistence.
 void CalEventLocalServiceBaseImpl.setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Sets the asset tag persistence.
 

Uses of AssetTagPersistence in com.liferay.portlet.calendar.service.persistence
 

Fields in com.liferay.portlet.calendar.service.persistence declared as AssetTagPersistence
protected  AssetTagPersistence CalEventPersistenceImpl.assetTagPersistence
           
 

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

Fields in com.liferay.portlet.documentlibrary.service.base declared as AssetTagPersistence
protected  AssetTagPersistence DLFileShortcutServiceBaseImpl.assetTagPersistence
           
protected  AssetTagPersistence DLFileShortcutLocalServiceBaseImpl.assetTagPersistence
           
protected  AssetTagPersistence DLFileEntryServiceBaseImpl.assetTagPersistence
           
protected  AssetTagPersistence DLFileEntryLocalServiceBaseImpl.assetTagPersistence
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return AssetTagPersistence
 AssetTagPersistence DLFileShortcutServiceBaseImpl.getAssetTagPersistence()
          Gets the asset tag persistence.
 AssetTagPersistence DLFileShortcutLocalServiceBaseImpl.getAssetTagPersistence()
          Gets the asset tag persistence.
 AssetTagPersistence DLFileEntryServiceBaseImpl.getAssetTagPersistence()
          Gets the asset tag persistence.
 AssetTagPersistence DLFileEntryLocalServiceBaseImpl.getAssetTagPersistence()
          Gets the asset tag persistence.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type AssetTagPersistence
 void DLFileShortcutServiceBaseImpl.setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Sets the asset tag persistence.
 void DLFileShortcutLocalServiceBaseImpl.setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Sets the asset tag persistence.
 void DLFileEntryServiceBaseImpl.setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Sets the asset tag persistence.
 void DLFileEntryLocalServiceBaseImpl.setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Sets the asset tag persistence.
 

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

Fields in com.liferay.portlet.documentlibrary.service.persistence declared as AssetTagPersistence
protected  AssetTagPersistence DLFileShortcutPersistenceImpl.assetTagPersistence
           
protected  AssetTagPersistence DLFileEntryPersistenceImpl.assetTagPersistence
           
 

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

Fields in com.liferay.portlet.imagegallery.service.base declared as AssetTagPersistence
protected  AssetTagPersistence IGImageServiceBaseImpl.assetTagPersistence
           
protected  AssetTagPersistence IGImageLocalServiceBaseImpl.assetTagPersistence
           
 

Methods in com.liferay.portlet.imagegallery.service.base that return AssetTagPersistence
 AssetTagPersistence IGImageServiceBaseImpl.getAssetTagPersistence()
          Gets the asset tag persistence.
 AssetTagPersistence IGImageLocalServiceBaseImpl.getAssetTagPersistence()
          Gets the asset tag persistence.
 

Methods in com.liferay.portlet.imagegallery.service.base with parameters of type AssetTagPersistence
 void IGImageServiceBaseImpl.setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Sets the asset tag persistence.
 void IGImageLocalServiceBaseImpl.setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Sets the asset tag persistence.
 

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

Fields in com.liferay.portlet.imagegallery.service.persistence declared as AssetTagPersistence
protected  AssetTagPersistence IGImagePersistenceImpl.assetTagPersistence
           
 

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

Fields in com.liferay.portlet.journal.service.base declared as AssetTagPersistence
protected  AssetTagPersistence JournalArticleServiceBaseImpl.assetTagPersistence
           
protected  AssetTagPersistence JournalArticleLocalServiceBaseImpl.assetTagPersistence
           
 

Methods in com.liferay.portlet.journal.service.base that return AssetTagPersistence
 AssetTagPersistence JournalArticleServiceBaseImpl.getAssetTagPersistence()
          Gets the asset tag persistence.
 AssetTagPersistence JournalArticleLocalServiceBaseImpl.getAssetTagPersistence()
          Gets the asset tag persistence.
 

Methods in com.liferay.portlet.journal.service.base with parameters of type AssetTagPersistence
 void JournalArticleServiceBaseImpl.setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Sets the asset tag persistence.
 void JournalArticleLocalServiceBaseImpl.setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Sets the asset tag persistence.
 

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

Fields in com.liferay.portlet.journal.service.persistence declared as AssetTagPersistence
protected  AssetTagPersistence JournalArticlePersistenceImpl.assetTagPersistence
           
 

Uses of AssetTagPersistence in com.liferay.portlet.messageboards.service.base
 

Fields in com.liferay.portlet.messageboards.service.base declared as AssetTagPersistence
protected  AssetTagPersistence MBMessageServiceBaseImpl.assetTagPersistence
           
protected  AssetTagPersistence MBMessageLocalServiceBaseImpl.assetTagPersistence
           
protected  AssetTagPersistence MBCategoryServiceBaseImpl.assetTagPersistence
           
protected  AssetTagPersistence MBCategoryLocalServiceBaseImpl.assetTagPersistence
           
 

Methods in com.liferay.portlet.messageboards.service.base that return AssetTagPersistence
 AssetTagPersistence MBMessageServiceBaseImpl.getAssetTagPersistence()
          Gets the asset tag persistence.
 AssetTagPersistence MBMessageLocalServiceBaseImpl.getAssetTagPersistence()
          Gets the asset tag persistence.
 AssetTagPersistence MBCategoryServiceBaseImpl.getAssetTagPersistence()
          Gets the asset tag persistence.
 AssetTagPersistence MBCategoryLocalServiceBaseImpl.getAssetTagPersistence()
          Gets the asset tag persistence.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type AssetTagPersistence
 void MBMessageServiceBaseImpl.setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Sets the asset tag persistence.
 void MBMessageLocalServiceBaseImpl.setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Sets the asset tag persistence.
 void MBCategoryServiceBaseImpl.setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Sets the asset tag persistence.
 void MBCategoryLocalServiceBaseImpl.setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Sets the asset tag persistence.
 

Uses of AssetTagPersistence in com.liferay.portlet.messageboards.service.persistence
 

Fields in com.liferay.portlet.messageboards.service.persistence declared as AssetTagPersistence
protected  AssetTagPersistence MBMessagePersistenceImpl.assetTagPersistence
           
protected  AssetTagPersistence MBCategoryPersistenceImpl.assetTagPersistence
           
 

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

Fields in com.liferay.portlet.wiki.service.base declared as AssetTagPersistence
protected  AssetTagPersistence WikiPageServiceBaseImpl.assetTagPersistence
           
protected  AssetTagPersistence WikiPageLocalServiceBaseImpl.assetTagPersistence
           
 

Methods in com.liferay.portlet.wiki.service.base that return AssetTagPersistence
 AssetTagPersistence WikiPageServiceBaseImpl.getAssetTagPersistence()
          Gets the asset tag persistence.
 AssetTagPersistence WikiPageLocalServiceBaseImpl.getAssetTagPersistence()
          Gets the asset tag persistence.
 

Methods in com.liferay.portlet.wiki.service.base with parameters of type AssetTagPersistence
 void WikiPageServiceBaseImpl.setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Sets the asset tag persistence.
 void WikiPageLocalServiceBaseImpl.setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Sets the asset tag persistence.
 

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

Fields in com.liferay.portlet.wiki.service.persistence declared as AssetTagPersistence
protected  AssetTagPersistence WikiPagePersistenceImpl.assetTagPersistence
           
 


Liferay 6.0.5