com.liferay.portal.service.impl
Class RegionServiceImpl
java.lang.Object
com.liferay.portal.service.BaseServiceImpl
com.liferay.portal.service.base.RegionServiceBaseImpl
com.liferay.portal.service.impl.RegionServiceImpl
- All Implemented Interfaces:
- IdentifiableOSGiService, BaseService, RegionService
public class RegionServiceImpl
- extends RegionServiceBaseImpl
| Methods inherited from class com.liferay.portal.service.base.RegionServiceBaseImpl |
afterPropertiesSet, destroy, getCounterLocalService, getCountryPersistence, getCountryService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getRegionPersistence, getRegionService, runSQL, setCounterLocalService, setCountryPersistence, setCountryService, setRegionPersistence, setRegionService |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegionServiceImpl
public RegionServiceImpl()
addRegion
public Region addRegion(long countryId,
String regionCode,
String name,
boolean active)
throws PortalException
- Throws:
PortalException
fetchRegion
public Region fetchRegion(long regionId)
fetchRegion
public Region fetchRegion(long countryId,
String regionCode)
getRegion
public Region getRegion(long regionId)
throws PortalException
- Throws:
PortalException
getRegion
public Region getRegion(long countryId,
String regionCode)
throws PortalException
- Throws:
PortalException
getRegions
public List<Region> getRegions()
getRegions
public List<Region> getRegions(boolean active)
getRegions
public List<Region> getRegions(long countryId)
getRegions
public List<Region> getRegions(long countryId,
boolean active)