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.BGMessageException
ru.bitel.bgbilling.common.BGException
void 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.BGMessageException
ru.bitel.bgbilling.common.BGException
void changeBillingCityName(int cityId, java.lang.String name) throws ru.bitel.bgbilling.common.BGMessageException, ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGException
Result<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.BGMessageException
ru.bitel.bgbilling.common.BGException
void 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.BGMessageException
ru.bitel.bgbilling.common.BGException
void 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.BGMessageException
ru.bitel.bgbilling.common.BGException
void 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.BGMessageException
ru.bitel.bgbilling.common.BGException