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, getAndUpdate
public java.util.List<UserDevice> getListAll() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
protected 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.SQLException
ru.bitel.bgbilling.common.BGException
protected 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.BGException
java.sql.SQLException