Liferay 7.0-ce-b4

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

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

Fields in com.liferay.portal.service.base declared as MBBanLocalService
protected  MBBanLocalService UserServiceBaseImpl.mbBanLocalService
           
protected  MBBanLocalService UserLocalServiceBaseImpl.mbBanLocalService
           
 

Methods in com.liferay.portal.service.base that return MBBanLocalService
 MBBanLocalService UserServiceBaseImpl.getMBBanLocalService()
          Returns the message boards ban local service.
 MBBanLocalService UserLocalServiceBaseImpl.getMBBanLocalService()
          Returns the message boards ban local service.
 

Methods in com.liferay.portal.service.base with parameters of type MBBanLocalService
 void UserServiceBaseImpl.setMBBanLocalService(MBBanLocalService mbBanLocalService)
          Sets the message boards ban local service.
 void UserLocalServiceBaseImpl.setMBBanLocalService(MBBanLocalService mbBanLocalService)
          Sets the message boards ban local service.
 

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

Classes in com.liferay.portlet.messageboards.service that implement MBBanLocalService
 class MBBanLocalServiceWrapper
          Provides a wrapper for MBBanLocalService.
 

Methods in com.liferay.portlet.messageboards.service that return MBBanLocalService
static MBBanLocalService MBBanLocalServiceUtil.getService()
           
 MBBanLocalService MBBanLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.messageboards.service with parameters of type MBBanLocalService
 void MBBanLocalServiceWrapper.setWrappedService(MBBanLocalService mbBanLocalService)
           
 

Constructors in com.liferay.portlet.messageboards.service with parameters of type MBBanLocalService
MBBanLocalServiceWrapper(MBBanLocalService mbBanLocalService)
           
 

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

Classes in com.liferay.portlet.messageboards.service.base that implement MBBanLocalService
 class MBBanLocalServiceBaseImpl
          Provides the base implementation for the message boards ban local service.
 

Fields in com.liferay.portlet.messageboards.service.base declared as MBBanLocalService
protected  MBBanLocalService MBBanLocalServiceBaseImpl.mbBanLocalService
           
protected  MBBanLocalService MBBanServiceBaseImpl.mbBanLocalService
           
 

Methods in com.liferay.portlet.messageboards.service.base that return MBBanLocalService
 MBBanLocalService MBBanLocalServiceBaseImpl.getMBBanLocalService()
          Returns the message boards ban local service.
 MBBanLocalService MBBanServiceBaseImpl.getMBBanLocalService()
          Returns the message boards ban local service.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type MBBanLocalService
 void MBBanLocalServiceBaseImpl.setMBBanLocalService(MBBanLocalService mbBanLocalService)
          Sets the message boards ban local service.
 void MBBanServiceBaseImpl.setMBBanLocalService(MBBanLocalService mbBanLocalService)
          Sets the message boards ban local service.
 

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

Classes in com.liferay.portlet.messageboards.service.impl that implement MBBanLocalService
 class MBBanLocalServiceImpl
           
 


Liferay 7.0-ce-b4