Class AddressLoadManager
java.lang.Object
ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
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, PROFILE - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionaddAllTempStreet(City city) voidcreateTempStreetTable(List<Street> streets) findStreetInFias(Street street) getNextEmptyBillingStreet(int cityId) getStreetList(City city) booleanvoidupdateCity(City city) voidupdateCityBgTitle(int cityId, String name) voidupdateStreet(Street street) voidupdateStreetBgTitle(List<Street> 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.kernel.base.server.logger.BGLogger
error, error, error, getLogger, logError, logError 
- 
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.BGExceptionSQLException
 - 
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
 
 -