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, getAndUpdate
close, delete, deleteImpl, eq, get, getById, getImpl, getListFromRS, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, processException, recycle, setStatementParam, update
protected 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.SQLException
ru.bitel.bgbilling.common.BGException
protected 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.BGException
java.sql.SQLException
public 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.BGException
public 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.BGException
public DeviceGroup root() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException