Liferay 6.0.5

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

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

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

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

Methods in com.liferay.portlet.messageboards.service that return MBThreadService
static MBThreadService MBThreadServiceUtil.getService()
           
 MBThreadService MBThreadServiceWrapper.getWrappedMBThreadService()
           
 

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

Constructors in com.liferay.portlet.messageboards.service with parameters of type MBThreadService
MBThreadServiceWrapper(MBThreadService mbThreadService)
           
 

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

Classes in com.liferay.portlet.messageboards.service.base that implement MBThreadService
 class MBThreadServiceBaseImpl
          The base implementation of the message boards thread remote service.
 

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

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

Methods in com.liferay.portlet.messageboards.service.base with parameters of type MBThreadService
 void MBThreadServiceBaseImpl.setMBThreadService(MBThreadService mbThreadService)
          Sets the message boards thread remote service.
 void MBThreadLocalServiceBaseImpl.setMBThreadService(MBThreadService mbThreadService)
          Sets the message boards thread remote service.
 void MBStatsUserLocalServiceBaseImpl.setMBThreadService(MBThreadService mbThreadService)
          Sets the message boards thread remote service.
 void MBMessageServiceBaseImpl.setMBThreadService(MBThreadService mbThreadService)
          Sets the message boards thread remote service.
 void MBMessageLocalServiceBaseImpl.setMBThreadService(MBThreadService mbThreadService)
          Sets the message boards thread remote service.
 void MBMessageFlagServiceBaseImpl.setMBThreadService(MBThreadService mbThreadService)
          Sets the message boards thread remote service.
 void MBMessageFlagLocalServiceBaseImpl.setMBThreadService(MBThreadService mbThreadService)
          Sets the message boards thread remote service.
 void MBMailingListLocalServiceBaseImpl.setMBThreadService(MBThreadService mbThreadService)
          Sets the message boards thread remote service.
 void MBDiscussionLocalServiceBaseImpl.setMBThreadService(MBThreadService mbThreadService)
          Sets the message boards thread remote service.
 void MBCategoryServiceBaseImpl.setMBThreadService(MBThreadService mbThreadService)
          Sets the message boards thread remote service.
 void MBCategoryLocalServiceBaseImpl.setMBThreadService(MBThreadService mbThreadService)
          Sets the message boards thread remote service.
 void MBBanServiceBaseImpl.setMBThreadService(MBThreadService mbThreadService)
          Sets the message boards thread remote service.
 void MBBanLocalServiceBaseImpl.setMBThreadService(MBThreadService mbThreadService)
          Sets the message boards thread remote service.
 

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

Classes in com.liferay.portlet.messageboards.service.impl that implement MBThreadService
 class MBThreadServiceImpl
           
 


Liferay 6.0.5