Liferay 6.1.2-ce-ga3

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
           This class is a wrapper for MBMessageService.
 

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

Methods in com.liferay.portlet.messageboards.service with parameters of type MBMessageService
 void MBMessageServiceUtil.setService(MBMessageService service)
          Deprecated.  
 void MBMessageServiceWrapper.setWrappedMBMessageService(MBMessageService mbMessageService)
          Deprecated. Renamed to MBMessageServiceWrapper.setWrappedService(com.liferay.portlet.messageboards.service.MBMessageService)
 void MBMessageServiceWrapper.setWrappedService(MBMessageService mbMessageService)
           
 

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


Liferay 6.1.2-ce-ga3