Liferay 7.0-ce-b4

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

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

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

Classes in com.liferay.portlet.messageboards.service that implement MBMessageService
 class MBMessageServiceWrapper
          Provides a wrapper for MBMessageService.
 

Methods in com.liferay.portlet.messageboards.service that return MBMessageService
static MBMessageService MBMessageServiceUtil.getService()
           
 MBMessageService MBMessageServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.messageboards.service with parameters of type MBMessageService
 void MBMessageServiceWrapper.setWrappedService(MBMessageService mbMessageService)
           
 

Constructors in com.liferay.portlet.messageboards.service with parameters of type MBMessageService
MBMessageServiceWrapper(MBMessageService mbMessageService)
           
 


Liferay 7.0-ce-b4