Liferay 7.0-ce-b4

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.messageboards.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()
           
 

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
          Deprecated.  
 

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

Methods in com.liferay.portlet.calendar.service.base with parameters of type AssetLinkPersistence
 void CalEventLocalServiceBaseImpl.setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Deprecated. 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.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.
 


Liferay 7.0-ce-b4