Liferay 7.0-ce-b4

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

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

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)
           
 

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

Classes in com.liferay.portlet.messageboards.service.base that implement MBCategoryLocalService
 class MBCategoryLocalServiceBaseImpl
          Provides the base implementation for the message boards category local service.
 

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

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

Methods in com.liferay.portlet.messageboards.service.base with parameters of type MBCategoryLocalService
 void MBCategoryLocalServiceBaseImpl.setMBCategoryLocalService(MBCategoryLocalService mbCategoryLocalService)
          Sets the message boards category local service.
 void MBThreadServiceBaseImpl.setMBCategoryLocalService(MBCategoryLocalService mbCategoryLocalService)
          Sets the message boards category local service.
 void MBCategoryServiceBaseImpl.setMBCategoryLocalService(MBCategoryLocalService mbCategoryLocalService)
          Sets the message boards category local service.
 void MBThreadLocalServiceBaseImpl.setMBCategoryLocalService(MBCategoryLocalService mbCategoryLocalService)
          Sets the message boards category local service.
 void MBMessageServiceBaseImpl.setMBCategoryLocalService(MBCategoryLocalService mbCategoryLocalService)
          Sets the message boards category local service.
 void MBMessageLocalServiceBaseImpl.setMBCategoryLocalService(MBCategoryLocalService mbCategoryLocalService)
          Sets the message boards category local service.
 

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

Classes in com.liferay.portlet.messageboards.service.impl that implement MBCategoryLocalService
 class MBCategoryLocalServiceImpl
           
 


Liferay 7.0-ce-b4