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, getAndUpdateclose, delete, eq, get, getById, getListFromRS, getPeriod, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, ormFromResultSet, ormUpdateImpl, ormUpdateImpl, processException, recycle, setStatementParam, updateprotected 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.SQLExceptionru.bitel.bgbilling.common.BGExceptionprotected 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.BGExceptionjava.sql.SQLExceptionpublic java.util.List<VoiceOperator> list() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionprotected int deleteImpl(int id)
throws ru.bitel.bgbilling.common.BGException
deleteImpl in class ru.bitel.common.dao.AbstractDao<VoiceOperator>ru.bitel.bgbilling.common.BGExceptionprotected VoiceOperator getImpl(int id) throws ru.bitel.bgbilling.common.BGException
getImpl in class ru.bitel.common.dao.AbstractDao<VoiceOperator>ru.bitel.bgbilling.common.BGException