public class VoiceAuthErrorDao extends ru.bitel.common.dao.AbstractIdDao<VoiceAuthError>
| Constructor and Description |
|---|
VoiceAuthErrorDao(ConnectionSet connectionSet,
int moduleId,
java.util.Date date) |
| Modifier and Type | Method and Description |
|---|---|
void |
addError(VoiceAuthError error) |
Result<VoiceAuthError> |
errorList(java.util.Date timeFrom,
java.util.Date timeTo,
java.util.Set<java.lang.Integer> deviceIds,
java.util.Set<java.lang.Integer> contractIds,
java.util.Set<java.lang.Integer> accountIds,
java.lang.String contract,
java.lang.String login,
Page page) |
protected VoiceAuthError |
getFromRS(java.sql.ResultSet rs) |
void |
update(VoiceAuthError b) |
protected void |
updateImpl(VoiceAuthError 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 VoiceAuthErrorDao(ConnectionSet connectionSet, int moduleId, java.util.Date date)
protected VoiceAuthError getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS in class ru.bitel.common.dao.AbstractDao<VoiceAuthError>java.sql.SQLExceptionru.bitel.bgbilling.common.BGExceptionprotected void updateImpl(VoiceAuthError b) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl in class ru.bitel.common.dao.AbstractDao<VoiceAuthError>ru.bitel.bgbilling.common.BGExceptionjava.sql.SQLExceptionpublic void update(VoiceAuthError b) throws ru.bitel.bgbilling.common.BGException
update in class ru.bitel.common.dao.AbstractDao<VoiceAuthError>ru.bitel.bgbilling.common.BGExceptionpublic void addError(VoiceAuthError error) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionpublic Result<VoiceAuthError> errorList(java.util.Date timeFrom, java.util.Date timeTo, java.util.Set<java.lang.Integer> deviceIds, java.util.Set<java.lang.Integer> contractIds, java.util.Set<java.lang.Integer> accountIds, java.lang.String contract, java.lang.String login, Page page) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException