public interface AddressService
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<KeyValue<java.lang.String,java.lang.String>> | addressFormat(int houseId,
             int pod,
             int floor,
             java.lang.String flat,
             java.lang.String room,
             java.lang.String comment) | 
| void | areaDelete(int id) | 
| Area | areaGet(int id) | 
| java.util.List<Area> | areaList(int cityId,
        java.lang.String title) | 
| int | areaUpdate(Area b) | 
| void | cityDelete(int id) | 
| City | cityGet(int id) | 
| java.util.List<City> | cityList(int countryId,
        java.lang.String title) | 
| int | cityUpdate(City b) | 
| void | countryDelete(int id) | 
| Country | countryGet(int id) | 
| java.util.List<Country> | countryList(java.lang.String titile) | 
| int | countryUpdate(Country b) | 
| void | houseDelete(int id) | 
| House | houseGet(int id) | 
| java.util.List<House> | houseList(int cityId,
         int areaId,
         int streetId,
         int quarterId,
         int house,
         java.lang.String frac,
         Page page) | 
| int | houseUpdate(House b) | 
| java.lang.String | postIndexGet(int streetId,
            java.lang.String houseAndFrac,
            int house,
            java.lang.String frac) | 
| void | quarterDelete(int id) | 
| Quarter | quarterGet(int id) | 
| java.util.List<Quarter> | quarterList(int cityId,
           java.lang.String title) | 
| int | quarterUpdate(Quarter b) | 
| void | streetDelete(int id) | 
| Street | streetGet(int id) | 
| java.util.List<Street> | streetList(int cityId,
          java.lang.String title) | 
| java.util.List<Street> | streetSearch(int cityId,
            java.lang.String title,
            java.lang.String cityTitle,
            Page page) | 
| int | streetUpdate(Street b) | 
Country countryGet(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.List<Country> countryList(java.lang.String titile) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionint countryUpdate(Country b) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid countryDelete(int id)
            throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionCity cityGet(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.List<City> cityList(int countryId, java.lang.String title) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionint cityUpdate(City b) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid cityDelete(int id)
         throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionArea areaGet(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.List<Area> areaList(int cityId, java.lang.String title) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionint areaUpdate(Area b) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid areaDelete(int id)
         throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionStreet streetGet(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.List<Street> streetList(int cityId, java.lang.String title) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.List<Street> streetSearch(int cityId, java.lang.String title, java.lang.String cityTitle, Page page) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionint streetUpdate(Street b) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid streetDelete(int id)
           throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionQuarter quarterGet(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.List<Quarter> quarterList(int cityId, java.lang.String title) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionint quarterUpdate(Quarter b) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid quarterDelete(int id)
            throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.lang.String postIndexGet(int streetId,
                              java.lang.String houseAndFrac,
                              int house,
                              java.lang.String frac)
                       throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionHouse houseGet(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.List<House> houseList(int cityId, int areaId, int streetId, int quarterId, int house, java.lang.String frac, Page page) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionint houseUpdate(House b) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid houseDelete(int id)
          throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.List<KeyValue<java.lang.String,java.lang.String>> addressFormat(int houseId, int pod, int floor, java.lang.String flat, java.lang.String room, java.lang.String comment) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException