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, getAndUpdate
close, delete, deleteImpl, eq, get, getById, getImpl, getListFromRS, getPeriod, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, ormFromResultSet, ormUpdateImpl, ormUpdateImpl, processException, recycle, setStatementParam, update
protected TariffAVD getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException
getFromRS
in class ru.bitel.common.dao.AbstractDao<TariffAVD>
java.sql.SQLException
protected 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.BGException
java.sql.SQLException
public java.util.List<TariffAVD> getListAll() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public java.util.Map<java.lang.Integer,TariffAVD> getTariffMap() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public TariffAVD getByGroupTitle(java.lang.String groupTitle) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException