Constructor and Description |
---|
VoiceZoneDao(java.sql.Connection con,
int moduleId) |
Modifier and Type | Method and Description |
---|---|
VoiceZone |
get(java.lang.String title) |
protected VoiceZone |
getFromRS(java.sql.ResultSet rs) |
java.util.List<VoiceZone> |
list() |
protected void |
updateImpl(VoiceZone b) |
delete, get, getAndDelete, getAndUpdate
close, delete, deleteImpl, eq, get, getById, getImpl, getListFromRS, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, processException, recycle, setStatementParam, update
public VoiceZone get(java.lang.String title) throws ru.bitel.bgbilling.common.BGException
get
in interface ru.bitel.bgbilling.kernel.directory.api.common.Directory<VoiceZone>
ru.bitel.bgbilling.common.BGException
public java.util.List<VoiceZone> list() throws ru.bitel.bgbilling.common.BGException
list
in interface ru.bitel.bgbilling.kernel.directory.api.common.Directory<VoiceZone>
ru.bitel.bgbilling.common.BGException
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