Liferay 6.2-ce-ga5

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

Packages that use BlogsEntryService
com.liferay.portlet.blogs.service   
 

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.getWrappedBlogsEntryService()
          Deprecated. As of 6.1.0, replaced by BlogsEntryServiceWrapper.getWrappedService()
 BlogsEntryService BlogsEntryServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.blogs.service with parameters of type BlogsEntryService
 void BlogsEntryServiceUtil.setService(BlogsEntryService service)
          Deprecated. As of 6.2.0
 void BlogsEntryServiceWrapper.setWrappedBlogsEntryService(BlogsEntryService blogsEntryService)
          Deprecated. As of 6.1.0, replaced by BlogsEntryServiceWrapper.setWrappedService(com.liferay.portlet.blogs.service.BlogsEntryService)
 void BlogsEntryServiceWrapper.setWrappedService(BlogsEntryService blogsEntryService)
           
 

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


Liferay 6.2-ce-ga5