Liferay 6.2-ce-ga5

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

Packages that use MBBanLocalService
com.liferay.portlet.messageboards.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.getWrappedMBBanLocalService()
          Deprecated. As of 6.1.0, replaced by MBBanLocalServiceWrapper.getWrappedService()
 MBBanLocalService MBBanLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.messageboards.service with parameters of type MBBanLocalService
 void MBBanLocalServiceUtil.setService(MBBanLocalService service)
          Deprecated. As of 6.2.0
 void MBBanLocalServiceWrapper.setWrappedMBBanLocalService(MBBanLocalService mbBanLocalService)
          Deprecated. As of 6.1.0, replaced by 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)
           
 


Liferay 6.2-ce-ga5