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, getAndUpdate
close, delete, deleteImpl, eq, get, getById, getImpl, getListFromRS, getPeriod, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, ormFromResultSet, ormUpdateImpl, ormUpdateImpl, processException, recycle, setStatementParam, update
public SearchResult<VoiceZone> searchVoiceZone(SearchResult<VoiceZone> searchResult) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public VoiceZone get(java.lang.String title) throws ru.bitel.bgbilling.common.BGException
Directory
UnsupportedOperationException
public java.util.List<VoiceZone> list() throws ru.bitel.bgbilling.common.BGException
Directory
protected 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.SQLException
ru.bitel.bgbilling.common.BGException