Liferay 6.1.2-ce-ga3

com.liferay.portal.service
Class RegionServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.RegionServiceWrapper
All Implemented Interfaces:
BaseService, RegionService, ServiceWrapper<RegionService>

public class RegionServiceWrapper
extends Object
implements RegionService, ServiceWrapper<RegionService>

This class is a wrapper for RegionService.

See Also:
RegionService

Constructor Summary
RegionServiceWrapper(RegionService regionService)
           
 
Method Summary
 Region addRegion(long countryId, String regionCode, String name, boolean active)
           
 Region fetchRegion(long countryId, String regionCode)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 Region getRegion(long regionId)
           
 Region getRegion(long countryId, String regionCode)
           
 List<Region> getRegions()
           
 List<Region> getRegions(boolean active)
           
 List<Region> getRegions(long countryId)
           
 List<Region> getRegions(long countryId, boolean active)
           
 RegionService getWrappedRegionService()
          Deprecated. Renamed to getWrappedService()
 RegionService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedRegionService(RegionService regionService)
          Deprecated. Renamed to setWrappedService(com.liferay.portal.service.RegionService)
 void setWrappedService(RegionService regionService)
           
 
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

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface RegionService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface RegionService
Parameters:
beanIdentifier - the Spring bean ID for this bean

addRegion

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

fetchRegion

public Region fetchRegion(long countryId,
                          String regionCode)
                   throws SystemException
Specified by:
fetchRegion in interface RegionService
Throws:
SystemException

getRegion

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

getRegion

public Region getRegion(long countryId,
                        String regionCode)
                 throws PortalException,
                        SystemException
Specified by:
getRegion 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(boolean active)
                        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(long countryId,
                               boolean active)
                        throws SystemException
Specified by:
getRegions in interface RegionService
Throws:
SystemException

getWrappedRegionService

public RegionService getWrappedRegionService()
Deprecated. Renamed to getWrappedService()


setWrappedRegionService

public void setWrappedRegionService(RegionService regionService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.RegionService)


getWrappedService

public RegionService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<RegionService>

setWrappedService

public void setWrappedService(RegionService regionService)
Specified by:
setWrappedService in interface ServiceWrapper<RegionService>

Liferay 6.1.2-ce-ga3