public class RentsoftProductManager extends ru.bitel.common.dao.AbstractIdDao<RentsoftProduct>
Constructor and Description |
---|
RentsoftProductManager(java.sql.Connection con,
int mid) |
Modifier and Type | Method and Description |
---|---|
RentsoftProduct |
getByServiceKey(java.lang.String serviceKey) |
protected RentsoftProduct |
getFromRS(java.sql.ResultSet rs) |
java.util.List<RentsoftProduct> |
getList() |
void |
safeUpdate(RentsoftProduct product) |
protected void |
updateImpl(RentsoftProduct b) |
delete, get, getAndDelete, getAndUpdate
public RentsoftProductManager(java.sql.Connection con, int mid)
public java.util.List<RentsoftProduct> getList() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
protected void updateImpl(RentsoftProduct b) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl
in class ru.bitel.common.dao.AbstractDao<RentsoftProduct>
ru.bitel.bgbilling.common.BGException
java.sql.SQLException
protected RentsoftProduct getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS
in class ru.bitel.common.dao.AbstractDao<RentsoftProduct>
java.sql.SQLException
ru.bitel.bgbilling.common.BGException
public RentsoftProduct getByServiceKey(java.lang.String serviceKey)
public void safeUpdate(RentsoftProduct product)