Liferay 6.2-ce-ga5

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

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

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

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

Methods in com.liferay.portlet.blogs.service that return BlogsEntryLocalService
static BlogsEntryLocalService BlogsEntryLocalServiceUtil.getService()
           
 BlogsEntryLocalService BlogsEntryLocalServiceWrapper.getWrappedBlogsEntryLocalService()
          Deprecated. As of 6.1.0, replaced by BlogsEntryLocalServiceWrapper.getWrappedService()
 BlogsEntryLocalService BlogsEntryLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.blogs.service with parameters of type BlogsEntryLocalService
 void BlogsEntryLocalServiceUtil.setService(BlogsEntryLocalService service)
          Deprecated. As of 6.2.0
 void BlogsEntryLocalServiceWrapper.setWrappedBlogsEntryLocalService(BlogsEntryLocalService blogsEntryLocalService)
          Deprecated. As of 6.1.0, replaced by BlogsEntryLocalServiceWrapper.setWrappedService(com.liferay.portlet.blogs.service.BlogsEntryLocalService)
 void BlogsEntryLocalServiceWrapper.setWrappedService(BlogsEntryLocalService blogsEntryLocalService)
           
 

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


Liferay 6.2-ce-ga5