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

public class AddressLoadManager extends BaseLoadManager
  • Constructor Details

    • AddressLoadManager

      public AddressLoadManager(Connection con)
  • Method Details

    • updateCity

      public void updateCity(FiasCity city) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • updateStreet

      public void updateStreet(FiasStreet street) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • addAllTempStreet

      public String addAllTempStreet(FiasCity city) throws ru.bitel.bgbilling.common.BGException, SQLException
      Throws:
      ru.bitel.bgbilling.common.BGException
      SQLException
    • createTempStreetTable

      public void createTempStreetTable(List<FiasStreet> streets) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getNextEmptyBillingStreet

      public FiasStreet getNextEmptyBillingStreet(int cityId) throws SQLException
      Throws:
      SQLException
    • findStreetInFias

      public List<FiasStreet> findStreetInFias(FiasStreet street) throws SQLException
      Throws:
      SQLException
    • loadInProcess

      public boolean loadInProcess() throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getCityFromBG

      public List<FiasCity> getCityFromBG() throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getCityList

      public List<FiasCity> getCityList() throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getStreetList

      public List<FiasStreet> getStreetList(FiasCity city) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • updateCityBgTitle

      public void updateCityBgTitle(int cityId, String name) throws ru.bitel.bgbilling.common.BGException
      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