public class ContractScriptLogDao extends ru.bitel.common.dao.AbstractDao<ContractScriptLog>
| Constructor and Description |
|---|
ContractScriptLogDao(java.sql.Connection con,
java.lang.String tableName) |
| Modifier and Type | Method and Description |
|---|---|
protected ContractScriptLog |
getFromRS(java.sql.ResultSet rs) |
java.util.List<ContractScriptLog> |
getScriptLogList(int contractId,
Period period)
Возвращает полный список логов скриптов договора за определенный период
|
java.util.List<ContractScriptLog> |
getScriptLogList(int contractId,
Period period,
java.lang.String title,
Page page)
Возвращает постраничный список логов скриптов договора за определенный период
|
java.util.List<java.lang.String> |
getScriptLogTitleList(int contractId,
Period period) |
protected void |
updateImpl(ContractScriptLog b) |
close, delete, deleteImpl, eq, get, getById, getImpl, getListFromRS, getPeriod, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, ormFromResultSet, ormUpdateImpl, ormUpdateImpl, processException, recycle, setStatementParam, updatepublic ContractScriptLogDao(java.sql.Connection con,
java.lang.String tableName)
public java.util.List<java.lang.String> getScriptLogTitleList(int contractId,
Period period)
throws ru.bitel.bgbilling.common.BGException
contractId - - код договора.period - - период.ru.bitel.bgbilling.common.BGExceptionpublic java.util.List<ContractScriptLog> getScriptLogList(int contractId, Period period) throws ru.bitel.bgbilling.common.BGException
cid - код договораperiod - - периодru.bitel.bgbilling.common.BGExceptionpublic java.util.List<ContractScriptLog> getScriptLogList(int contractId, Period period, java.lang.String title, Page page) throws ru.bitel.bgbilling.common.BGException
cid - код договораperiod - периодpage - страницаru.bitel.bgbilling.common.BGExceptionprotected void updateImpl(ContractScriptLog b) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl in class ru.bitel.common.dao.AbstractDao<ContractScriptLog>ru.bitel.bgbilling.common.BGExceptionjava.sql.SQLExceptionprotected ContractScriptLog getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS in class ru.bitel.common.dao.AbstractDao<ContractScriptLog>java.sql.SQLExceptionru.bitel.bgbilling.common.BGException