com.liferay.portal.service
Class RegionServiceWrapper
java.lang.Object
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:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegionServiceWrapper
public RegionServiceWrapper(RegionService regionService)
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()