public class RegionServiceImpl extends RegionServiceBaseImpl
counterLocalService, countryPersistence, countryService, regionPersistence, regionService| Constructor and Description |
|---|
RegionServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.model.Region |
addRegion(long countryId,
java.lang.String regionCode,
java.lang.String name,
boolean active) |
com.liferay.portal.model.Region |
fetchRegion(long regionId) |
com.liferay.portal.model.Region |
fetchRegion(long countryId,
java.lang.String regionCode) |
com.liferay.portal.model.Region |
getRegion(long regionId) |
com.liferay.portal.model.Region |
getRegion(long countryId,
java.lang.String regionCode) |
java.util.List<com.liferay.portal.model.Region> |
getRegions() |
java.util.List<com.liferay.portal.model.Region> |
getRegions(boolean active) |
java.util.List<com.liferay.portal.model.Region> |
getRegions(long countryId) |
java.util.List<com.liferay.portal.model.Region> |
getRegions(long countryId,
boolean active) |
afterPropertiesSet, destroy, getCounterLocalService, getCountryPersistence, getCountryService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getRegionPersistence, getRegionService, runSQL, setCounterLocalService, setCountryPersistence, setCountryService, setRegionPersistence, setRegionServicepublic com.liferay.portal.model.Region addRegion(long countryId,
java.lang.String regionCode,
java.lang.String name,
boolean active)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.model.Region fetchRegion(long regionId)
public com.liferay.portal.model.Region fetchRegion(long countryId,
java.lang.String regionCode)
public com.liferay.portal.model.Region getRegion(long regionId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.model.Region getRegion(long countryId,
java.lang.String regionCode)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portal.model.Region> getRegions()
public java.util.List<com.liferay.portal.model.Region> getRegions(boolean active)
public java.util.List<com.liferay.portal.model.Region> getRegions(long countryId)
public java.util.List<com.liferay.portal.model.Region> getRegions(long countryId,
boolean active)