Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portlet.messageboards.service.MBThreadService

Packages that use MBThreadService
com.liferay.portlet.messageboards.service   
com.liferay.portlet.messageboards.service.base   
com.liferay.portlet.messageboards.service.impl   
 

Uses of MBThreadService in com.liferay.portlet.messageboards.service
 

Classes in com.liferay.portlet.messageboards.service that implement MBThreadService
 class MBThreadServiceWrapper
          Provides a wrapper for MBThreadService.
 

Methods in com.liferay.portlet.messageboards.service that return MBThreadService
static MBThreadService MBThreadServiceUtil.getService()
           
 MBThreadService MBThreadServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.messageboards.service with parameters of type MBThreadService
 void MBThreadServiceWrapper.setWrappedService(MBThreadService mbThreadService)
           
 

Constructors in com.liferay.portlet.messageboards.service with parameters of type MBThreadService
MBThreadServiceWrapper(MBThreadService mbThreadService)
           
 

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

Classes in com.liferay.portlet.messageboards.service.base that implement MBThreadService
 class MBThreadServiceBaseImpl
          Provides the base implementation for the message boards thread remote service.
 

Fields in com.liferay.portlet.messageboards.service.base declared as MBThreadService
protected  MBThreadService MBThreadServiceBaseImpl.mbThreadService
           
protected  MBThreadService MBCategoryServiceBaseImpl.mbThreadService
           
protected  MBThreadService MBMessageServiceBaseImpl.mbThreadService
           
 

Methods in com.liferay.portlet.messageboards.service.base that return MBThreadService
 MBThreadService MBThreadServiceBaseImpl.getMBThreadService()
          Returns the message boards thread remote service.
 MBThreadService MBCategoryServiceBaseImpl.getMBThreadService()
          Returns the message boards thread remote service.
 MBThreadService MBMessageServiceBaseImpl.getMBThreadService()
          Returns the message boards thread remote service.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type MBThreadService
 void MBThreadServiceBaseImpl.setMBThreadService(MBThreadService mbThreadService)
          Sets the message boards thread remote service.
 void MBCategoryServiceBaseImpl.setMBThreadService(MBThreadService mbThreadService)
          Sets the message boards thread remote service.
 void MBMessageServiceBaseImpl.setMBThreadService(MBThreadService mbThreadService)
          Sets the message boards thread remote service.
 

Uses of MBThreadService in com.liferay.portlet.messageboards.service.impl
 

Classes in com.liferay.portlet.messageboards.service.impl that implement MBThreadService
 class MBThreadServiceImpl
           
 


Liferay 7.0-ce-b4