Liferay 7.0-ce-b4

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

Packages that use AssetEntryPersistence
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.blogs.service.base   
com.liferay.portlet.calendar.service.base   
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.messageboards.service.base   
com.liferay.portlet.ratings.service.base   
com.liferay.portlet.social.service.base   
 

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

Fields in com.liferay.portal.service.base declared as AssetEntryPersistence
protected  AssetEntryPersistence GroupServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence LayoutServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence UserServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence LayoutLocalServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence UserLocalServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence RepositoryLocalServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence OrganizationLocalServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence RepositoryServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence GroupLocalServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence SubscriptionLocalServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence OrganizationServiceBaseImpl.assetEntryPersistence
           
 

Methods in com.liferay.portal.service.base that return AssetEntryPersistence
 AssetEntryPersistence GroupServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence LayoutServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence UserServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence LayoutLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence UserLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence RepositoryLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence OrganizationLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence RepositoryServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence GroupLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence SubscriptionLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence OrganizationServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 

Methods in com.liferay.portal.service.base with parameters of type AssetEntryPersistence
 void GroupServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void LayoutServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void UserServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void LayoutLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void UserLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void RepositoryLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void OrganizationLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void RepositoryServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void GroupLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void SubscriptionLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void OrganizationServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 

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

Fields in com.liferay.portlet.asset.service.base declared as AssetEntryPersistence
protected  AssetEntryPersistence AssetEntryServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence AssetCategoryLocalServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence AssetCategoryServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence AssetEntryLocalServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence AssetTagServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence AssetLinkLocalServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence AssetTagLocalServiceBaseImpl.assetEntryPersistence
           
 

Methods in com.liferay.portlet.asset.service.base that return AssetEntryPersistence
 AssetEntryPersistence AssetEntryServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence AssetCategoryLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence AssetCategoryServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence AssetEntryLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence AssetTagServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence AssetLinkLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence AssetTagLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetEntryPersistence
 void AssetEntryServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void AssetCategoryLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void AssetCategoryServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void AssetEntryLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void AssetTagServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void AssetLinkLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void AssetTagLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 

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

Methods in com.liferay.portlet.asset.service.persistence that return AssetEntryPersistence
static AssetEntryPersistence AssetEntryUtil.getPersistence()
           
 

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

Classes in com.liferay.portlet.asset.service.persistence.impl that implement AssetEntryPersistence
 class AssetEntryPersistenceImpl
          The persistence implementation for the asset entry service.
 

Fields in com.liferay.portlet.asset.service.persistence.impl declared as AssetEntryPersistence
protected  AssetEntryPersistence AssetTagPersistenceImpl.assetEntryPersistence
           
protected  AssetEntryPersistence AssetCategoryPersistenceImpl.assetEntryPersistence
           
protected  AssetEntryPersistence AssetEntryFinderBaseImpl.assetEntryPersistence
           
 

Methods in com.liferay.portlet.asset.service.persistence.impl that return AssetEntryPersistence
 AssetEntryPersistence AssetEntryFinderBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 

Methods in com.liferay.portlet.asset.service.persistence.impl with parameters of type AssetEntryPersistence
 void AssetEntryFinderBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 

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

Fields in com.liferay.portlet.blogs.service.base declared as AssetEntryPersistence
protected  AssetEntryPersistence BlogsEntryServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence BlogsEntryLocalServiceBaseImpl.assetEntryPersistence
           
 

Methods in com.liferay.portlet.blogs.service.base that return AssetEntryPersistence
 AssetEntryPersistence BlogsEntryServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence BlogsEntryLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 

Methods in com.liferay.portlet.blogs.service.base with parameters of type AssetEntryPersistence
 void BlogsEntryServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void BlogsEntryLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 

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

Fields in com.liferay.portlet.calendar.service.base declared as AssetEntryPersistence
protected  AssetEntryPersistence CalEventLocalServiceBaseImpl.assetEntryPersistence
          Deprecated.  
 

Methods in com.liferay.portlet.calendar.service.base that return AssetEntryPersistence
 AssetEntryPersistence CalEventLocalServiceBaseImpl.getAssetEntryPersistence()
          Deprecated. Returns the asset entry persistence.
 

Methods in com.liferay.portlet.calendar.service.base with parameters of type AssetEntryPersistence
 void CalEventLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Deprecated. Sets the asset entry persistence.
 

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

Fields in com.liferay.portlet.documentlibrary.service.base declared as AssetEntryPersistence
protected  AssetEntryPersistence DLFileShortcutServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence DLFolderLocalServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence DLFileShortcutLocalServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence DLFileEntryServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence DLAppHelperLocalServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence DLFileEntryLocalServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence DLFolderServiceBaseImpl.assetEntryPersistence
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return AssetEntryPersistence
 AssetEntryPersistence DLFileShortcutServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence DLFolderLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence DLFileShortcutLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence DLFileEntryServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence DLAppHelperLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence DLFileEntryLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence DLFolderServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type AssetEntryPersistence
 void DLFileShortcutServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void DLFolderLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void DLFileShortcutLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void DLFileEntryServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void DLAppHelperLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void DLFileEntryLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void DLFolderServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 

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

Fields in com.liferay.portlet.messageboards.service.base declared as AssetEntryPersistence
protected  AssetEntryPersistence MBCategoryLocalServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence MBThreadServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence MBCategoryServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence MBThreadLocalServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence MBMessageServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence MBMessageLocalServiceBaseImpl.assetEntryPersistence
           
 

Methods in com.liferay.portlet.messageboards.service.base that return AssetEntryPersistence
 AssetEntryPersistence MBCategoryLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence MBThreadServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence MBCategoryServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence MBThreadLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence MBMessageServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence MBMessageLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type AssetEntryPersistence
 void MBCategoryLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void MBThreadServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void MBCategoryServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void MBThreadLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void MBMessageServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void MBMessageLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 

Uses of AssetEntryPersistence in com.liferay.portlet.ratings.service.base
 

Fields in com.liferay.portlet.ratings.service.base declared as AssetEntryPersistence
protected  AssetEntryPersistence RatingsEntryLocalServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence RatingsEntryServiceBaseImpl.assetEntryPersistence
           
 

Methods in com.liferay.portlet.ratings.service.base that return AssetEntryPersistence
 AssetEntryPersistence RatingsEntryLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence RatingsEntryServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 

Methods in com.liferay.portlet.ratings.service.base with parameters of type AssetEntryPersistence
 void RatingsEntryLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void RatingsEntryServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 

Uses of AssetEntryPersistence in com.liferay.portlet.social.service.base
 

Fields in com.liferay.portlet.social.service.base declared as AssetEntryPersistence
protected  AssetEntryPersistence SocialActivityCounterLocalServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence SocialActivityServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence SocialActivityLocalServiceBaseImpl.assetEntryPersistence
           
 

Methods in com.liferay.portlet.social.service.base that return AssetEntryPersistence
 AssetEntryPersistence SocialActivityCounterLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence SocialActivityServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence SocialActivityLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 

Methods in com.liferay.portlet.social.service.base with parameters of type AssetEntryPersistence
 void SocialActivityCounterLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void SocialActivityServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void SocialActivityLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 


Liferay 7.0-ce-b4