| Constructor and Description |
|---|
CityDao(java.sql.Connection con) |
| Modifier and Type | Method and Description |
|---|---|
City |
get(java.lang.String title) |
protected City |
getFromRS(java.sql.ResultSet rs) |
java.util.List<City> |
list() |
java.util.List<City> |
list(int countryId,
java.lang.String title) |
protected void |
updateImpl(City b) |
delete, get, getAndDelete, getAndUpdateclose, delete, deleteImpl, eq, get, getById, getImpl, getListFromRS, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, processException, recycle, setStatementParam, updateprotected City getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS in class ru.bitel.common.dao.AbstractDao<City>java.sql.SQLExceptionru.bitel.bgbilling.common.BGExceptionprotected void updateImpl(City b) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl in class ru.bitel.common.dao.AbstractDao<City>ru.bitel.bgbilling.common.BGExceptionjava.sql.SQLExceptionpublic java.util.List<City> list() throws ru.bitel.bgbilling.common.BGException
list in interface ru.bitel.bgbilling.kernel.directory.api.common.Directory<City>ru.bitel.bgbilling.common.BGExceptionpublic java.util.List<City> list(int countryId, java.lang.String title) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException