Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.service.RegionService

Packages that use RegionService
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
 

Uses of RegionService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement RegionService
 class RegionServiceWrapper
          Provides a wrapper for RegionService.
 

Methods in com.liferay.portal.service that return RegionService
static RegionService RegionServiceUtil.getService()
           
 RegionService RegionServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type RegionService
 void RegionServiceWrapper.setWrappedService(RegionService regionService)
           
 

Constructors in com.liferay.portal.service with parameters of type RegionService
RegionServiceWrapper(RegionService regionService)
           
 

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

Classes in com.liferay.portal.service.base that implement RegionService
 class RegionServiceBaseImpl
          Provides the base implementation for the region remote service.
 

Fields in com.liferay.portal.service.base declared as RegionService
protected  RegionService OrganizationServiceBaseImpl.regionService
           
protected  RegionService RegionServiceBaseImpl.regionService
           
 

Methods in com.liferay.portal.service.base that return RegionService
 RegionService OrganizationServiceBaseImpl.getRegionService()
          Returns the region remote service.
 RegionService RegionServiceBaseImpl.getRegionService()
          Returns the region remote service.
 

Methods in com.liferay.portal.service.base with parameters of type RegionService
 void OrganizationServiceBaseImpl.setRegionService(RegionService regionService)
          Sets the region remote service.
 void RegionServiceBaseImpl.setRegionService(RegionService regionService)
          Sets the region remote service.
 

Uses of RegionService in com.liferay.portal.service.impl
 

Classes in com.liferay.portal.service.impl that implement RegionService
 class RegionServiceImpl
           
 


Liferay 7.0-ce-b4