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) |
public 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.BGException
public java.util.List<ContractScriptLog> getScriptLogList(int contractId, Period period) throws ru.bitel.bgbilling.common.BGException
cid
- код договораperiod
- - периодru.bitel.bgbilling.common.BGException
public 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.BGException
protected 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.BGException
java.sql.SQLException
protected 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.SQLException
ru.bitel.bgbilling.common.BGException