public class RebillTransactionManager extends ru.bitel.common.dao.AbstractDao<RebillTransaction>
Constructor and Description |
---|
RebillTransactionManager(java.sql.Connection con,
int mid) |
Modifier and Type | Method and Description |
---|---|
protected RebillTransaction |
getFromRS(java.sql.ResultSet rs) |
java.util.List<RebillTransaction> |
getList(Period period,
java.lang.String filter,
java.lang.Object... params)
Возвращает список удачных или неудачных транзакций автоплатежей, в
зависимости от фильтра.
|
protected void |
updateImpl(RebillTransaction b) |
close, delete, deleteImpl, eq, get, getById, getImpl, getListFromRS, getPeriod, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, ormFromResultSet, ormUpdateImpl, ormUpdateImpl, processException, recycle, setStatementParam, update
public RebillTransactionManager(java.sql.Connection con, int mid)
protected void updateImpl(RebillTransaction b) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl
in class ru.bitel.common.dao.AbstractDao<RebillTransaction>
ru.bitel.bgbilling.common.BGException
java.sql.SQLException
public java.util.List<RebillTransaction> getList(Period period, java.lang.String filter, java.lang.Object... params) throws ru.bitel.bgbilling.common.BGException
period
- - период за который нужно сформировать списокru.bitel.bgbilling.common.BGException
protected RebillTransaction getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS
in class ru.bitel.common.dao.AbstractDao<RebillTransaction>
java.sql.SQLException
ru.bitel.bgbilling.common.BGException