public class AccountReportDao extends ru.bitel.common.dao.AbstractDao<AccountReport>
| Constructor and Description |
|---|
AccountReportDao(java.sql.Connection con,
int moduleId) |
| Modifier and Type | Method and Description |
|---|---|
protected AccountReport |
getFromRS(java.sql.ResultSet resultSet) |
void |
searchAccountReport(SearchResult<AccountReport> searchResult,
java.util.List<java.lang.Integer> contractIds,
java.util.List<java.lang.Integer> invoiceTypeIds,
java.util.List<java.lang.Integer> paymentTypeIds) |
protected void |
updateImpl(AccountReport accountReport) |
public void searchAccountReport(SearchResult<AccountReport> searchResult, java.util.List<java.lang.Integer> contractIds, java.util.List<java.lang.Integer> invoiceTypeIds, java.util.List<java.lang.Integer> paymentTypeIds) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionprotected AccountReport getFromRS(java.sql.ResultSet resultSet) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS in class ru.bitel.common.dao.AbstractDao<AccountReport>java.sql.SQLExceptionru.bitel.bgbilling.common.BGExceptionprotected void updateImpl(AccountReport accountReport) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl in class ru.bitel.common.dao.AbstractDao<AccountReport>ru.bitel.bgbilling.common.BGExceptionjava.sql.SQLException