Liferay 6.0.5

com.liferay.portal.service
Class RegionServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.RegionServiceWrapper
All Implemented Interfaces:
RegionService

public class RegionServiceWrapper
extends Object
implements RegionService

This class is a wrapper for RegionService.

See Also:
RegionService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
RegionServiceWrapper(RegionService regionService)
           
 
Method Summary
 Region addRegion(long countryId, String regionCode, String name, boolean active)
           
 Region getRegion(long regionId)
           
 List<Region> getRegions()
           
 List<Region> getRegions(boolean active)
           
 List<Region> getRegions(long countryId)
           
 List<Region> getRegions(long countryId, boolean active)
           
 RegionService getWrappedRegionService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegionServiceWrapper

public RegionServiceWrapper(RegionService regionService)
Method Detail

addRegion

public Region addRegion(long countryId,
                        String regionCode,
                        String name,
                        boolean active)
                 throws PortalException,
                        SystemException
Specified by:
addRegion in interface RegionService
Throws:
PortalException
SystemException

getRegions

public List<Region> getRegions()
                        throws SystemException
Specified by:
getRegions in interface RegionService
Throws:
SystemException

getRegions

public List<Region> getRegions(long countryId)
                        throws SystemException
Specified by:
getRegions in interface RegionService
Throws:
SystemException

getRegions

public List<Region> getRegions(boolean active)
                        throws SystemException
Specified by:
getRegions in interface RegionService
Throws:
SystemException

getRegions

public List<Region> getRegions(long countryId,
                               boolean active)
                        throws SystemException
Specified by:
getRegions in interface RegionService
Throws:
SystemException

getRegion

public Region getRegion(long regionId)
                 throws PortalException,
                        SystemException
Specified by:
getRegion in interface RegionService
Throws:
PortalException
SystemException

getWrappedRegionService

public RegionService getWrappedRegionService()

Liferay 6.0.5