Liferay 7.0-ce-b4

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

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

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

Classes in com.liferay.portlet.messageboards.service that implement MBCategoryLocalService
 class MBCategoryLocalServiceWrapper
          Provides a wrapper for MBCategoryLocalService.
 

Methods in com.liferay.portlet.messageboards.service that return MBCategoryLocalService
static MBCategoryLocalService MBCategoryLocalServiceUtil.getService()
           
 MBCategoryLocalService MBCategoryLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.messageboards.service with parameters of type MBCategoryLocalService
 void MBCategoryLocalServiceWrapper.setWrappedService(MBCategoryLocalService mbCategoryLocalService)
           
 

Constructors in com.liferay.portlet.messageboards.service with parameters of type MBCategoryLocalService
MBCategoryLocalServiceWrapper(MBCategoryLocalService mbCategoryLocalService)
           
 


Liferay 7.0-ce-b4