Liferay 6.2-ce-ga5

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

Packages that use AssetLinkPersistence
com.liferay.portlet.asset.service.base   
com.liferay.portlet.asset.service.persistence   
com.liferay.portlet.blogs.service.base   
com.liferay.portlet.bookmarks.service.base   
com.liferay.portlet.calendar.service.base   
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.journal.service.base   
com.liferay.portlet.messageboards.service.base   
com.liferay.portlet.wiki.service.base   
 

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

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

Methods in com.liferay.portlet.asset.service.base that return AssetLinkPersistence
 AssetLinkPersistence AssetCategoryPropertyServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 AssetLinkPersistence AssetEntryServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 AssetLinkPersistence AssetCategoryLocalServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 AssetLinkPersistence AssetTagPropertyServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 AssetLinkPersistence AssetVocabularyServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 AssetLinkPersistence AssetCategoryServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 AssetLinkPersistence AssetEntryLocalServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 AssetLinkPersistence AssetTagPropertyLocalServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 AssetLinkPersistence AssetTagServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 AssetLinkPersistence AssetCategoryPropertyLocalServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 AssetLinkPersistence AssetVocabularyLocalServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 AssetLinkPersistence AssetLinkLocalServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 AssetLinkPersistence AssetTagStatsLocalServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 AssetLinkPersistence AssetTagLocalServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 

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

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

Classes in com.liferay.portlet.asset.service.persistence that implement AssetLinkPersistence
 class AssetLinkPersistenceImpl
          The persistence implementation for the asset link service.
 

Methods in com.liferay.portlet.asset.service.persistence that return AssetLinkPersistence
static AssetLinkPersistence AssetLinkUtil.getPersistence()
           
 

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

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

Fields in com.liferay.portlet.blogs.service.base declared as AssetLinkPersistence
protected  AssetLinkPersistence BlogsEntryServiceBaseImpl.assetLinkPersistence
           
protected  AssetLinkPersistence BlogsEntryLocalServiceBaseImpl.assetLinkPersistence
           
 

Methods in com.liferay.portlet.blogs.service.base that return AssetLinkPersistence
 AssetLinkPersistence BlogsEntryServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 AssetLinkPersistence BlogsEntryLocalServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 

Methods in com.liferay.portlet.blogs.service.base with parameters of type AssetLinkPersistence
 void BlogsEntryServiceBaseImpl.setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Sets the asset link persistence.
 void BlogsEntryLocalServiceBaseImpl.setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Sets the asset link persistence.
 

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

Fields in com.liferay.portlet.bookmarks.service.base declared as AssetLinkPersistence
protected  AssetLinkPersistence BookmarksFolderLocalServiceBaseImpl.assetLinkPersistence
           
protected  AssetLinkPersistence BookmarksFolderServiceBaseImpl.assetLinkPersistence
           
protected  AssetLinkPersistence BookmarksEntryLocalServiceBaseImpl.assetLinkPersistence
           
protected  AssetLinkPersistence BookmarksEntryServiceBaseImpl.assetLinkPersistence
           
 

Methods in com.liferay.portlet.bookmarks.service.base that return AssetLinkPersistence
 AssetLinkPersistence BookmarksFolderLocalServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 AssetLinkPersistence BookmarksFolderServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 AssetLinkPersistence BookmarksEntryLocalServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 AssetLinkPersistence BookmarksEntryServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 

Methods in com.liferay.portlet.bookmarks.service.base with parameters of type AssetLinkPersistence
 void BookmarksFolderLocalServiceBaseImpl.setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Sets the asset link persistence.
 void BookmarksFolderServiceBaseImpl.setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Sets the asset link persistence.
 void BookmarksEntryLocalServiceBaseImpl.setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Sets the asset link persistence.
 void BookmarksEntryServiceBaseImpl.setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Sets the asset link persistence.
 

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

Fields in com.liferay.portlet.calendar.service.base declared as AssetLinkPersistence
protected  AssetLinkPersistence CalEventLocalServiceBaseImpl.assetLinkPersistence
           
 

