Liferay 6.1.2-ce-ga3

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

Packages that use MBThreadService
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portlet.messageboards.service   
com.liferay.portlet.messageboards.service.base   
com.liferay.portlet.messageboards.service.impl   
 

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

Fields in com.liferay.portal.service.base declared as MBThreadService
protected  MBThreadService GroupServiceBaseImpl.mbThreadService
           
protected  MBThreadService GroupLocalServiceBaseImpl.mbThreadService
           
protected  MBThreadService SubscriptionLocalServiceBaseImpl.mbThreadService
           
 

Methods in com.liferay.portal.service.base that return MBThreadService
 MBThreadService GroupServiceBaseImpl.getMBThreadService()
          Returns the message boards thread remote service.
 MBThreadService GroupLocalServiceBaseImpl.getMBThreadService()
          Returns the message boards thread remote service.
 MBThreadService SubscriptionLocalServiceBaseImpl.getMBThreadService()
          Returns the message boards thread remote service.
 

Methods in com.liferay.portal.service.base with parameters of type MBThreadService
 void GroupServiceBaseImpl.setMBThreadService(MBThreadService mbThreadService)
          Sets the message boards thread remote service.
 void GroupLocalServiceBaseImpl.setMBThreadService(MBThreadService mbThreadService)
          Sets the message boards thread remote service.
 void SubscriptionLocalServiceBaseImpl.setMBThreadService(MBThreadService mbThreadService)
          Sets the message boards thread remote service.
 

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()
          Deprecated. Renamed to MBThreadServiceWrapper.getWrappedService()
 MBThreadService MBThreadServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.messageboards.service with parameters of type MBThreadService
 void MBThreadServiceUtil.setService(MBThreadService service)
          Deprecated.  
 void MBThreadServiceWrapper.setWrappedMBThreadService(MBThreadService mbThreadService)
          Deprecated. Renamed to MBThreadServiceWrapper.setWrappedService(com.liferay.portlet.messageboards.service.MBThreadService)
 void MBThreadServiceWrapper.setWrappedService(MBThreadService mbThreadService)
           
 

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 MBCategoryLocalServiceBaseImpl.mbThreadService
           
protected  MBThreadService MBMessageServiceBaseImpl.mbThreadService
           
protected  MBThreadService MBThreadServiceBaseImpl.mbThreadService
           
protected  MBThreadService MBThreadFlagLocalServiceBaseImpl.mbThreadService
           
protected  MBThreadService MBDiscussionLocalServiceBaseImpl.mbThreadService
           
protected  MBThreadService MBCategoryServiceBaseImpl.mbThreadService
           
protected  MBThreadService MBBanLocalServiceBaseImpl.mbThreadService
           
protected  MBThreadService MBBanServiceBaseImpl.mbThreadService
           
protected  MBThreadService MBMessageLocalServiceBaseImpl.mbThreadService
           
protected  MBThreadService MBThreadLocalServiceBaseImpl.mbThreadService
           
protected  MBThreadService MBMailingListLocalServiceBaseImpl.mbThreadService
           
protected  MBThreadService MBStatsUserLocalServiceBaseImpl.mbThreadService
           
 

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

Methods in com.liferay.portlet.messageboards.service.base with parameters of type MBThreadService
 void MBCategoryLocalServiceBaseImpl.setMBThreadService(MBThreadService mbThreadService)
          Sets the message boards thread remote service.
 void MBMessageServiceBaseImpl.setMBThreadService(MBThreadService mbThreadService)
          Sets the message boards thread remote service.
 void MBThreadServiceBaseImpl.setMBThreadService(MBThreadService mbThreadService)
          Sets the message boards thread remote service.
 void MBThreadFlagLocalServiceBaseImpl.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 MBBanLocalServiceBaseImpl.setMBThreadService(MBThreadService mbThreadService)
          Sets the message boards thread remote service.
 void MBBanServiceBaseImpl.setMBThreadService(MBThreadService mbThreadService)
          Sets the message boards thread remote service.
 void MBMessageLocalServiceBaseImpl.setMBThreadService(MBThreadService mbThreadService)
          Sets the message boards thread remote service.
 void MBThreadLocalServiceBaseImpl.setMBThreadService(MBThreadService mbThreadService)
          Sets the message boards thread remote service.
 void MBMailingListLocalServiceBaseImpl.setMBThreadService(MBThreadService mbThreadService)
          Sets the message boards thread remote service.
 void MBStatsUserLocalServiceBaseImpl.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.1.2-ce-ga3