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) |
public 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.SQLException
ru.bitel.bgbilling.common.BGException
protected 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.BGException
java.sql.SQLException
public 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