Class AddressDirectoryManager
java.lang.Object
ru.bitel.bgbilling.kernel.directory.address.server.bean.AddressDirectoryManager
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
getArea
(int id) getCity
(int id) getCountry
(int id) getHouse
(int id) Получение дома по его idgetQuarter
(int id) getStreet
(int id) void
updateArea
(Area area) void
updateCity
(City city) void
updateHouse
(House house) void
updateQuarter
(Quarter quarter) void
updateStreet
(Street street)
-
Field Details
-
con
-
-
Constructor Details
-
AddressDirectoryManager
-
-
Method Details
-
getCountry
- Throws:
SQLException
-
getCity
- Throws:
SQLException
-
updateCity
- Throws:
ru.bitel.bgbilling.common.BGException
-
getArea
- Throws:
SQLException
-
updateArea
- Throws:
SQLException
-
getQuarter
- Throws:
SQLException
-
updateQuarter
- Throws:
SQLException
-
getStreet
- Throws:
SQLException
-
updateStreet
- Throws:
SQLException
-
getHouse
Получение дома по его id- Returns:
- - null, если дом не найден.
- Throws:
SQLException
-
updateHouse
- Throws:
SQLException
-
deleteCityRows
- Throws:
SQLException
-
deleteAreaRows
- Throws:
SQLException
-
deleteStreetRows
- Throws:
SQLException
-
deleteQuarterRows
- Throws:
SQLException
-
deleteHouseRows
- Throws:
SQLException
-