Liferay 6.1.2-ce-ga3

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.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.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 AssetLinkPersistence in com.liferay.portlet.asset.service.base
 

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

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

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetLinkPersistence
 void AssetCategoryLocalServiceBaseImpl.setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Sets the asset link persistence.
 void AssetTagStatsLocalServiceBaseImpl.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 AssetCategoryPropertyLocalServiceBaseImpl.setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Sets the asset link persistence.
 void AssetTagPropertyServiceBaseImpl.setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Sets the asset link persistence.
 void AssetTagPropertyLocalServiceBaseImpl.setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Sets the asset link persistence.
 void AssetEntryServiceBaseImpl.setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Sets the asset link persistence.
 void AssetLinkLocalServiceBaseImpl.setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Sets the asset link persistence.
 void AssetVocabularyLocalServiceBaseImpl.setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Sets the asset link persistence.
 void AssetTagLocalServiceBaseImpl.setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Sets the asset link persistence.
 void AssetEntryLocalServiceBaseImpl.setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Sets the asset link persistence.
 void AssetTagServiceBaseImpl.setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Sets the asset link persistence.
 void AssetCategoryPropertyServiceBaseImpl.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.
 

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

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.  
 

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.blogs.service.persistence
 

Fields in com.liferay.portlet.blogs.service.persistence declared as AssetLinkPersistence
protected  AssetLinkPersistence BlogsEntryPersistenceImpl.assetLinkPersistence
           
 

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

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

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

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

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

Fields in com.liferay.portlet.bookmarks.service.persistence declared as AssetLinkPersistence
protected  AssetLinkPersistence BookmarksEntryPersistenceImpl.assetLinkPersistence
           
 

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

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

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

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

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

Fields in com.liferay.portlet.calendar.service.persistence declared as AssetLinkPersistence
protected  AssetLinkPersistence CalEventPersistenceImpl.assetLinkPersistence
           
 

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.documentlibrary.service.persistence
 

Fields in com.liferay.portlet.documentlibrary.service.persistence declared as AssetLinkPersistence
protected  AssetLinkPersistence DLFileEntryPersistenceImpl.assetLinkPersistence
           
 

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

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

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

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

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

Fields in com.liferay.portlet.journal.service.persistence declared as AssetLinkPersistence
protected  AssetLinkPersistence JournalArticlePersistenceImpl.assetLinkPersistence
           
 

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.messageboards.service.persistence
 

Fields in com.liferay.portlet.messageboards.service.persistence declared as AssetLinkPersistence
protected  AssetLinkPersistence MBMessagePersistenceImpl.assetLinkPersistence
           
 

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

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

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

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

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

Fields in com.liferay.portlet.wiki.service.persistence declared as AssetLinkPersistence
protected  AssetLinkPersistence WikiPagePersistenceImpl.assetLinkPersistence
           
 


Liferay 6.1.2-ce-ga3