Constructor and Description |
---|
CountryDao(java.sql.Connection con) |
Modifier and Type | Method and Description |
---|---|
Country |
get(java.lang.String title) |
protected Country |
getFromRS(java.sql.ResultSet rs) |
java.util.List<Country> |
list() |
java.util.List<Country> |
list(java.lang.String title) |
protected void |
updateImpl(Country b) |
delete, get, getAndDelete, getAndUpdate
close, delete, deleteImpl, eq, get, getById, getImpl, getListFromRS, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, processException, recycle, setStatementParam, update
protected Country getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS
in class ru.bitel.common.dao.AbstractDao<Country>
java.sql.SQLException
ru.bitel.bgbilling.common.BGException
protected void updateImpl(Country b) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl
in class ru.bitel.common.dao.AbstractDao<Country>
ru.bitel.bgbilling.common.BGException
java.sql.SQLException
public java.util.List<Country> list() throws ru.bitel.bgbilling.common.BGException
list
in interface ru.bitel.bgbilling.kernel.directory.api.common.Directory<Country>
ru.bitel.bgbilling.common.BGException
public java.util.List<Country> list(java.lang.String title) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException