| Package | Description |
|---|---|
| com.openindex.openestate.impl | |
| com.openindex.openestate.impl.db | |
| com.openindex.openestate.impl.db.hsql |
| Modifier and Type | Field and Description |
|---|---|
static GeoAreaLevel |
GeoAreaImpl.LEVEL_CITY |
static GeoAreaLevel |
GeoAreaImpl.LEVEL_CITY_PART |
static GeoAreaLevel |
GeoAreaImpl.LEVEL_REGION |
| Modifier and Type | Method and Description |
|---|---|
GeoAreaLevel |
GeoAreaImpl.getLevel() |
static GeoAreaLevel |
GeoAreaLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoAreaLevel[] |
GeoAreaLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EstateImpl.putCustomGeoArea(String geoDbName,
String areaId,
String areaProviderId,
String areaName,
GeoAreaLevel areaLevel) |
void |
GeoAreaImpl.setLevel(GeoAreaLevel val) |
| Modifier and Type | Field and Description |
|---|---|
GeoAreaLevel |
DbGeoArea.level |
| Modifier and Type | Method and Description |
|---|---|
abstract DbGeoArea[] |
DbGeoHandlerImpl.getGeoAreas(Connection c,
long countryId,
GeoAreaLevel level) |
DbGeoArea[] |
DbGeoHandler.getGeoAreas(Connection c,
long countryId,
GeoAreaLevel level) |
| Modifier and Type | Method and Description |
|---|---|
DbGeoArea[] |
HSqlDbGeoHandler.getGeoAreas(Connection c,
long countryId,
GeoAreaLevel level) |
Copyright © 2019 OpenEstate. All rights reserved.