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, getAndUpdate
close, delete, deleteImpl, eq, get, getById, getImpl, getListFromRS, getPeriod, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, ormFromResultSet, ormUpdateImpl, ormUpdateImpl, processException, recycle, setStatementParam
public 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.SQLException
ru.bitel.bgbilling.common.BGException
protected 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.BGException
java.sql.SQLException
public void deleteErrors(int deviceId, java.util.Date hour) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public Result<VoiceError> list(VoiceErrorFilter filter, Page page) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public void insertErrors(java.util.List<VoiceError> errors) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public static void checkTables(java.sql.Connection con, int moduleId, java.util.Date date) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public void update(VoiceError b) throws ru.bitel.bgbilling.common.BGException
update
in class ru.bitel.common.dao.AbstractDao<VoiceError>
ru.bitel.bgbilling.common.BGException