Class AddressLoadManager

java.lang.Object
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(City city) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • updateStreet

      public void updateStreet(Street street) throws ru.bitel.bgbilling.common.BGException
      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

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

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

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

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

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

      public List<Street> getStreetList(City 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<Street> streets) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException