Liferay 7.0-ce-m3

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.asset.service.persistence.impl   
com.liferay.portlet.blogs.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 AssetEntryServiceBaseImpl.assetLinkPersistence
           
protected  AssetLinkPersistence AssetEntryLocalServiceBaseImpl.assetLinkPersistence
           
protected  AssetLinkPersistence AssetLinkLocalServiceBaseImpl.assetLinkPersistence
           
 

Methods in com.liferay.portlet.asset.service.base that return AssetLinkPersistence
 AssetLinkPersistence AssetEntryServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 AssetLinkPersistence AssetEntryLocalServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 AssetLinkPersistence AssetLinkLocalServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 

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

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

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.asset.service.persistence.impl
 

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

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.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 DLFileEntryLocalServiceBaseImpl.assetLinkPersistence
           
protected  AssetLinkPersistence DLAppHelperLocalServiceBaseImpl.assetLinkPersistence
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return AssetLinkPersistence
 AssetLinkPersistence DLFileEntryServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 AssetLinkPersistence DLFileEntryLocalServiceBaseImpl.getAssetLinkPersistence()
          Returns the asset link persistence.
 AssetLinkPersistence DLAppHelperLocalServiceBaseImpl.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 DLFileEntryLocalServiceBaseImpl.setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Sets the asset link persistence.
 void DLAppHelperLocalServiceBaseImpl.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 JournalFolderLocalServiceBaseImpl.assetLinkPersistence
           
protected  AssetLinkPersistence JournalArticleServiceBaseImpl.assetLinkPersistence
           
protected  AssetLinkPersistence JournalArticleLocalServiceBaseImpl.assetLinkPersistence
           
protected  AssetLinkPersistence JournalFolderServiceBaseImpl.assetLinkPersistence
           
 

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

Methods in com.liferay.portlet.journal.service.base with parameters of type AssetLinkPersistence
 void JournalFolderLocalServiceBaseImpl.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 JournalFolderServiceBaseImpl.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 MBMessageLocalServiceBaseImpl.assetLinkPersistence
           
protected  AssetLinkPersistence MBMessageServiceBaseImpl.assetLinkPersistence
           
 

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

Methods in com.liferay.portlet.messageboards.service.base with parameters of type AssetLinkPersistence
 void MBMessageLocalServiceBaseImpl.setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Sets the asset link persistence.
 void MBMessageServiceBaseImpl.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 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.
 


Liferay 7.0-ce-m3