Interface AddressService
public interface AddressService
-
Method Summary
Modifier and TypeMethodDescriptionaddressFormat
(int houseId, int pod, int floor, String flat, String room, String comment) void
areaDelete
(int id) areaGet
(int id) int
areaUpdate
(Area area) void
cityDelete
(int id) cityGet
(int id) int
cityUpdate
(City city) void
countryDelete
(int id) countryGet
(int id) int
countryUpdate
(Country country) void
houseDelete
(int id) houseGet
(int id) int
houseUpdate
(House b) postIndexGet
(int streetId, String houseAndFrac, int house, String frac) void
quarterDelete
(int id) quarterGet
(int id) int
quarterUpdate
(Quarter quarter) searchAreaList
(int cityId, String title, String searchMode, Page page) searchCityList
(int countryId, String title, String searchMode, Page page) searchCountryList
(String title, String searchMode, Page page) searchQuarterList
(int cityId, String title, String searchMode, Page page) searchStreetList
(int cityId, String title, String searchMode, Page page) void
streetDelete
(int id) streetGet
(int id) streetSearch
(int cityId, String title, String cityTitle, Page page) int
streetUpdate
(Street street)
-
Method Details
-
countryGet
- Throws:
ru.bitel.bgbilling.common.BGException
-
searchCountryList
SearchResult<Country> searchCountryList(String title, String searchMode, Page page) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
countryUpdate
- Throws:
ru.bitel.bgbilling.common.BGException
-
countryDelete
void countryDelete(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
cityGet
- Throws:
ru.bitel.bgbilling.common.BGException
-
searchCityList
SearchResult<City> searchCityList(int countryId, String title, String searchMode, Page page) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
cityUpdate
- Throws:
ru.bitel.bgbilling.common.BGException
-
cityDelete
void cityDelete(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
areaGet
- Throws:
ru.bitel.bgbilling.common.BGException
-
searchAreaList
SearchResult<Area> searchAreaList(int cityId, String title, String searchMode, Page page) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
areaUpdate
- Throws:
ru.bitel.bgbilling.common.BGException
-
areaDelete
void areaDelete(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
streetGet
- Throws:
ru.bitel.bgbilling.common.BGException
-
searchStreetList
SearchResult<Street> searchStreetList(int cityId, String title, String searchMode, Page page) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
streetSearch
List<Street> streetSearch(int cityId, String title, String cityTitle, Page page) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
streetUpdate
- Throws:
ru.bitel.bgbilling.common.BGException
-
streetDelete
void streetDelete(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
quarterGet
- Throws:
ru.bitel.bgbilling.common.BGException
-
searchQuarterList
SearchResult<Quarter> searchQuarterList(int cityId, String title, String searchMode, Page page) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
quarterUpdate
- Throws:
ru.bitel.bgbilling.common.BGException
-
quarterDelete
void quarterDelete(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
postIndexGet
String postIndexGet(int streetId, String houseAndFrac, int house, String frac) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
houseGet
- Throws:
ru.bitel.bgbilling.common.BGException
-
houseList
List<House> houseList(int cityId, int areaId, int streetId, int quarterId, int house, String frac, Page page) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
houseUpdate
- Throws:
ru.bitel.bgbilling.common.BGException
-
houseDelete
void houseDelete(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
addressFormat
List<KeyValue<String,String>> addressFormat(int houseId, int pod, int floor, String flat, String room, String comment) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-