public class VoiceOperatorDao extends ru.bitel.common.dao.AbstractIdDao<VoiceOperator>
Constructor and Description |
---|
VoiceOperatorDao(java.sql.Connection con,
int mid) |
Modifier and Type | Method and Description |
---|---|
protected int |
deleteImpl(int id) |
protected VoiceOperator |
getFromRS(java.sql.ResultSet rs) |
protected VoiceOperator |
getImpl(int id)
Получение одного конкретного оператора по его коду.
|
java.util.List<VoiceOperator> |
list()
Получение списка операторов с сортировкой по коду оператора.
|
protected void |
updateImpl(VoiceOperator b) |
delete, get, getAndDelete, getAndUpdate
close, delete, eq, get, getById, getListFromRS, getPeriod, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, ormFromResultSet, ormUpdateImpl, ormUpdateImpl, processException, recycle, setStatementParam, update
protected VoiceOperator getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS
in class ru.bitel.common.dao.AbstractDao<VoiceOperator>
java.sql.SQLException
ru.bitel.bgbilling.common.BGException
protected void updateImpl(VoiceOperator b) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl
in class ru.bitel.common.dao.AbstractDao<VoiceOperator>
ru.bitel.bgbilling.common.BGException
java.sql.SQLException
public java.util.List<VoiceOperator> list() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
protected int deleteImpl(int id) throws ru.bitel.bgbilling.common.BGException
deleteImpl
in class ru.bitel.common.dao.AbstractDao<VoiceOperator>
ru.bitel.bgbilling.common.BGException
protected VoiceOperator getImpl(int id) throws ru.bitel.bgbilling.common.BGException
getImpl
in class ru.bitel.common.dao.AbstractDao<VoiceOperator>
ru.bitel.bgbilling.common.BGException