public class DrwebTariffDAO extends ru.bitel.common.dao.AbstractIdDao<DrwebTariff>
| Constructor and Description |
|---|
DrwebTariffDAO(java.sql.Connection con,
int mid) |
| Modifier and Type | Method and Description |
|---|---|
DrwebTariff |
getByGroupTitle(java.lang.String groupTitle) |
protected DrwebTariff |
getFromRS(java.sql.ResultSet rs) |
java.util.List<DrwebTariff> |
getListAll() |
java.util.Map<java.lang.Integer,DrwebTariff> |
getTariffMap() |
protected void |
updateImpl(DrwebTariff tariff) |
delete, get, getAndDelete, getAndUpdateprotected DrwebTariff getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException
getFromRS in class ru.bitel.common.dao.AbstractDao<DrwebTariff>java.sql.SQLExceptionprotected void updateImpl(DrwebTariff tariff) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl in class ru.bitel.common.dao.AbstractDao<DrwebTariff>ru.bitel.bgbilling.common.BGExceptionjava.sql.SQLExceptionpublic java.util.List<DrwebTariff> getListAll() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionpublic java.util.Map<java.lang.Integer,DrwebTariff> getTariffMap() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionpublic DrwebTariff getByGroupTitle(java.lang.String groupTitle) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException