public class VoiceErrorDao extends ru.bitel.common.dao.AbstractIdDao<VoiceError>
| Constructor and Description |
|---|
VoiceErrorDao(ConnectionSet connectionSet,
int moduleId,
java.util.Date date) |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkTables(java.sql.Connection con,
int moduleId,
java.util.Date date) |
void |
deleteErrors(int deviceId,
java.util.Date hour) |
protected VoiceError |
getFromRS(java.sql.ResultSet rs) |
void |
insertErrors(java.util.List<VoiceError> errors) |
Result<VoiceError> |
list(VoiceErrorFilter filter,
Page page) |
void |
update(VoiceError b) |
protected void |
updateImpl(VoiceError b) |
delete, get, getAndDelete, getAndUpdateclose, delete, deleteImpl, eq, get, getById, getImpl, getListFromRS, getPeriod, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, ormFromResultSet, ormUpdateImpl, ormUpdateImpl, processException, recycle, setStatementParampublic VoiceErrorDao(ConnectionSet connectionSet, int moduleId, java.util.Date date)
protected VoiceError getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS in class ru.bitel.common.dao.AbstractDao<VoiceError>java.sql.SQLExceptionru.bitel.bgbilling.common.BGExceptionprotected void updateImpl(VoiceError b) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl in class ru.bitel.common.dao.AbstractDao<VoiceError>ru.bitel.bgbilling.common.BGExceptionjava.sql.SQLExceptionpublic void deleteErrors(int deviceId,
java.util.Date hour)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionpublic Result<VoiceError> list(VoiceErrorFilter filter, Page page) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionpublic void insertErrors(java.util.List<VoiceError> errors) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionpublic static void checkTables(java.sql.Connection con,
int moduleId,
java.util.Date date)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionpublic void update(VoiceError b) throws ru.bitel.bgbilling.common.BGException
update in class ru.bitel.common.dao.AbstractDao<VoiceError>ru.bitel.bgbilling.common.BGException