Liferay 6.0.4

Uses of Interface
com.liferay.portlet.blogs.service.BlogsEntryLocalService

Packages that use BlogsEntryLocalService
com.liferay.portal.service.base   
com.liferay.portlet.asset.service.base   
com.liferay.portlet.blogs.service   
com.liferay.portlet.blogs.service.base   
com.liferay.portlet.blogs.service.impl   
com.liferay.portlet.messageboards.service.base   
com.liferay.portlet.ratings.service.base   
 

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

Fields in com.liferay.portal.service.base declared as BlogsEntryLocalService
protected  BlogsEntryLocalService GroupServiceBaseImpl.blogsEntryLocalService
           
protected  BlogsEntryLocalService GroupLocalServiceBaseImpl.blogsEntryLocalService
           
 

Methods in com.liferay.portal.service.base that return BlogsEntryLocalService
 BlogsEntryLocalService GroupServiceBaseImpl.getBlogsEntryLocalService()
           
 BlogsEntryLocalService GroupLocalServiceBaseImpl.getBlogsEntryLocalService()
           
 

Methods in com.liferay.portal.service.base with parameters of type BlogsEntryLocalService
 void GroupServiceBaseImpl.setBlogsEntryLocalService(BlogsEntryLocalService blogsEntryLocalService)
           
 void GroupLocalServiceBaseImpl.setBlogsEntryLocalService(BlogsEntryLocalService blogsEntryLocalService)
           
 

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

Fields in com.liferay.portlet.asset.service.base declared as BlogsEntryLocalService
protected  BlogsEntryLocalService AssetEntryServiceBaseImpl.blogsEntryLocalService
           
protected  BlogsEntryLocalService AssetEntryLocalServiceBaseImpl.blogsEntryLocalService
           
 

Methods in com.liferay.portlet.asset.service.base that return BlogsEntryLocalService
 BlogsEntryLocalService AssetEntryServiceBaseImpl.getBlogsEntryLocalService()
           
 BlogsEntryLocalService AssetEntryLocalServiceBaseImpl.getBlogsEntryLocalService()
           
 

Methods in com.liferay.portlet.asset.service.base with parameters of type BlogsEntryLocalService
 void AssetEntryServiceBaseImpl.setBlogsEntryLocalService(BlogsEntryLocalService blogsEntryLocalService)
           
 void AssetEntryLocalServiceBaseImpl.setBlogsEntryLocalService(BlogsEntryLocalService blogsEntryLocalService)
           
 

Uses of BlogsEntryLocalService in com.liferay.portlet.blogs.service
 

Classes in com.liferay.portlet.blogs.service that implement BlogsEntryLocalService
 class BlogsEntryLocalServiceWrapper
           This class is a wrapper for BlogsEntryLocalService.
 

Methods in com.liferay.portlet.blogs.service that return BlogsEntryLocalService
static BlogsEntryLocalService BlogsEntryLocalServiceUtil.getService()
           
 BlogsEntryLocalService BlogsEntryLocalServiceWrapper.getWrappedBlogsEntryLocalService()
           
 

Methods in com.liferay.portlet.blogs.service with parameters of type BlogsEntryLocalService
 void BlogsEntryLocalServiceUtil.setService(BlogsEntryLocalService service)
           
 

Constructors in com.liferay.portlet.blogs.service with parameters of type BlogsEntryLocalService
BlogsEntryLocalServiceWrapper(BlogsEntryLocalService blogsEntryLocalService)
           
 

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

Classes in com.liferay.portlet.blogs.service.base that implement BlogsEntryLocalService
 class BlogsEntryLocalServiceBaseImpl
           
 

Fields in com.liferay.portlet.blogs.service.base declared as BlogsEntryLocalService
protected  BlogsEntryLocalService BlogsStatsUserLocalServiceBaseImpl.blogsEntryLocalService
           
protected  BlogsEntryLocalService BlogsEntryServiceBaseImpl.blogsEntryLocalService
           
protected  BlogsEntryLocalService BlogsEntryLocalServiceBaseImpl.blogsEntryLocalService
           
 

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

Methods in com.liferay.portlet.blogs.service.base with parameters of type BlogsEntryLocalService
 void BlogsStatsUserLocalServiceBaseImpl.setBlogsEntryLocalService(BlogsEntryLocalService blogsEntryLocalService)
           
 void BlogsEntryServiceBaseImpl.setBlogsEntryLocalService(BlogsEntryLocalService blogsEntryLocalService)
           
 void BlogsEntryLocalServiceBaseImpl.setBlogsEntryLocalService(BlogsEntryLocalService blogsEntryLocalService)
           
 

Uses of BlogsEntryLocalService in com.liferay.portlet.blogs.service.impl
 

Classes in com.liferay.portlet.blogs.service.impl that implement BlogsEntryLocalService
 class BlogsEntryLocalServiceImpl
           
 

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

Fields in com.liferay.portlet.messageboards.service.base declared as BlogsEntryLocalService
protected  BlogsEntryLocalService MBMessageServiceBaseImpl.blogsEntryLocalService
           
protected  BlogsEntryLocalService MBMessageLocalServiceBaseImpl.blogsEntryLocalService
           
 

Methods in com.liferay.portlet.messageboards.service.base that return BlogsEntryLocalService
 BlogsEntryLocalService MBMessageServiceBaseImpl.getBlogsEntryLocalService()
           
 BlogsEntryLocalService MBMessageLocalServiceBaseImpl.getBlogsEntryLocalService()
           
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type BlogsEntryLocalService
 void MBMessageServiceBaseImpl.setBlogsEntryLocalService(BlogsEntryLocalService blogsEntryLocalService)
           
 void MBMessageLocalServiceBaseImpl.setBlogsEntryLocalService(BlogsEntryLocalService blogsEntryLocalService)
           
 

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

Fields in com.liferay.portlet.ratings.service.base declared as BlogsEntryLocalService
protected  BlogsEntryLocalService RatingsEntryServiceBaseImpl.blogsEntryLocalService
           
protected  BlogsEntryLocalService RatingsEntryLocalServiceBaseImpl.blogsEntryLocalService
           
 

Methods in com.liferay.portlet.ratings.service.base that return BlogsEntryLocalService
 BlogsEntryLocalService RatingsEntryServiceBaseImpl.getBlogsEntryLocalService()
           
 BlogsEntryLocalService RatingsEntryLocalServiceBaseImpl.getBlogsEntryLocalService()
           
 

Methods in com.liferay.portlet.ratings.service.base with parameters of type BlogsEntryLocalService
 void RatingsEntryServiceBaseImpl.setBlogsEntryLocalService(BlogsEntryLocalService blogsEntryLocalService)
           
 void RatingsEntryLocalServiceBaseImpl.setBlogsEntryLocalService(BlogsEntryLocalService blogsEntryLocalService)
           
 


Liferay 6.0.4