Liferay 6.0.5

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

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

Uses of MBCategoryService in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as MBCategoryService
protected  MBCategoryService GroupServiceBaseImpl.mbCategoryService
           
protected  MBCategoryService GroupLocalServiceBaseImpl.mbCategoryService
           
 

Methods in com.liferay.portal.service.base that return MBCategoryService
 MBCategoryService GroupServiceBaseImpl.getMBCategoryService()
          Gets the message boards category remote service.
 MBCategoryService GroupLocalServiceBaseImpl.getMBCategoryService()
          Gets the message boards category remote service.
 

Methods in com.liferay.portal.service.base with parameters of type MBCategoryService
 void GroupServiceBaseImpl.setMBCategoryService(MBCategoryService mbCategoryService)
          Sets the message boards category remote service.
 void GroupLocalServiceBaseImpl.setMBCategoryService(MBCategoryService mbCategoryService)
          Sets the message boards category remote service.
 

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

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

Methods in com.liferay.portlet.messageboards.service that return MBCategoryService
static MBCategoryService MBCategoryServiceUtil.getService()
           
 MBCategoryService MBCategoryServiceWrapper.getWrappedMBCategoryService()
           
 

Methods in com.liferay.portlet.messageboards.service with parameters of type MBCategoryService
 void MBCategoryServiceUtil.setService(MBCategoryService service)
           
 

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
          The base implementation of the message boards category remote service.
 

Fields in com.liferay.portlet.messageboards.service.base declared as MBCategoryService
protected  MBCategoryService MBThreadServiceBaseImpl.mbCategoryService
           
protected  MBCategoryService MBThreadLocalServiceBaseImpl.mbCategoryService
           
protected  MBCategoryService MBStatsUserLocalServiceBaseImpl.mbCategoryService
           
protected  MBCategoryService MBMessageServiceBaseImpl.mbCategoryService
           
protected  MBCategoryService MBMessageLocalServiceBaseImpl.mbCategoryService
           
protected  MBCategoryService MBMessageFlagServiceBaseImpl.mbCategoryService
           
protected  MBCategoryService MBMessageFlagLocalServiceBaseImpl.mbCategoryService
           
protected  MBCategoryService MBMailingListLocalServiceBaseImpl.mbCategoryService
           
protected  MBCategoryService MBDiscussionLocalServiceBaseImpl.mbCategoryService
           
protected  MBCategoryService MBCategoryServiceBaseImpl.mbCategoryService
           
protected  MBCategoryService MBCategoryLocalServiceBaseImpl.mbCategoryService
           
protected  MBCategoryService MBBanServiceBaseImpl.mbCategoryService
           
protected  MBCategoryService MBBanLocalServiceBaseImpl.mbCategoryService
           
 

Methods in com.liferay.portlet.messageboards.service.base that return MBCategoryService
 MBCategoryService MBThreadServiceBaseImpl.getMBCategoryService()
          Gets the message boards category remote service.
 MBCategoryService MBThreadLocalServiceBaseImpl.getMBCategoryService()
          Gets the message boards category remote service.
 MBCategoryService MBStatsUserLocalServiceBaseImpl.getMBCategoryService()
          Gets the message boards category remote service.
 MBCategoryService MBMessageServiceBaseImpl.getMBCategoryService()
          Gets the message boards category remote service.
 MBCategoryService MBMessageLocalServiceBaseImpl.getMBCategoryService()
          Gets the message boards category remote service.
 MBCategoryService MBMessageFlagServiceBaseImpl.getMBCategoryService()
          Gets the message boards category remote service.
 MBCategoryService MBMessageFlagLocalServiceBaseImpl.getMBCategoryService()
          Gets the message boards category remote service.
 MBCategoryService MBMailingListLocalServiceBaseImpl.getMBCategoryService()
          Gets the message boards category remote service.
 MBCategoryService MBDiscussionLocalServiceBaseImpl.getMBCategoryService()
          Gets the message boards category remote service.
 MBCategoryService MBCategoryServiceBaseImpl.getMBCategoryService()
          Gets the message boards category remote service.
 MBCategoryService MBCategoryLocalServiceBaseImpl.getMBCategoryService()
          Gets the message boards category remote service.
 MBCategoryService MBBanServiceBaseImpl.getMBCategoryService()
          Gets the message boards category remote service.
 MBCategoryService MBBanLocalServiceBaseImpl.getMBCategoryService()
          Gets the message boards category remote service.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type MBCategoryService
 void MBThreadServiceBaseImpl.setMBCategoryService(MBCategoryService mbCategoryService)
          Sets the message boards category remote service.
 void MBThreadLocalServiceBaseImpl.setMBCategoryService(MBCategoryService mbCategoryService)
          Sets the message boards category remote service.
 void MBStatsUserLocalServiceBaseImpl.setMBCategoryService(MBCategoryService mbCategoryService)
          Sets the message boards category remote service.
 void MBMessageServiceBaseImpl.setMBCategoryService(MBCategoryService mbCategoryService)
          Sets the message boards category remote service.
 void MBMessageLocalServiceBaseImpl.setMBCategoryService(MBCategoryService mbCategoryService)
          Sets the message boards category remote service.
 void MBMessageFlagServiceBaseImpl.setMBCategoryService(MBCategoryService mbCategoryService)
          Sets the message boards category remote service.
 void MBMessageFlagLocalServiceBaseImpl.setMBCategoryService(MBCategoryService mbCategoryService)
          Sets the message boards category remote service.
 void MBMailingListLocalServiceBaseImpl.setMBCategoryService(MBCategoryService mbCategoryService)
          Sets the message boards category remote service.
 void MBDiscussionLocalServiceBaseImpl.setMBCategoryService(MBCategoryService mbCategoryService)
          Sets the message boards category remote service.
 void MBCategoryServiceBaseImpl.setMBCategoryService(MBCategoryService mbCategoryService)
          Sets the message boards category remote service.
 void MBCategoryLocalServiceBaseImpl.setMBCategoryService(MBCategoryService mbCategoryService)
          Sets the message boards category remote service.
 void MBBanServiceBaseImpl.setMBCategoryService(MBCategoryService mbCategoryService)
          Sets the message boards category remote service.
 void MBBanLocalServiceBaseImpl.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 6.0.5