Liferay 6.0.5

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

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

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

Fields in com.liferay.portal.service.base declared as MBCategoryLocalService
protected  MBCategoryLocalService GroupServiceBaseImpl.mbCategoryLocalService
           
protected  MBCategoryLocalService GroupLocalServiceBaseImpl.mbCategoryLocalService
           
 

Methods in com.liferay.portal.service.base that return MBCategoryLocalService
 MBCategoryLocalService GroupServiceBaseImpl.getMBCategoryLocalService()
          Gets the message boards category local service.
 MBCategoryLocalService GroupLocalServiceBaseImpl.getMBCategoryLocalService()
          Gets the message boards category local service.
 

Methods in com.liferay.portal.service.base with parameters of type MBCategoryLocalService
 void GroupServiceBaseImpl.setMBCategoryLocalService(MBCategoryLocalService mbCategoryLocalService)
          Sets the message boards category local service.
 void GroupLocalServiceBaseImpl.setMBCategoryLocalService(MBCategoryLocalService mbCategoryLocalService)
          Sets the message boards category local service.
 

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

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

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

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

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

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

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

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