Liferay 7.0-ce-b4

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

Packages that use BlogsEntryService
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.portlet.blogs.service
 

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

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

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

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
          Provides the base implementation for the blogs entry remote service.
 

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

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

Methods in com.liferay.portlet.blogs.service.base with parameters of type BlogsEntryService
 void BlogsEntryServiceBaseImpl.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
          Provides the remote service for accessing, adding, deleting, subscription handling of, trash handling of, and updating blog entries.
 

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
           
 

Methods in com.liferay.portlet.messageboards.service.base that return BlogsEntryService
 BlogsEntryService MBMessageServiceBaseImpl.getBlogsEntryService()
          Returns 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.
 

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
           
 

Methods in com.liferay.portlet.ratings.service.base that return BlogsEntryService
 BlogsEntryService RatingsEntryServiceBaseImpl.getBlogsEntryService()
          Returns 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.
 


Liferay 7.0-ce-b4