Package | Description |
---|---|
com.openindex.openestate.impl.db | |
com.openindex.openestate.impl.db.hsql |
Modifier and Type | Field and Description |
---|---|
DbGeoArea |
DbGeoArea.parentArea |
Modifier and Type | Field and Description |
---|---|
List<DbGeoArea> |
DbGeoCountry.areas |
List<DbGeoArea> |
DbGeoArea.childAreas |
Map<Long,DbGeoArea> |
DbObject.geoDbAreas |
Modifier and Type | Method and Description |
---|---|
static DbGeoArea |
DbGeoArea.createFromXml(GeoAreaImpl xml) |
DbGeoArea[] |
DbGeoArea.getChildAreas(boolean recursive) |
DbGeoArea[] |
DbGeoCountry.getChildAreas(boolean recursive) |
DbGeoArea |
DbGeoHandlerImpl.getGeoArea(Connection c,
long id) |
DbGeoArea |
DbGeoHandler.getGeoArea(Connection c,
long id) |
abstract DbGeoArea[] |
DbGeoHandlerImpl.getGeoAreas(Connection c,
long parentAreaId) |
DbGeoArea[] |
DbGeoHandler.getGeoAreas(Connection c,
long parentAreaId) |
abstract DbGeoArea[] |
DbGeoHandlerImpl.getGeoAreas(Connection c,
long[] ids) |
DbGeoArea[] |
DbGeoHandler.getGeoAreas(Connection c,
long[] ids) |
abstract DbGeoArea[] |
DbGeoHandlerImpl.getGeoAreas(Connection c,
long countryId,
boolean recursive) |
DbGeoArea[] |
DbGeoHandler.getGeoAreas(Connection c,
long countryId,
boolean recursive) |
abstract DbGeoArea[] |
DbGeoHandlerImpl.getGeoAreas(Connection c,
long countryId,
GeoAreaLevel level) |
DbGeoArea[] |
DbGeoHandler.getGeoAreas(Connection c,
long countryId,
GeoAreaLevel level) |
DbGeoArea[] |
DbGeoArea.getPath(Connection c,
DbGeoHandler geoHandler) |
Modifier and Type | Method and Description |
---|---|
abstract void |
DbGeoHandlerImpl.saveGeoArea(Connection c,
DbGeoArea area,
boolean recursive) |
void |
DbGeoHandler.saveGeoArea(Connection c,
DbGeoArea area,
boolean recursive) |
Modifier and Type | Method and Description |
---|---|
DbGeoArea[] |
HSqlDbGeoHandler.getGeoAreas(Connection c,
long parentAreaId) |
DbGeoArea[] |
HSqlDbGeoHandler.getGeoAreas(Connection c,
long[] ids) |
DbGeoArea[] |
HSqlDbGeoHandler.getGeoAreas(Connection c,
long countryId,
boolean recursive) |
DbGeoArea[] |
HSqlDbGeoHandler.getGeoAreas(Connection c,
long countryId,
GeoAreaLevel level) |
Modifier and Type | Method and Description |
---|---|
void |
HSqlDbGeoHandler.saveGeoArea(Connection c,
DbGeoArea area,
boolean recursive) |
Copyright © 2019 OpenEstate. All rights reserved.