Class AddressLoadManager
java.lang.Object
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, con, FIAS_CITY_MAP, FIAS_HOUSE_MAP, FIAS_HOUSE_TEMP, FIAS_STREET_MAP, FIAS_STREET_TEMP, logger, PROFILE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddAllTempStreet
(City city) void
createTempStreetTable
(List<Street> streets) findStreetInFias
(Street street) getNextEmptyBillingStreet
(int cityId) getStreetList
(City city) boolean
void
updateCity
(City city) void
updateCityBgTitle
(int cityId, String name) void
updateStreet
(Street street) void
updateStreetBgTitle
(List<Street> streets) Methods inherited from class ru.bitel.bgbilling.plugins.fias.server.bean.BaseLoadManager
clearFiasTable, exceptionLog, executeQuery, executeQuery, loadAddressObjFromRs, loadCityFromRs
-
Constructor Details
-
AddressLoadManager
-
-
Method Details
-
updateCity
- Throws:
ru.bitel.bgbilling.common.BGException
-
updateStreet
- Throws:
ru.bitel.bgbilling.common.BGException
-
addAllTempStreet
public String addAllTempStreet(City city) throws ru.bitel.bgbilling.common.BGException, SQLException - Throws:
ru.bitel.bgbilling.common.BGException
SQLException
-
createTempStreetTable
public void createTempStreetTable(List<Street> streets) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
getNextEmptyBillingStreet
- Throws:
SQLException
-
findStreetInFias
- Throws:
SQLException
-
loadInProcess
public boolean loadInProcess() throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
getCityFromBG
- Throws:
ru.bitel.bgbilling.common.BGException
-
getCityList
- Throws:
ru.bitel.bgbilling.common.BGException
-
getStreetList
- Throws:
ru.bitel.bgbilling.common.BGException
-
updateCityBgTitle
- Throws:
ru.bitel.bgbilling.common.BGException
-
updateStreetBgTitle
- Throws:
ru.bitel.bgbilling.common.BGException
-