Liferay 6.1.2-ce-ga3

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 GroupServiceBaseImpl.mbBanLocalService
           
protected  MBBanLocalService GroupLocalServiceBaseImpl.mbBanLocalService
           
protected  MBBanLocalService UserLocalServiceBaseImpl.mbBanLocalService
           
protected  MBBanLocalService UserServiceBaseImpl.mbBanLocalService
           
 

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

Methods in com.liferay.portal.service.base with parameters of type MBBanLocalService
 void GroupServiceBaseImpl.setMBBanLocalService(MBBanLocalService mbBanLocalService)
          Sets the message boards ban local service.
 void GroupLocalServiceBaseImpl.setMBBanLocalService(MBBanLocalService mbBanLocalService)
          Sets the message boards ban local service.
 void UserLocalServiceBaseImpl.setMBBanLocalService(MBBanLocalService mbBanLocalService)
          Sets the message boards ban local service.
 void UserServiceBaseImpl.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
           This class is a wrapper for MBBanLocalService.
 

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

Methods in com.liferay.portlet.messageboards.service with parameters of type MBBanLocalService
 void MBBanLocalServiceUtil.setService(MBBanLocalService service)
          Deprecated.  
 void MBBanLocalServiceWrapper.setWrappedMBBanLocalService(MBBanLocalService mbBanLocalService)
          Deprecated. Renamed to MBBanLocalServiceWrapper.setWrappedService(com.liferay.portlet.messageboards.service.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
          The base implementation of the message boards ban local service.
 

Fields in com.liferay.portlet.messageboards.service.base declared as MBBanLocalService
protected  MBBanLocalService MBCategoryLocalServiceBaseImpl.mbBanLocalService
           
protected  MBBanLocalService MBMessageServiceBaseImpl.mbBanLocalService
           
protected  MBBanLocalService MBThreadServiceBaseImpl.mbBanLocalService
           
protected  MBBanLocalService MBThreadFlagLocalServiceBaseImpl.mbBanLocalService
           
protected  MBBanLocalService MBDiscussionLocalServiceBaseImpl.mbBanLocalService
           
protected  MBBanLocalService MBCategoryServiceBaseImpl.mbBanLocalService
           
protected  MBBanLocalService MBBanLocalServiceBaseImpl.mbBanLocalService
           
protected  MBBanLocalService MBBanServiceBaseImpl.mbBanLocalService
           
protected  MBBanLocalService MBMessageLocalServiceBaseImpl.mbBanLocalService
           
protected  MBBanLocalService MBThreadLocalServiceBaseImpl.mbBanLocalService
           
protected  MBBanLocalService MBMailingListLocalServiceBaseImpl.mbBanLocalService
           
protected  MBBanLocalService MBStatsUserLocalServiceBaseImpl.mbBanLocalService
           
 

Methods in com.liferay.portlet.messageboards.service.base that return MBBanLocalService
 MBBanLocalService MBCategoryLocalServiceBaseImpl.getMBBanLocalService()
          Returns the message boards ban local service.
 MBBanLocalService MBMessageServiceBaseImpl.getMBBanLocalService()
          Returns the message boards ban local service.
 MBBanLocalService MBThreadServiceBaseImpl.getMBBanLocalService()
          Returns the message boards ban local service.
 MBBanLocalService MBThreadFlagLocalServiceBaseImpl.getMBBanLocalService()
          Returns the message boards ban local service.
 MBBanLocalService MBDiscussionLocalServiceBaseImpl.getMBBanLocalService()
          Returns the message boards ban local service.
 MBBanLocalService MBCategoryServiceBaseImpl.getMBBanLocalService()
          Returns the message boards ban local service.
 MBBanLocalService MBBanLocalServiceBaseImpl.getMBBanLocalService()
          Returns the message boards ban local service.
 MBBanLocalService MBBanServiceBaseImpl.getMBBanLocalService()
          Returns the message boards ban local service.
 MBBanLocalService MBMessageLocalServiceBaseImpl.getMBBanLocalService()
          Returns the message boards ban local service.
 MBBanLocalService MBThreadLocalServiceBaseImpl.getMBBanLocalService()
          Returns the message boards ban local service.
 MBBanLocalService MBMailingListLocalServiceBaseImpl.getMBBanLocalService()
          Returns the message boards ban local service.
 MBBanLocalService MBStatsUserLocalServiceBaseImpl.getMBBanLocalService()
          Returns the message boards ban local service.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type MBBanLocalService
 void MBCategoryLocalServiceBaseImpl.setMBBanLocalService(MBBanLocalService mbBanLocalService)
          Sets the message boards ban local service.
 void MBMessageServiceBaseImpl.setMBBanLocalService(MBBanLocalService mbBanLocalService)
          Sets the message boards ban local service.
 void MBThreadServiceBaseImpl.setMBBanLocalService(MBBanLocalService mbBanLocalService)
          Sets the message boards ban local service.
 void MBThreadFlagLocalServiceBaseImpl.setMBBanLocalService(MBBanLocalService mbBanLocalService)
          Sets the message boards ban local service.
 void MBDiscussionLocalServiceBaseImpl.setMBBanLocalService(MBBanLocalService mbBanLocalService)
          Sets the message boards ban local service.
 void MBCategoryServiceBaseImpl.setMBBanLocalService(MBBanLocalService mbBanLocalService)
          Sets the message boards ban local service.
 void MBBanLocalServiceBaseImpl.setMBBanLocalService(MBBanLocalService mbBanLocalService)
          Sets the message boards ban local service.
 void MBBanServiceBaseImpl.setMBBanLocalService(MBBanLocalService mbBanLocalService)
          Sets the message boards ban local service.
 void MBMessageLocalServiceBaseImpl.setMBBanLocalService(MBBanLocalService mbBanLocalService)
          Sets the message boards ban local service.
 void MBThreadLocalServiceBaseImpl.setMBBanLocalService(MBBanLocalService mbBanLocalService)
          Sets the message boards ban local service.
 void MBMailingListLocalServiceBaseImpl.setMBBanLocalService(MBBanLocalService mbBanLocalService)
          Sets the message boards ban local service.
 void MBStatsUserLocalServiceBaseImpl.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 6.1.2-ce-ga3