| Constructor and Description |
|---|
VoiceZoneDao(java.sql.Connection con,
int moduleId) |
| Modifier and Type | Method and Description |
|---|---|
VoiceZone |
get(java.lang.String title)
Получение элемента по title(name)
Может быть не имплементировано - в этом случае бросается
UnsupportedOperationException |
protected VoiceZone |
getFromRS(java.sql.ResultSet rs) |
java.util.List<VoiceZone> |
list()
Получение всего списка элементов из справочника
|
SearchResult<VoiceZone> |
searchVoiceZone(SearchResult<VoiceZone> searchResult) |
protected void |
updateImpl(VoiceZone b) |
delete, get, getAndDelete, getAndUpdateclose, delete, deleteImpl, eq, get, getById, getImpl, getListFromRS, getPeriod, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, processException, recycle, setStatementParam, updatepublic SearchResult<VoiceZone> searchVoiceZone(SearchResult<VoiceZone> searchResult) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionpublic VoiceZone get(java.lang.String title) throws ru.bitel.bgbilling.common.BGException
DirectoryUnsupportedOperationExceptionpublic java.util.List<VoiceZone> list() throws ru.bitel.bgbilling.common.BGException
Directoryprotected VoiceZone getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS in class ru.bitel.common.dao.AbstractDao<VoiceZone>java.sql.SQLExceptionru.bitel.bgbilling.common.BGException