JavaScript is disabled on your browser.
public interface FiasService
Method Summary
All Methods Instance Methods Abstract Methods
Method Details
getRegions
Result <Region > getRegions ()
throws
ru.bitel.bgbilling.common.BGMessageException,
ru.bitel.bgbilling.common.BGException
Возвращает список доступных для загрузки регионов.
Returns:
- список доступных для загрузки регионов.
Throws:
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGException
loadRegion
java.lang.String loadRegion (java.lang.String regionId)
throws ru.bitel.bgbilling.common.BGMessageException,
ru.bitel.bgbilling.common.BGException
Грузит регион
Parameters:
regionId
- - id региона
Returns:
- лог загрузки в виде списка строк
Throws:
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGException
getStartData
StartData getStartData ()
throws
ru.bitel.bgbilling.common.BGMessageException,
ru.bitel.bgbilling.common.BGException
Получиь данные для старта синхронизации
Throws:
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGException
getRegionCity
Result <City > getRegionCity (
java.lang.String regionId,
java.lang.String cityTitle)
throws
ru.bitel.bgbilling.common.BGMessageException,
ru.bitel.bgbilling.common.BGException
Получиь город для региона
Throws:
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGException
streetSync
Result <Street > streetSync (
int cityId,
Street street)
throws
ru.bitel.bgbilling.common.BGMessageException,
ru.bitel.bgbilling.common.BGException
продолжить синхронизацию
Throws:
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGException
startSync
Result <Street > startSync (
java.lang.String regionId,
City city,
boolean newLoad)
throws
ru.bitel.bgbilling.common.BGMessageException,
ru.bitel.bgbilling.common.BGException
Начать синхронизацию
Throws:
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGException
loadAllStreet
java.lang.String loadAllStreet (
City city)
throws
ru.bitel.bgbilling.common.BGMessageException,
ru.bitel.bgbilling.common.BGException
Загрузить оставшиеся улицы
Throws:
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGException
BGBilling 8.2201. Copyright 2002-2024 BiTel Ltd.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method