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.AddressgetAddressByCode(String code) ru.bitel.bgbilling.plugins.cladr.common.model.AddressgetAddressLevelByCode(String code, int level) getCodesBySearchString(String[] words) List<ru.bitel.bgbilling.plugins.cladr.common.model.House>getHouseByCode(String code) List<ru.bitel.bgbilling.plugins.cladr.common.model.Address>getStreetByCode(String code) List<ru.bitel.bgbilling.plugins.cladr.common.model.Address>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.Address getAddressByCode(String code) throws SQLException - Throws:
 SQLException
 - 
getAddressLevelByCode
public ru.bitel.bgbilling.plugins.cladr.common.model.Address getAddressLevelByCode(String code, int level) throws SQLException - Throws:
 SQLException
 - 
getStreetByCode
public List<ru.bitel.bgbilling.plugins.cladr.common.model.Address> getStreetByCode(String code) throws SQLException - Throws:
 SQLException
 - 
getStreetByTitleWord
public List<ru.bitel.bgbilling.plugins.cladr.common.model.Address> getStreetByTitleWord(String code, String[] words) throws SQLException - Throws:
 SQLException
 - 
getHouseByCode
public List<ru.bitel.bgbilling.plugins.cladr.common.model.House> getHouseByCode(String code) throws SQLException - Throws:
 SQLException
 
 -