Liferay 6.0.4

Uses of Interface
com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence

Packages that use BlogsEntryPersistence
com.liferay.portal.service.base   
com.liferay.portal.service.persistence   
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.messageboards.service.base   
com.liferay.portlet.messageboards.service.persistence   
com.liferay.portlet.ratings.service.base   
com.liferay.portlet.ratings.service.persistence   
 

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

Fields in com.liferay.portal.service.base declared as BlogsEntryPersistence
protected  BlogsEntryPersistence GroupServiceBaseImpl.blogsEntryPersistence
           
protected  BlogsEntryPersistence GroupLocalServiceBaseImpl.blogsEntryPersistence
           
 

Methods in com.liferay.portal.service.base that return BlogsEntryPersistence
 BlogsEntryPersistence GroupServiceBaseImpl.getBlogsEntryPersistence()
           
 BlogsEntryPersistence GroupLocalServiceBaseImpl.getBlogsEntryPersistence()
           
 

Methods in com.liferay.portal.service.base with parameters of type BlogsEntryPersistence
 void GroupServiceBaseImpl.setBlogsEntryPersistence(BlogsEntryPersistence blogsEntryPersistence)
           
 void GroupLocalServiceBaseImpl.setBlogsEntryPersistence(BlogsEntryPersistence blogsEntryPersistence)
           
 

Uses of BlogsEntryPersistence in com.liferay.portal.service.persistence
 

Fields in com.liferay.portal.service.persistence declared as BlogsEntryPersistence
protected  BlogsEntryPersistence GroupPersistenceImpl.blogsEntryPersistence
           
 

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

Fields in com.liferay.portlet.asset.service.base declared as BlogsEntryPersistence
protected  BlogsEntryPersistence AssetEntryServiceBaseImpl.blogsEntryPersistence
           
protected  BlogsEntryPersistence AssetEntryLocalServiceBaseImpl.blogsEntryPersistence
           
 

Methods in com.liferay.portlet.asset.service.base that return BlogsEntryPersistence
 BlogsEntryPersistence AssetEntryServiceBaseImpl.getBlogsEntryPersistence()
           
 BlogsEntryPersistence AssetEntryLocalServiceBaseImpl.getBlogsEntryPersistence()
           
 

Methods in com.liferay.portlet.asset.service.base with parameters of type BlogsEntryPersistence
 void AssetEntryServiceBaseImpl.setBlogsEntryPersistence(BlogsEntryPersistence blogsEntryPersistence)
           
 void AssetEntryLocalServiceBaseImpl.setBlogsEntryPersistence(BlogsEntryPersistence blogsEntryPersistence)
           
 

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

Fields in com.liferay.portlet.asset.service.persistence declared as BlogsEntryPersistence
protected  BlogsEntryPersistence AssetEntryPersistenceImpl.blogsEntryPersistence
           
 

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

Fields in com.liferay.portlet.blogs.service.base declared as BlogsEntryPersistence
protected  BlogsEntryPersistence BlogsStatsUserLocalServiceBaseImpl.blogsEntryPersistence
           
protected  BlogsEntryPersistence BlogsEntryServiceBaseImpl.blogsEntryPersistence
           
protected  BlogsEntryPersistence BlogsEntryLocalServiceBaseImpl.blogsEntryPersistence
           
 

Methods in com.liferay.portlet.blogs.service.base that return BlogsEntryPersistence
 BlogsEntryPersistence BlogsStatsUserLocalServiceBaseImpl.getBlogsEntryPersistence()
           
 BlogsEntryPersistence BlogsEntryServiceBaseImpl.getBlogsEntryPersistence()
           
 BlogsEntryPersistence BlogsEntryLocalServiceBaseImpl.getBlogsEntryPersistence()
           
 

