public interface FiasSyncService
| Modifier and Type | Method and Description |
|---|---|
void |
changeBillingCityName(int cityId,
java.lang.String name) |
void |
changeBillingStreetName(java.util.List<ru.bitel.bgbilling.plugins.fias.common.bean.bgbean.Street> streets) |
Result<ru.bitel.bgbilling.plugins.fias.common.bean.bgbean.City> |
getCityList() |
Result<ru.bitel.bgbilling.plugins.fias.common.bean.bgbean.Street> |
getStreetList(ru.bitel.bgbilling.plugins.fias.common.bean.bgbean.City city) |
void |
syncCity(java.util.List<ru.bitel.bgbilling.plugins.fias.common.bean.bgbean.City> citys)
Синхронизует данные в биллинге с данными фиас
|
void |
syncHouse(java.util.List<ru.bitel.bgbilling.plugins.fias.common.bean.bgbean.City> citys,
boolean loadNew) |
void |
syncStreet(java.util.List<ru.bitel.bgbilling.plugins.fias.common.bean.bgbean.Street> streets) |
Result<ru.bitel.bgbilling.plugins.fias.common.bean.bgbean.City> getCityList() throws ru.bitel.bgbilling.common.BGMessageException, ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageExceptionru.bitel.bgbilling.common.BGExceptionvoid syncCity(java.util.List<ru.bitel.bgbilling.plugins.fias.common.bean.bgbean.City> citys)
throws ru.bitel.bgbilling.common.BGMessageException,
ru.bitel.bgbilling.common.BGException
aoguids - список guid фиас для сихронизацииru.bitel.bgbilling.common.BGMessageExceptionru.bitel.bgbilling.common.BGExceptionvoid changeBillingCityName(int cityId,
java.lang.String name)
throws ru.bitel.bgbilling.common.BGMessageException,
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageExceptionru.bitel.bgbilling.common.BGExceptionResult<ru.bitel.bgbilling.plugins.fias.common.bean.bgbean.Street> getStreetList(ru.bitel.bgbilling.plugins.fias.common.bean.bgbean.City city) throws ru.bitel.bgbilling.common.BGMessageException, ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageExceptionru.bitel.bgbilling.common.BGExceptionvoid syncStreet(java.util.List<ru.bitel.bgbilling.plugins.fias.common.bean.bgbean.Street> streets)
throws ru.bitel.bgbilling.common.BGMessageException,
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageExceptionru.bitel.bgbilling.common.BGExceptionvoid changeBillingStreetName(java.util.List<ru.bitel.bgbilling.plugins.fias.common.bean.bgbean.Street> streets)
throws ru.bitel.bgbilling.common.BGMessageException,
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageExceptionru.bitel.bgbilling.common.BGExceptionvoid syncHouse(java.util.List<ru.bitel.bgbilling.plugins.fias.common.bean.bgbean.City> citys,
boolean loadNew)
throws ru.bitel.bgbilling.common.BGMessageException,
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageExceptionru.bitel.bgbilling.common.BGException