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, getAndUpdate
public 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.SQLException
ru.bitel.bgbilling.common.BGException
protected 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.BGException
java.sql.SQLException
public void update(VoiceAuthError b) throws ru.bitel.bgbilling.common.BGException
update
in class ru.bitel.common.dao.AbstractDao<VoiceAuthError>
ru.bitel.bgbilling.common.BGException
public void addError(VoiceAuthError error) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public 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