Liferay 7.0-ce-m6

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

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

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)
           
 

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

Classes in com.liferay.portlet.messageboards.service.base that implement MBCategoryService
 class MBCategoryServiceBaseImpl
          Provides the base implementation for the message boards category remote service.
 

Fields in com.liferay.portlet.messageboards.service.base declared as MBCategoryService
protected  MBCategoryService MBCategoryServiceBaseImpl.mbCategoryService
           
protected  MBCategoryService MBMessageServiceBaseImpl.mbCategoryService
           
protected  MBCategoryService MBThreadLocalServiceBaseImpl.mbCategoryService
           
protected  MBCategoryService MBThreadServiceBaseImpl.mbCategoryService
           
protected  MBCategoryService MBCategoryLocalServiceBaseImpl.mbCategoryService
           
protected  MBCategoryService MBMessageLocalServiceBaseImpl.mbCategoryService
           
 

Methods in com.liferay.portlet.messageboards.service.base that return MBCategoryService
 MBCategoryService MBCategoryServiceBaseImpl.getMBCategoryService()
          Returns the message boards category remote service.
 MBCategoryService MBMessageServiceBaseImpl.getMBCategoryService()
          Returns the message boards category remote service.
 MBCategoryService MBThreadLocalServiceBaseImpl.getMBCategoryService()
          Returns the message boards category remote service.
 MBCategoryService MBThreadServiceBaseImpl.getMBCategoryService()
          Returns the message boards category remote service.
 MBCategoryService MBCategoryLocalServiceBaseImpl.getMBCategoryService()
          Returns the message boards category remote service.
 MBCategoryService MBMessageLocalServiceBaseImpl.getMBCategoryService()
          Returns the message boards category remote service.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type MBCategoryService
 void MBCategoryServiceBaseImpl.setMBCategoryService(MBCategoryService mbCategoryService)
          Sets the message boards category remote service.
 void MBMessageServiceBaseImpl.setMBCategoryService(MBCategoryService mbCategoryService)
          Sets the message boards category remote service.
 void MBThreadLocalServiceBaseImpl.setMBCategoryService(MBCategoryService mbCategoryService)
          Sets the message boards category remote service.
 void MBThreadServiceBaseImpl.setMBCategoryService(MBCategoryService mbCategoryService)
          Sets the message boards category remote service.
 void MBCategoryLocalServiceBaseImpl.setMBCategoryService(MBCategoryService mbCategoryService)
          Sets the message boards category remote service.
 void MBMessageLocalServiceBaseImpl.setMBCategoryService(MBCategoryService mbCategoryService)
          Sets the message boards category remote service.
 

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

Classes in com.liferay.portlet.messageboards.service.impl that implement MBCategoryService
 class MBCategoryServiceImpl
           
 


Liferay 7.0-ce-m6