public class DeviceGroupDao extends ru.bitel.common.dao.AbstractIdDao<DeviceGroup> implements ru.bitel.bgbilling.kernel.directory.api.common.Directory<DeviceGroup>
| Constructor and Description |
|---|
DeviceGroupDao(java.sql.Connection con,
int mid) |
| Modifier and Type | Method and Description |
|---|---|
DeviceGroup |
get(java.lang.String title) |
protected DeviceGroup |
getFromRS(java.sql.ResultSet rs) |
java.util.List<DeviceGroup> |
list() |
DeviceGroup |
root() |
protected void |
updateImpl(DeviceGroup s) |
delete, get, getAndDelete, getAndUpdateclose, delete, deleteImpl, eq, get, getById, getImpl, getListFromRS, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, processException, recycle, setStatementParam, updateprotected DeviceGroup getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS in class ru.bitel.common.dao.AbstractDao<DeviceGroup>java.sql.SQLExceptionru.bitel.bgbilling.common.BGExceptionprotected void updateImpl(DeviceGroup s) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl in class ru.bitel.common.dao.AbstractDao<DeviceGroup>ru.bitel.bgbilling.common.BGExceptionjava.sql.SQLExceptionpublic DeviceGroup get(java.lang.String title) throws ru.bitel.bgbilling.common.BGException
get in interface ru.bitel.bgbilling.kernel.directory.api.common.Directory<DeviceGroup>ru.bitel.bgbilling.common.BGExceptionpublic java.util.List<DeviceGroup> list() throws ru.bitel.bgbilling.common.BGException
list in interface ru.bitel.bgbilling.kernel.directory.api.common.Directory<DeviceGroup>ru.bitel.bgbilling.common.BGExceptionpublic DeviceGroup root() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException