Class HouseLoadManager
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.HouseLoadManager
- 
Field SummaryFields inherited from class ru.bitel.bgbilling.plugins.fias.server.bean.BaseLoadManagerADDRESS_CITY, ADDRESS_HOUSE, ADDRESS_STREET, con, FIAS_CITY_MAP, FIAS_HOUSE_MAP, FIAS_HOUSE_TEMP, FIAS_STREET_MAP, FIAS_STREET_TEMP, PROFILE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidcreateNewTempTable(FiasStreet street) voidfindHouseInFias(FiasHouse house) getNextHouse(int streetId) intvoidsetHouseAndFrac(FiasHouse house) voidvoidvoidupdateHouse(FiasHouse house) voidupdateStreetStatus(int streetId, int status) Methods inherited from class ru.bitel.bgbilling.plugins.fias.server.bean.BaseLoadManagerclearFiasTable, exceptionLog, executeQuery, executeQuery, loadAddressObjFromRs, loadCityFromRsMethods inherited from class ru.bitel.bgbilling.kernel.base.server.logger.BGLoggererror, error, error, getLogger, logError, logError, warn
- 
Constructor Details- 
HouseLoadManager
 
- 
- 
Method Details- 
getStreetCountWithoutSync- Throws:
- Exception
 
- 
getNonSyncStreet- Throws:
- Exception
 
- 
createNewTempTable- Throws:
- ru.bitel.bgbilling.common.BGException
 
- 
updateHouse- Throws:
- Exception
 
- 
addAllHouse- Throws:
- Exception
 
- 
getNextHouse- Throws:
- ru.bitel.bgbilling.common.BGException
 
- 
findHouseInFiaspublic List<FiasHouse> findHouseInFias(FiasHouse house) throws ru.bitel.bgbilling.common.BGException - Throws:
- ru.bitel.bgbilling.common.BGException
 
- 
updateStreetStatuspublic void updateStreetStatus(int streetId, int status) 
- 
setHouseAndFrac
- 
syncHouse- Throws:
- Exception
 
- 
createNewTempTableForCity- Throws:
- ru.bitel.bgbilling.common.BGException
 
- 
syncHouseFromMapTablepublic void syncHouseFromMapTable()
 
-