Liferay 7.0-ce-b4

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

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

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)
           
 


Liferay 7.0-ce-b4