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 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 TypeMethodDescriptionvoid
void
createNewTempTable
(FiasStreet street) void
findHouseInFias
(FiasHouse house) getNextHouse
(int streetId) int
void
setHouseAndFrac
(FiasHouse house) void
void
void
updateHouse
(FiasHouse house) void
updateStreetStatus
(int streetId, int status) Methods inherited from class ru.bitel.bgbilling.plugins.fias.server.bean.BaseLoadManager
clearFiasTable, exceptionLog, executeQuery, executeQuery, loadAddressObjFromRs, loadCityFromRs
Methods inherited from class ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
error, 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
-
findHouseInFias
public List<FiasHouse> findHouseInFias(FiasHouse house) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
updateStreetStatus
public void updateStreetStatus(int streetId, int status) -
setHouseAndFrac
-
syncHouse
- Throws:
Exception
-
createNewTempTableForCity
- Throws:
ru.bitel.bgbilling.common.BGException
-
syncHouseFromMapTable
public void syncHouseFromMapTable()
-