public class VoiceProcessLogDao extends ru.bitel.common.dao.AbstractDao<VoiceProcessLog>
| Constructor and Description |
|---|
VoiceProcessLogDao(java.sql.Connection con,
int moduleId) |
| Modifier and Type | Method and Description |
|---|---|
protected VoiceProcessLog |
getFromRS(java.sql.ResultSet rs) |
java.util.List<VoiceProcessLog> |
list(int deviceId,
java.util.Date dateFrom,
java.util.Date dateTo) |
protected void |
updateImpl(VoiceProcessLog voiceProcessLog) |
close, delete, deleteImpl, eq, get, getById, getImpl, getListFromRS, getPeriod, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, ormFromResultSet, ormUpdateImpl, ormUpdateImpl, processException, recycle, setStatementParam, updatepublic VoiceProcessLogDao(java.sql.Connection con,
int moduleId)
protected VoiceProcessLog getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS in class ru.bitel.common.dao.AbstractDao<VoiceProcessLog>java.sql.SQLExceptionru.bitel.bgbilling.common.BGExceptionprotected void updateImpl(VoiceProcessLog voiceProcessLog) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl in class ru.bitel.common.dao.AbstractDao<VoiceProcessLog>ru.bitel.bgbilling.common.BGExceptionjava.sql.SQLExceptionpublic java.util.List<VoiceProcessLog> list(int deviceId, java.util.Date dateFrom, java.util.Date dateTo) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException