Liferay 6.2-ce-ga5

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

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

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

Classes in com.liferay.portlet.messageboards.service that implement MBCategoryService
 class MBCategoryServiceWrapper
          Provides a wrapper for MBCategoryService.
 

Methods in com.liferay.portlet.messageboards.service that return MBCategoryService
static MBCategoryService MBCategoryServiceUtil.getService()
           
 MBCategoryService MBCategoryServiceWrapper.getWrappedMBCategoryService()
          Deprecated. As of 6.1.0, replaced by MBCategoryServiceWrapper.getWrappedService()
 MBCategoryService MBCategoryServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.messageboards.service with parameters of type MBCategoryService
 void MBCategoryServiceUtil.setService(MBCategoryService service)
          Deprecated. As of 6.2.0
 void MBCategoryServiceWrapper.setWrappedMBCategoryService(MBCategoryService mbCategoryService)
          Deprecated. As of 6.1.0, replaced by MBCategoryServiceWrapper.setWrappedService(com.liferay.portlet.messageboards.service.MBCategoryService)
 void MBCategoryServiceWrapper.setWrappedService(MBCategoryService mbCategoryService)
           
 

Constructors in com.liferay.portlet.messageboards.service with parameters of type MBCategoryService
MBCategoryServiceWrapper(MBCategoryService mbCategoryService)
           
 


Liferay 6.2-ce-ga5