public class BaseLoadManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
ADDRESS_CITY |
protected static java.lang.String |
ADDRESS_HOUSE |
protected static java.lang.String |
ADDRESS_STREET |
protected java.sql.Connection |
con |
protected static java.lang.String |
FIAS_CITY_MAP |
protected static java.lang.String |
FIAS_HOUSE_MAP |
protected static java.lang.String |
FIAS_HOUSE_TEMP |
protected static java.lang.String |
FIAS_STREET_MAP |
protected static java.lang.String |
FIAS_STREET_TEMP |
protected org.apache.log4j.Logger |
logger |
protected boolean |
PROFILE |
Constructor and Description |
---|
BaseLoadManager(java.sql.Connection con) |
Modifier and Type | Method and Description |
---|---|
void |
clearFiasTable() |
protected void |
exceptionLog(java.lang.Exception ex) |
protected java.sql.ResultSet |
executeQuery(java.sql.PreparedStatement ps) |
protected java.sql.ResultSet |
executeQuery(java.sql.Statement st,
java.lang.String query) |
protected <T extends ru.bitel.bgbilling.plugins.fias.common.bean.bgbean.AddressObj> |
loadAddressObjFromRs(T obj,
java.sql.ResultSet rs) |
protected ru.bitel.bgbilling.plugins.fias.common.bean.bgbean.City |
loadCityFromRs(java.sql.ResultSet rs) |
protected static java.lang.String FIAS_CITY_MAP
protected static java.lang.String FIAS_STREET_MAP
protected static java.lang.String ADDRESS_STREET
protected static java.lang.String FIAS_STREET_TEMP
protected static java.lang.String ADDRESS_CITY
protected static java.lang.String FIAS_HOUSE_TEMP
protected static java.lang.String FIAS_HOUSE_MAP
protected static java.lang.String ADDRESS_HOUSE
protected boolean PROFILE
protected final org.apache.log4j.Logger logger
protected final java.sql.Connection con
protected void exceptionLog(java.lang.Exception ex) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
protected java.sql.ResultSet executeQuery(java.sql.PreparedStatement ps) throws java.sql.SQLException
java.sql.SQLException
protected java.sql.ResultSet executeQuery(java.sql.Statement st, java.lang.String query) throws java.sql.SQLException
java.sql.SQLException
protected <T extends ru.bitel.bgbilling.plugins.fias.common.bean.bgbean.AddressObj> T loadAddressObjFromRs(T obj, java.sql.ResultSet rs) throws java.sql.SQLException
java.sql.SQLException
protected ru.bitel.bgbilling.plugins.fias.common.bean.bgbean.City loadCityFromRs(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
java.sql.SQLException
ru.bitel.bgbilling.common.BGException
public void clearFiasTable()