public class TariffAVDManager extends ru.bitel.common.dao.AbstractIdDao<TariffAVD>
| Constructor and Description |
|---|
TariffAVDManager(java.sql.Connection con,
int mid) |
| Modifier and Type | Method and Description |
|---|---|
TariffAVD |
getByGroupTitle(java.lang.String groupTitle) |
protected TariffAVD |
getFromRS(java.sql.ResultSet rs) |
java.util.List<TariffAVD> |
getListAll() |
java.util.Map<java.lang.Integer,TariffAVD> |
getTariffMap() |
protected void |
updateImpl(TariffAVD tariff) |
delete, get, getAndDelete, getAndUpdateclose, delete, deleteImpl, eq, get, getById, getImpl, getListFromRS, getPeriod, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, ormFromResultSet, ormUpdateImpl, ormUpdateImpl, processException, recycle, setStatementParam, updateprotected TariffAVD getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException
getFromRS in class ru.bitel.common.dao.AbstractDao<TariffAVD>java.sql.SQLExceptionprotected void updateImpl(TariffAVD tariff) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl in class ru.bitel.common.dao.AbstractDao<TariffAVD>ru.bitel.bgbilling.common.BGExceptionjava.sql.SQLExceptionpublic java.util.List<TariffAVD> getListAll() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionpublic java.util.Map<java.lang.Integer,TariffAVD> getTariffMap() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionpublic TariffAVD getByGroupTitle(java.lang.String groupTitle) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException