| Constructor and Description |
|---|
ServiceDao(java.sql.Connection con) |
| Modifier and Type | Method and Description |
|---|---|
Service |
get(java.lang.String title)
Получение элемента по title(name)
Может быть не имплементировано - в этом случае бросается
UnsupportedOperationException |
protected Service |
getFromRS(java.sql.ResultSet rs) |
java.util.List<Service> |
list()
Получение всего списка элементов из справочника
|
java.util.List<Service> |
list(int moduleId) |
java.util.List<Service> |
listUsing() |
java.util.List<Service> |
listUsing(int moduleId) |
protected void |
updateImpl(Service service) |
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, updatepublic Service get(java.lang.String title) throws ru.bitel.bgbilling.common.BGException
DirectoryUnsupportedOperationExceptionpublic java.util.List<Service> list() throws ru.bitel.bgbilling.common.BGException
Directorypublic java.util.List<Service> listUsing() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionpublic java.util.List<Service> list(int moduleId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionpublic java.util.List<Service> listUsing(int moduleId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionprotected void updateImpl(Service service) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl in class ru.bitel.common.dao.AbstractDao<Service>ru.bitel.bgbilling.common.BGExceptionjava.sql.SQLException