Liferay 7.0-ce-b4

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

Packages that use AssetTagPersistence
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portlet.asset.service.base   
com.liferay.portlet.asset.service.persistence   
com.liferay.portlet.asset.service.persistence.impl   
com.liferay.portlet.calendar.service.base   
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.messageboards.service.base   
 

Uses of AssetTagPersistence in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as AssetTagPersistence
protected  AssetTagPersistence GroupServiceBaseImpl.assetTagPersistence
           
protected  AssetTagPersistence LayoutServiceBaseImpl.assetTagPersistence
           
protected  AssetTagPersistence LayoutLocalServiceBaseImpl.assetTagPersistence
           
protected  AssetTagPersistence OrganizationLocalServiceBaseImpl.assetTagPersistence
           
protected  AssetTagPersistence GroupLocalServiceBaseImpl.assetTagPersistence
           
protected  AssetTagPersistence OrganizationServiceBaseImpl.assetTagPersistence
           
 

Methods in com.liferay.portal.service.base that return AssetTagPersistence
 AssetTagPersistence GroupServiceBaseImpl.getAssetTagPersistence()
          Returns the asset tag persistence.
 AssetTagPersistence LayoutServiceBaseImpl.getAssetTagPersistence()
          Returns the asset tag persistence.
 AssetTagPersistence LayoutLocalServiceBaseImpl.getAssetTagPersistence()
          Returns the asset tag persistence.
 AssetTagPersistence OrganizationLocalServiceBaseImpl.getAssetTagPersistence()
          Returns the asset tag persistence.
 AssetTagPersistence GroupLocalServiceBaseImpl.getAssetTagPersistence()
          Returns the asset tag persistence.
 AssetTagPersistence OrganizationServiceBaseImpl.getAssetTagPersistence()
          Returns the asset tag persistence.
 

Methods in com.liferay.portal.service.base with parameters of type AssetTagPersistence
 void GroupServiceBaseImpl.setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Sets the asset tag persistence.
 void LayoutServiceBaseImpl.setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Sets the asset tag persistence.
 void LayoutLocalServiceBaseImpl.setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Sets the asset tag persistence.
 void OrganizationLocalServiceBaseImpl.setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Sets the asset tag persistence.
 void GroupLocalServiceBaseImpl.setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Sets the asset tag persistence.
 void OrganizationServiceBaseImpl.setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Sets the asset tag persistence.
 

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

Fields in com.liferay.portlet.asset.service.base declared as AssetTagPersistence
protected  AssetTagPersistence AssetEntryServiceBaseImpl.assetTagPersistence
           
protected  AssetTagPersistence AssetCategoryLocalServiceBaseImpl.assetTagPersistence
           
protected  AssetTagPersistence AssetCategoryServiceBaseImpl.assetTagPersistence
           
protected  AssetTagPersistence AssetEntryLocalServiceBaseImpl.assetTagPersistence
           
protected  AssetTagPersistence AssetTagServiceBaseImpl.assetTagPersistence
           
protected  AssetTagPersistence AssetTagStatsLocalServiceBaseImpl.assetTagPersistence
           
protected  AssetTagPersistence AssetTagLocalServiceBaseImpl.assetTagPersistence
           
 

Methods in com.liferay.portlet.asset.service.base that return AssetTagPersistence
 AssetTagPersistence AssetEntryServiceBaseImpl.getAssetTagPersistence()
          Returns the asset tag persistence.
 AssetTagPersistence AssetCategoryLocalServiceBaseImpl.getAssetTagPersistence()
          Returns the asset tag persistence.
 AssetTagPersistence AssetCategoryServiceBaseImpl.getAssetTagPersistence()
          Returns the asset tag persistence.
 AssetTagPersistence AssetEntryLocalServiceBaseImpl.getAssetTagPersistence()
          Returns the asset tag persistence.
 AssetTagPersistence AssetTagServiceBaseImpl.getAssetTagPersistence()
          Returns the asset tag persistence.
 AssetTagPersistence AssetTagStatsLocalServiceBaseImpl.getAssetTagPersistence()
          Returns the asset tag persistence.
 AssetTagPersistence AssetTagLocalServiceBaseImpl.getAssetTagPersistence()
          Returns the asset tag persistence.
 

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

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

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

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

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

Fields in com.liferay.portlet.asset.service.persistence.impl declared as AssetTagPersistence
protected  AssetTagPersistence AssetEntryPersistenceImpl.assetTagPersistence
           
protected  AssetTagPersistence AssetTagFinderBaseImpl.assetTagPersistence
           
 

Methods in com.liferay.portlet.asset.service.persistence.impl that return AssetTagPersistence
 AssetTagPersistence AssetTagFinderBaseImpl.getAssetTagPersistence()
          Returns the asset tag persistence.
 

Methods in com.liferay.portlet.asset.service.persistence.impl with parameters of type AssetTagPersistence
 void AssetTagFinderBaseImpl.setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Sets the asset tag persistence.
 

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

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

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

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

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 DLAppHelperLocalServiceBaseImpl.assetTagPersistence
           
protected  AssetTagPersistence DLFileEntryLocalServiceBaseImpl.assetTagPersistence
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return AssetTagPersistence
 AssetTagPersistence DLFileShortcutServiceBaseImpl.getAssetTagPersistence()
          Returns the asset tag persistence.
 AssetTagPersistence DLFileShortcutLocalServiceBaseImpl.getAssetTagPersistence()
          Returns the asset tag persistence.
 AssetTagPersistence DLFileEntryServiceBaseImpl.getAssetTagPersistence()
          Returns the asset tag persistence.
 AssetTagPersistence DLAppHelperLocalServiceBaseImpl.getAssetTagPersistence()
          Returns the asset tag persistence.
 AssetTagPersistence DLFileEntryLocalServiceBaseImpl.getAssetTagPersistence()
          Returns 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 DLAppHelperLocalServiceBaseImpl.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.messageboards.service.base
 

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

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

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


Liferay 7.0-ce-b4