com.liferay.portal.service
Class RegionServiceWrapper

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

public class RegionServiceWrapper
extends java.lang.Object
implements RegionService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for RegionService.

Author:
Brian Wing Shun Chan
See Also:
RegionService
Generated:

Constructor Summary
RegionServiceWrapper(RegionService regionService)
           
 
Method Summary
 Region addRegion(long countryId, java.lang.String regionCode, java.lang.String name, boolean active)
           
 Region getRegion(long regionId)
           
 java.util.List<Region> getRegions()
           
 java.util.List<Region> getRegions(boolean active)
           
 java.util.List<Region> getRegions(long countryId)
           
 java.util.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,
                        java.lang.String regionCode,
                        java.lang.String name,
                        boolean active)
                 throws com.liferay.portal.PortalException,
                        com.liferay.portal.SystemException
Specified by:
addRegion in interface RegionService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getRegions

public java.util.List<Region> getRegions()
                                  throws com.liferay.portal.SystemException
Specified by:
getRegions in interface RegionService
Throws:
com.liferay.portal.SystemException

getRegions

public java.util.List<Region> getRegions(long countryId)
                                  throws com.liferay.portal.SystemException
Specified by:
getRegions in interface RegionService
Throws:
com.liferay.portal.SystemException

getRegions

public java.util.List<Region> getRegions(boolean active)
                                  throws com.liferay.portal.SystemException
Specified by:
getRegions in interface RegionService
Throws:
com.liferay.portal.SystemException

getRegions

public java.util.List<Region> getRegions(long countryId,
                                         boolean active)
                                  throws com.liferay.portal.SystemException
Specified by:
getRegions in interface RegionService
Throws:
com.liferay.portal.SystemException

getRegion

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

getWrappedRegionService

public RegionService getWrappedRegionService()