Liferay 6.0.5

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

Packages that use BlogsEntryService
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 BlogsEntryService in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as BlogsEntryService
protected  BlogsEntryService GroupServiceBaseImpl.blogsEntryService
           
protected  BlogsEntryService GroupLocalServiceBaseImpl.blogsEntryService
           
 

Methods in com.liferay.portal.service.base that return BlogsEntryService
 BlogsEntryService GroupServiceBaseImpl.getBlogsEntryService()
          Gets the blogs entry remote service.
 BlogsEntryService GroupLocalServiceBaseImpl.getBlogsEntryService()
          Gets the blogs entry remote service.
 

Methods in com.liferay.portal.service.base with parameters of type BlogsEntryService
 void GroupServiceBaseImpl.setBlogsEntryService(BlogsEntryService blogsEntryService)
          Sets the blogs entry remote service.
 void GroupLocalServiceBaseImpl.setBlogsEntryService(BlogsEntryService blogsEntryService)
          Sets the blogs entry remote service.
 

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

Fields in com.liferay.portlet.asset.service.base declared as BlogsEntryService
protected  BlogsEntryService AssetEntryServiceBaseImpl.blogsEntryService
           
protected  BlogsEntryService AssetEntryLocalServiceBaseImpl.blogsEntryService
           
 

Methods in com.liferay.portlet.asset.service.base that return BlogsEntryService
 BlogsEntryService AssetEntryServiceBaseImpl.getBlogsEntryService()
          Gets the blogs entry remote service.
 BlogsEntryService AssetEntryLocalServiceBaseImpl.getBlogsEntryService()
          Gets the blogs entry remote service.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type BlogsEntryService
 void AssetEntryServiceBaseImpl.setBlogsEntryService(BlogsEntryService blogsEntryService)
          Sets the blogs entry remote service.
 void AssetEntryLocalServiceBaseImpl.setBlogsEntryService(BlogsEntryService blogsEntryService)
          Sets the blogs entry remote service.
 

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

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

Methods in com.liferay.portlet.blogs.service that return BlogsEntryService
static BlogsEntryService BlogsEntryServiceUtil.getService()
           
 BlogsEntryService BlogsEntryServiceWrapper.getWrappedBlogsEntryService()
           
 

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

Constructors in com.liferay.portlet.blogs.service with parameters of type BlogsEntryService
BlogsEntryServiceWrapper(BlogsEntryService blogsEntryService)
           
 

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

Classes in com.liferay.portlet.blogs.service.base that implement BlogsEntryService
 class BlogsEntryServiceBaseImpl
          The base implementation of the blogs entry remote service.
 

Fields in com.liferay.portlet.blogs.service.base declared as BlogsEntryService
protected  BlogsEntryService BlogsStatsUserLocalServiceBaseImpl.blogsEntryService
           
protected  BlogsEntryService BlogsEntryServiceBaseImpl.blogsEntryService
           
protected  BlogsEntryService BlogsEntryLocalServiceBaseImpl.blogsEntryService
           
 

Methods in com.liferay.portlet.blogs.service.base that return BlogsEntryService
 BlogsEntryService BlogsStatsUserLocalServiceBaseImpl.getBlogsEntryService()
          Gets the blogs entry remote service.
 BlogsEntryService BlogsEntryServiceBaseImpl.getBlogsEntryService()
          Gets the blogs entry remote service.
 BlogsEntryService BlogsEntryLocalServiceBaseImpl.getBlogsEntryService()
          Gets the blogs entry remote service.
 

Methods in com.liferay.portlet.blogs.service.base with parameters of type BlogsEntryService
 void BlogsStatsUserLocalServiceBaseImpl.setBlogsEntryService(BlogsEntryService blogsEntryService)
          Sets the blogs entry remote service.
 void BlogsEntryServiceBaseImpl.setBlogsEntryService(BlogsEntryService blogsEntryService)
          Sets the blogs entry remote service.
 void BlogsEntryLocalServiceBaseImpl.setBlogsEntryService(BlogsEntryService blogsEntryService)
          Sets the blogs entry remote service.
 

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

Classes in com.liferay.portlet.blogs.service.impl that implement BlogsEntryService
 class BlogsEntryServiceImpl
           
 

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

Fields in com.liferay.portlet.messageboards.service.base declared as BlogsEntryService
protected  BlogsEntryService MBMessageServiceBaseImpl.blogsEntryService
           
protected  BlogsEntryService MBMessageLocalServiceBaseImpl.blogsEntryService
           
 

Methods in com.liferay.portlet.messageboards.service.base that return BlogsEntryService
 BlogsEntryService MBMessageServiceBaseImpl.getBlogsEntryService()
          Gets the blogs entry remote service.
 BlogsEntryService MBMessageLocalServiceBaseImpl.getBlogsEntryService()
          Gets the blogs entry remote service.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type BlogsEntryService
 void MBMessageServiceBaseImpl.setBlogsEntryService(BlogsEntryService blogsEntryService)
          Sets the blogs entry remote service.
 void MBMessageLocalServiceBaseImpl.setBlogsEntryService(BlogsEntryService blogsEntryService)
          Sets the blogs entry remote service.
 

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

Fields in com.liferay.portlet.ratings.service.base declared as BlogsEntryService
protected  BlogsEntryService RatingsEntryServiceBaseImpl.blogsEntryService
           
protected  BlogsEntryService RatingsEntryLocalServiceBaseImpl.blogsEntryService
           
 

Methods in com.liferay.portlet.ratings.service.base that return BlogsEntryService
 BlogsEntryService RatingsEntryServiceBaseImpl.getBlogsEntryService()
          Gets the blogs entry remote service.
 BlogsEntryService RatingsEntryLocalServiceBaseImpl.getBlogsEntryService()
          Gets the blogs entry remote service.
 

Methods in com.liferay.portlet.ratings.service.base with parameters of type BlogsEntryService
 void RatingsEntryServiceBaseImpl.setBlogsEntryService(BlogsEntryService blogsEntryService)
          Sets the blogs entry remote service.
 void RatingsEntryLocalServiceBaseImpl.setBlogsEntryService(BlogsEntryService blogsEntryService)
          Sets the blogs entry remote service.
 


Liferay 6.0.5