Class AddressLoadManager
java.lang.Object
ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
ru.bitel.bgbilling.common.dao.AbstractDaoConstant
ru.bitel.bgbilling.plugins.fias.server.bean.BaseLoadManager
ru.bitel.bgbilling.plugins.fias.server.bean.AddressLoadManager
-
Field Summary
Fields inherited from class ru.bitel.bgbilling.plugins.fias.server.bean.BaseLoadManager
ADDRESS_CITY, ADDRESS_HOUSE, ADDRESS_STREET, FIAS_CITY_MAP, FIAS_HOUSE_MAP, FIAS_HOUSE_TEMP, FIAS_STREET_MAP, FIAS_STREET_TEMP, PROFILEFields inherited from class ru.bitel.bgbilling.common.dao.AbstractDaoConstant
con, ERROR, fields, moduleId, SQL_ALL, SQL_AND, SQL_DELETE, SQL_DISTINCT, SQL_EQ, SQL_EQCS, SQL_FROM, SQL_GROUP, SQL_IN, SQL_INSERT, SQL_JOIN, SQL_LEFT_JOIN, SQL_LIMIT, SQL_NOT_IN, SQL_ON, SQL_ON_DUPLICATE_KEY_UPDATE, SQL_ORDER, SQL_SELECT, SQL_SET, SQL_UPDATE, SQL_VALUES, SQL_WHERE, tableName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllTempStreet(FiasCity city) voidcreateTempStreetTable(List<FiasStreet> streets) findStreetInFias(FiasStreet street) getNextEmptyBillingStreet(int cityId) getStreetList(FiasCity city) booleanvoidupdateCity(FiasCity city) voidupdateCityBgTitle(int cityId, String name) voidupdateStreet(FiasStreet street) voidupdateStreetBgTitle(List<FiasStreet> streets) Methods inherited from class ru.bitel.bgbilling.plugins.fias.server.bean.BaseLoadManager
clearFiasTable, exceptionLog, executeQuery, executeQuery, loadAddressObjFromRs, loadCityFromRsMethods inherited from class ru.bitel.bgbilling.common.dao.AbstractDaoConstant
delete, delete, getPeriod, getSQLOrder, getSQLOrderFields, getTableName, psSetDate, psSetDateOrNull, psSetInt, psSetIntOrNull, psSetPeriod, psSetString, psSetStringOrNull, psSetTimestampOrNull, queryAndIn, setStatementParamMethods inherited from class ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
error, error, error, getLogger, logError, logError, warn
-
Constructor Details
-
AddressLoadManager
-
-
Method Details
-
updateCity
- Throws:
SQLException
-
updateStreet
- Throws:
SQLException
-
addAllTempStreet
public String addAllTempStreet(FiasCity city) throws ru.bitel.bgbilling.common.BGException, SQLException - Throws:
ru.bitel.bgbilling.common.BGExceptionSQLException
-
createTempStreetTable
public void createTempStreetTable(List<FiasStreet> streets) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
getNextEmptyBillingStreet
- Throws:
SQLException
-
findStreetInFias
- Throws:
SQLException
-
loadInProcess
- Throws:
SQLException
-
getCityFromBG
- Throws:
SQLException
-
getCityList
- Throws:
ru.bitel.bgbilling.common.BGException
-
getStreetList
- Throws:
SQLException
-
updateCityBgTitle
- Throws:
ru.bitel.bgbilling.common.BGException
-
updateStreetBgTitle
public void updateStreetBgTitle(List<FiasStreet> streets) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-