public class InetOptionDao extends ru.bitel.common.dao.AbstractIdDao<InetOption> implements Directory<InetOption>
| Constructor and Description |
|---|
InetOptionDao(java.sql.Connection con,
int mid) |
| Modifier and Type | Method and Description |
|---|---|
InetOption |
get(java.lang.String title)
Получение элемента по title(name)
Может быть не имплементировано - в этом случае бросается
UnsupportedOperationException |
protected InetOption |
getFromRS(java.sql.ResultSet rs) |
java.util.List<InetOption> |
list()
Получение всего списка элементов из справочника
|
void |
move(int newParentId,
java.util.Set<java.lang.Integer> children) |
InetOption |
tree() |
protected void |
updateImpl(InetOption b) |
delete, get, getAndDelete, getAndUpdateclose, delete, deleteImpl, eq, get, getById, getImpl, getListFromRS, getPeriod, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, ormFromResultSet, ormUpdateImpl, ormUpdateImpl, processException, recycle, setStatementParam, updateprotected InetOption getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS in class ru.bitel.common.dao.AbstractDao<InetOption>java.sql.SQLExceptionru.bitel.bgbilling.common.BGExceptionprotected void updateImpl(InetOption b) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl in class ru.bitel.common.dao.AbstractDao<InetOption>ru.bitel.bgbilling.common.BGExceptionjava.sql.SQLExceptionpublic InetOption get(java.lang.String title) throws ru.bitel.bgbilling.common.BGException
DirectoryUnsupportedOperationExceptionget in interface Directory<InetOption>ru.bitel.bgbilling.common.BGExceptionpublic java.util.List<InetOption> list() throws ru.bitel.bgbilling.common.BGException
Directorylist in interface Directory<InetOption>ru.bitel.bgbilling.common.BGExceptionpublic InetOption tree() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionpublic void move(int newParentId,
java.util.Set<java.lang.Integer> children)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException