public class UserDeviceManager extends ru.bitel.common.dao.AbstractIdDao<UserDevice>
| Constructor and Description |
|---|
UserDeviceManager(java.sql.Connection con,
int mid) |
| Modifier and Type | Method and Description |
|---|---|
protected UserDevice |
getFromRS(java.sql.ResultSet rs) |
java.util.List<UserDevice> |
getListAll() |
protected void |
updateImpl(UserDevice b) |
delete, get, getAndDelete, getAndUpdatepublic java.util.List<UserDevice> getListAll() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionprotected UserDevice getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS in class ru.bitel.common.dao.AbstractDao<UserDevice>java.sql.SQLExceptionru.bitel.bgbilling.common.BGExceptionprotected void updateImpl(UserDevice b) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl in class ru.bitel.common.dao.AbstractDao<UserDevice>ru.bitel.bgbilling.common.BGExceptionjava.sql.SQLException