Methods in com.liferay.portlet.blogs.service.base with parameters of type BlogsEntryPersistence
 void BlogsStatsUserLocalServiceBaseImpl.setBlogsEntryPersistence(BlogsEntryPersistence blogsEntryPersistence)
           
 void BlogsEntryServiceBaseImpl.setBlogsEntryPersistence(BlogsEntryPersistence blogsEntryPersistence)
           
 void BlogsEntryLocalServiceBaseImpl.setBlogsEntryPersistence(BlogsEntryPersistence blogsEntryPersistence)
           
 

Uses of BlogsEntryPersistence in com.liferay.portlet.blogs.service.persistence
 

Classes in com.liferay.portlet.blogs.service.persistence that implement BlogsEntryPersistence
 class BlogsEntryPersistenceImpl
          The persistence for the blogs entry service.
 

Fields in com.liferay.portlet.blogs.service.persistence declared as BlogsEntryPersistence
protected  BlogsEntryPersistence BlogsStatsUserPersistenceImpl.blogsEntryPersistence
           
protected  BlogsEntryPersistence BlogsEntryPersistenceImpl.blogsEntryPersistence
           
 

Methods in com.liferay.portlet.blogs.service.persistence that return BlogsEntryPersistence
static BlogsEntryPersistence BlogsEntryUtil.getPersistence()
           
 

Methods in com.liferay.portlet.blogs.service.persistence with parameters of type BlogsEntryPersistence
 void BlogsEntryUtil.setPersistence(BlogsEntryPersistence persistence)
           
 

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

Fields in com.liferay.portlet.messageboards.service.base declared as BlogsEntryPersistence
protected  BlogsEntryPersistence MBMessageServiceBaseImpl.blogsEntryPersistence
           
protected  BlogsEntryPersistence MBMessageLocalServiceBaseImpl.blogsEntryPersistence
           
 

Methods in com.liferay.portlet.messageboards.service.base that return BlogsEntryPersistence
 BlogsEntryPersistence MBMessageServiceBaseImpl.getBlogsEntryPersistence()
           
 BlogsEntryPersistence MBMessageLocalServiceBaseImpl.getBlogsEntryPersistence()
           
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type BlogsEntryPersistence
 void MBMessageServiceBaseImpl.setBlogsEntryPersistence(BlogsEntryPersistence blogsEntryPersistence)
           
 void MBMessageLocalServiceBaseImpl.setBlogsEntryPersistence(BlogsEntryPersistence blogsEntryPersistence)
           
 

Uses of BlogsEntryPersistence in com.liferay.portlet.messageboards.service.persistence
 

Fields in com.liferay.portlet.messageboards.service.persistence declared as BlogsEntryPersistence
protected  BlogsEntryPersistence MBMessagePersistenceImpl.blogsEntryPersistence
           
 

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

Fields in com.liferay.portlet.ratings.service.base declared as BlogsEntryPersistence
protected  BlogsEntryPersistence RatingsEntryServiceBaseImpl.blogsEntryPersistence
           
protected  BlogsEntryPersistence RatingsEntryLocalServiceBaseImpl.blogsEntryPersistence
           
 

Methods in com.liferay.portlet.ratings.service.base that return BlogsEntryPersistence
 BlogsEntryPersistence RatingsEntryServiceBaseImpl.getBlogsEntryPersistence()
           
 BlogsEntryPersistence RatingsEntryLocalServiceBaseImpl.getBlogsEntryPersistence()
           
 

Methods in com.liferay.portlet.ratings.service.base with parameters of type BlogsEntryPersistence
 void RatingsEntryServiceBaseImpl.setBlogsEntryPersistence(BlogsEntryPersistence blogsEntryPersistence)
           
 void RatingsEntryLocalServiceBaseImpl.setBlogsEntryPersistence(BlogsEntryPersistence blogsEntryPersistence)
           
 

Uses of BlogsEntryPersistence in com.liferay.portlet.ratings.service.persistence
 

Fields in com.liferay.portlet.ratings.service.persistence declared as BlogsEntryPersistence
protected  BlogsEntryPersistence RatingsEntryPersistenceImpl.blogsEntryPersistence
           
 


Liferay 6.0.4