Interface FiasSyncService
public interface FiasSyncService
Веб сервис, для синхроизации городов биллига с ФИАС
- 
Method Summary
Modifier and TypeMethodDescriptionvoidchangeBillingCityName(int cityId, String name) voidchangeBillingStreetName(List<Street> streets) getStreetList(City city) voidСинхронизует данные в биллинге с данными фиасvoidvoidsyncStreet(List<Street> streets)  
- 
Method Details
- 
getCityList
Result<City> getCityList() throws ru.bitel.bgbilling.common.BGMessageException, ru.bitel.bgbilling.common.BGException- Returns:
 - список городов в билинге с данными ФИАС
 - Throws:
 ru.bitel.bgbilling.common.BGMessageExceptionru.bitel.bgbilling.common.BGException
 - 
syncCity
void syncCity(List<City> citys) throws ru.bitel.bgbilling.common.BGMessageException, ru.bitel.bgbilling.common.BGException Синхронизует данные в биллинге с данными фиас- Parameters:
 aoguids- список guid фиас для сихронизации- Throws:
 ru.bitel.bgbilling.common.BGMessageExceptionru.bitel.bgbilling.common.BGException
 - 
changeBillingCityName
void changeBillingCityName(int cityId, String name) throws ru.bitel.bgbilling.common.BGMessageException, ru.bitel.bgbilling.common.BGException - Throws:
 ru.bitel.bgbilling.common.BGMessageExceptionru.bitel.bgbilling.common.BGException
 - 
getStreetList
Result<Street> getStreetList(City city) throws ru.bitel.bgbilling.common.BGMessageException, ru.bitel.bgbilling.common.BGException - Throws:
 ru.bitel.bgbilling.common.BGMessageExceptionru.bitel.bgbilling.common.BGException
 - 
syncStreet
void syncStreet(List<Street> streets) throws ru.bitel.bgbilling.common.BGMessageException, ru.bitel.bgbilling.common.BGException - Throws:
 ru.bitel.bgbilling.common.BGMessageExceptionru.bitel.bgbilling.common.BGException
 - 
changeBillingStreetName
void changeBillingStreetName(List<Street> streets) throws ru.bitel.bgbilling.common.BGMessageException, ru.bitel.bgbilling.common.BGException - Throws:
 ru.bitel.bgbilling.common.BGMessageExceptionru.bitel.bgbilling.common.BGException
 - 
syncHouse
void syncHouse(List<City> citys, boolean loadNew) throws ru.bitel.bgbilling.common.BGMessageException, ru.bitel.bgbilling.common.BGException - Throws:
 ru.bitel.bgbilling.common.BGMessageExceptionru.bitel.bgbilling.common.BGException
 
 -