Class AddressDBFDAO
java.lang.Object
ru.bitel.bgbilling.plugins.cladr.server.dao.AddressDBFDAO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddIndex()ru.bitel.bgbilling.plugins.cladr.common.model.CladrAddressgetAddressByCode(String code) ru.bitel.bgbilling.plugins.cladr.common.model.CladrAddressgetAddressLevelByCode(String code, int level) getCodesBySearchString(String[] words) List<ru.bitel.bgbilling.plugins.cladr.common.model.CladrHouse>getHouseByCode(String code) List<ru.bitel.bgbilling.plugins.cladr.common.model.CladrAddress>getStreetByCode(String code) List<ru.bitel.bgbilling.plugins.cladr.common.model.CladrAddress>getStreetByTitleWord(String code, String[] words)
-
Constructor Details
-
AddressDBFDAO
-
-
Method Details
-
addIndex
- Throws:
SQLException
-
getCodesBySearchString
- Throws:
SQLException
-
getAddressByCode
public ru.bitel.bgbilling.plugins.cladr.common.model.CladrAddress getAddressByCode(String code) throws SQLException - Throws:
SQLException
-
getAddressLevelByCode
public ru.bitel.bgbilling.plugins.cladr.common.model.CladrAddress getAddressLevelByCode(String code, int level) throws SQLException - Throws:
SQLException
-
getStreetByCode
public List<ru.bitel.bgbilling.plugins.cladr.common.model.CladrAddress> getStreetByCode(String code) throws SQLException - Throws:
SQLException
-
getStreetByTitleWord
public List<ru.bitel.bgbilling.plugins.cladr.common.model.CladrAddress> getStreetByTitleWord(String code, String[] words) throws SQLException - Throws:
SQLException
-
getHouseByCode
public List<ru.bitel.bgbilling.plugins.cladr.common.model.CladrHouse> getHouseByCode(String code) throws SQLException - Throws:
SQLException
-