Methods in com.liferay.portlet.calendar.service.base that return AssetLinkPersistence
 AssetLinkPersistence CalEventLocalServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 

Methods in com.liferay.portlet.calendar.service.base with parameters of type AssetLinkPersistence
 void CalEventLocalServiceBaseImpl.setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Sets the asset link persistence.
 

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

Fields in com.liferay.portlet.documentlibrary.service.base declared as AssetLinkPersistence
protected  AssetLinkPersistence DLFileEntryServiceBaseImpl.assetLinkPersistence
           
protected  AssetLinkPersistence DLAppHelperLocalServiceBaseImpl.assetLinkPersistence
           
protected  AssetLinkPersistence DLFileEntryLocalServiceBaseImpl.assetLinkPersistence
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return AssetLinkPersistence
 AssetLinkPersistence DLFileEntryServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 AssetLinkPersistence DLAppHelperLocalServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 AssetLinkPersistence DLFileEntryLocalServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type AssetLinkPersistence
 void DLFileEntryServiceBaseImpl.setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Sets the asset link persistence.
 void DLAppHelperLocalServiceBaseImpl.setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Sets the asset link persistence.
 void DLFileEntryLocalServiceBaseImpl.setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Sets the asset link persistence.
 

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

Fields in com.liferay.portlet.journal.service.base declared as AssetLinkPersistence
protected  AssetLinkPersistence JournalFolderServiceBaseImpl.assetLinkPersistence
           
protected  AssetLinkPersistence JournalArticleServiceBaseImpl.assetLinkPersistence
           
protected  AssetLinkPersistence JournalArticleLocalServiceBaseImpl.assetLinkPersistence
           
protected  AssetLinkPersistence JournalFolderLocalServiceBaseImpl.assetLinkPersistence
           
 

Methods in com.liferay.portlet.journal.service.base that return AssetLinkPersistence
 AssetLinkPersistence JournalFolderServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 AssetLinkPersistence JournalArticleServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 AssetLinkPersistence JournalArticleLocalServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 AssetLinkPersistence JournalFolderLocalServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 

Methods in com.liferay.portlet.journal.service.base with parameters of type AssetLinkPersistence
 void JournalFolderServiceBaseImpl.setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Sets the asset link persistence.
 void JournalArticleServiceBaseImpl.setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Sets the asset link persistence.
 void JournalArticleLocalServiceBaseImpl.setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Sets the asset link persistence.
 void JournalFolderLocalServiceBaseImpl.setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Sets the asset link persistence.
 

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

Fields in com.liferay.portlet.messageboards.service.base declared as AssetLinkPersistence
protected  AssetLinkPersistence MBMessageServiceBaseImpl.assetLinkPersistence
           
protected  AssetLinkPersistence MBMessageLocalServiceBaseImpl.assetLinkPersistence
           
 

Methods in com.liferay.portlet.messageboards.service.base that return AssetLinkPersistence
 AssetLinkPersistence MBMessageServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 AssetLinkPersistence MBMessageLocalServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type AssetLinkPersistence
 void MBMessageServiceBaseImpl.setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Sets the asset link persistence.
 void MBMessageLocalServiceBaseImpl.setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Sets the asset link persistence.
 

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

Fields in com.liferay.portlet.wiki.service.base declared as AssetLinkPersistence
protected  AssetLinkPersistence WikiPageServiceBaseImpl.assetLinkPersistence
           
protected  AssetLinkPersistence WikiPageLocalServiceBaseImpl.assetLinkPersistence
           
 

Methods in com.liferay.portlet.wiki.service.base that return AssetLinkPersistence
 AssetLinkPersistence WikiPageServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 AssetLinkPersistence WikiPageLocalServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 

Methods in com.liferay.portlet.wiki.service.base with parameters of type AssetLinkPersistence
 void WikiPageServiceBaseImpl.setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Sets the asset link persistence.
 void WikiPageLocalServiceBaseImpl.setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Sets the asset link persistence.
 


Liferay 6.2-ce-ga5