com.liferay.portal.service.impl
Class RegionServiceImpl
java.lang.Object
com.liferay.portal.service.impl.PrincipalBean
com.liferay.portal.service.impl.RegionServiceImpl
- All Implemented Interfaces:
- com.liferay.portal.service.RegionService
- public class RegionServiceImpl
- extends PrincipalBean
- implements com.liferay.portal.service.RegionService
View Source
- Author:
- Brian Wing Shun Chan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegionServiceImpl
public RegionServiceImpl()
getRegions
public java.util.List getRegions()
throws com.liferay.portal.SystemException
- Specified by:
getRegions
in interface com.liferay.portal.service.RegionService
- Throws:
com.liferay.portal.SystemException
getRegions
public java.util.List getRegions(long countryId)
throws com.liferay.portal.SystemException
- Specified by:
getRegions
in interface com.liferay.portal.service.RegionService
- Throws:
com.liferay.portal.SystemException
getRegions
public java.util.List getRegions(boolean active)
throws com.liferay.portal.SystemException
- Specified by:
getRegions
in interface com.liferay.portal.service.RegionService
- Throws:
com.liferay.portal.SystemException
getRegions
public java.util.List getRegions(long countryId,
boolean active)
throws com.liferay.portal.SystemException
- Specified by:
getRegions
in interface com.liferay.portal.service.RegionService
- Throws:
com.liferay.portal.SystemException
getRegion
public com.liferay.portal.model.Region getRegion(long regionId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getRegion
in interface com.liferay.portal.service.RegionService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException