Liferay 7.0-ce-b4

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

Packages that use MBBanService
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 MBBanService in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as MBBanService
protected  MBBanService UserServiceBaseImpl.mbBanService
           
 

Methods in com.liferay.portal.service.base that return MBBanService
 MBBanService UserServiceBaseImpl.getMBBanService()
          Returns the message boards ban remote service.
 

Methods in com.liferay.portal.service.base with parameters of type MBBanService
 void UserServiceBaseImpl.setMBBanService(MBBanService mbBanService)
          Sets the message boards ban remote service.
 

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

Classes in com.liferay.portlet.messageboards.service that implement MBBanService
 class MBBanServiceWrapper
          Provides a wrapper for MBBanService.
 

Methods in com.liferay.portlet.messageboards.service that return MBBanService
static MBBanService MBBanServiceUtil.getService()
           
 MBBanService MBBanServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.messageboards.service with parameters of type MBBanService
 void MBBanServiceWrapper.setWrappedService(MBBanService mbBanService)
           
 

Constructors in com.liferay.portlet.messageboards.service with parameters of type MBBanService
MBBanServiceWrapper(MBBanService mbBanService)
           
 

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

Classes in com.liferay.portlet.messageboards.service.base that implement MBBanService
 class MBBanServiceBaseImpl
          Provides the base implementation for the message boards ban remote service.
 

Fields in com.liferay.portlet.messageboards.service.base declared as MBBanService
protected  MBBanService MBBanServiceBaseImpl.mbBanService
           
 

Methods in com.liferay.portlet.messageboards.service.base that return MBBanService
 MBBanService MBBanServiceBaseImpl.getMBBanService()
          Returns the message boards ban remote service.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type MBBanService
 void MBBanServiceBaseImpl.setMBBanService(MBBanService mbBanService)
          Sets the message boards ban remote service.
 

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

Classes in com.liferay.portlet.messageboards.service.impl that implement MBBanService
 class MBBanServiceImpl
           
 


Liferay 7.0-ce-b4