Liferay 7.0-ce-b4

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

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

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

Classes in com.liferay.portlet.messageboards.service that implement MBBanLocalService
 class MBBanLocalServiceWrapper
          Provides a wrapper for MBBanLocalService.
 

Methods in com.liferay.portlet.messageboards.service that return MBBanLocalService
static MBBanLocalService MBBanLocalServiceUtil.getService()
           
 MBBanLocalService MBBanLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.messageboards.service with parameters of type MBBanLocalService
 void MBBanLocalServiceWrapper.setWrappedService(MBBanLocalService mbBanLocalService)
           
 

Constructors in com.liferay.portlet.messageboards.service with parameters of type MBBanLocalService
MBBanLocalServiceWrapper(MBBanLocalService mbBanLocalService)
           
 


Liferay 7.0-ce-b4