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, getAndUpdate
public void searchRunTelTariffList(SearchResult<RunTelTariff> searchResult) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
protected 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.SQLException
ru.bitel.bgbilling.common.BGException
protected 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.BGException
java.sql.SQLException