public class RunTelTariffDao extends ru.bitel.common.dao.AbstractIdDao<RunTelTariff>
| Constructor and Description |
|---|
RunTelTariffDao(java.sql.Connection con,
int moduleId) |
| Modifier and Type | Method and Description |
|---|---|
protected RunTelTariff |
getFromRS(java.sql.ResultSet rs) |
void |
searchRunTelTariffList(SearchResult<RunTelTariff> searchResult) |
protected void |
updateImpl(RunTelTariff runTelTariff) |
delete, get, getAndDelete, getAndUpdatepublic void searchRunTelTariffList(SearchResult<RunTelTariff> searchResult) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionprotected RunTelTariff getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS in class ru.bitel.common.dao.AbstractDao<RunTelTariff>java.sql.SQLExceptionru.bitel.bgbilling.common.BGExceptionprotected void updateImpl(RunTelTariff runTelTariff) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl in class ru.bitel.common.dao.AbstractDao<RunTelTariff>ru.bitel.bgbilling.common.BGExceptionjava.sql.SQLException