Interface AddressService
public interface AddressService
- 
Method Summary
Modifier and Type Method 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)voidareaDelete(int id)AreaareaGet(int id)java.util.List<Area>areaList(int cityId, java.lang.String title)intareaUpdate(Area b)voidcityDelete(int id)CitycityGet(int id)java.util.List<City>cityList(int countryId, java.lang.String title)intcityUpdate(City b)voidcountryDelete(int id)CountrycountryGet(int id)java.util.List<Country>countryList(java.lang.String titile)intcountryUpdate(Country b)voidhouseDelete(int id)HousehouseGet(int id)java.util.List<House>houseList(int cityId, int areaId, int streetId, int quarterId, int house, java.lang.String frac, Page page)inthouseUpdate(House b)java.lang.StringpostIndexGet(int streetId, java.lang.String houseAndFrac, int house, java.lang.String frac)voidquarterDelete(int id)QuarterquarterGet(int id)java.util.List<Quarter>quarterList(int cityId, java.lang.String title)intquarterUpdate(Quarter b)voidstreetDelete(int id)StreetstreetGet(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)intstreetUpdate(Street b) 
- 
Method Details
- 
countryGet
- Throws:
 ru.bitel.bgbilling.common.BGException
 - 
countryList
java.util.List<Country> countryList(java.lang.String titile) 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
 - 
cityList
java.util.List<City> cityList(int countryId, java.lang.String title) 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
 - 
areaList
java.util.List<Area> areaList(int cityId, java.lang.String title) 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
 - 
streetList
java.util.List<Street> streetList(int cityId, java.lang.String title) throws ru.bitel.bgbilling.common.BGException- Throws:
 ru.bitel.bgbilling.common.BGException
 - 
streetSearch
java.util.List<Street> streetSearch(int cityId, java.lang.String title, java.lang.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
 - 
quarterList
java.util.List<Quarter> quarterList(int cityId, java.lang.String title) 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
java.lang.String postIndexGet(int streetId, java.lang.String houseAndFrac, int house, java.lang.String frac) throws ru.bitel.bgbilling.common.BGException- Throws:
 ru.bitel.bgbilling.common.BGException
 - 
houseGet
- Throws:
 ru.bitel.bgbilling.common.BGException
 - 
houseList
java.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- 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
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) throws ru.bitel.bgbilling.common.BGException- Throws:
 ru.bitel.bgbilling.common.BGException
 
 -