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, 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 Service get(java.lang.String title) throws ru.bitel.bgbilling.common.BGException
Directory
UnsupportedOperationException
public java.util.List<Service> list() throws ru.bitel.bgbilling.common.BGException
Directory
public java.util.List<Service> listUsing() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public java.util.List<Service> list(int moduleId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public java.util.List<Service> listUsing(int moduleId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
protected 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.BGException
java.sql.SQLException