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, getAndUpdateclose, delete, deleteImpl, eq, get, getById, getImpl, getListFromRS, getPeriod, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, ormFromResultSet, ormUpdateImpl, ormUpdateImpl, processException, recycle, setStatementParam, updatepublic RentsoftProductManager(java.sql.Connection con,
int mid)
public java.util.List<RentsoftProduct> getList() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionprotected 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.BGExceptionjava.sql.SQLExceptionprotected 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.SQLExceptionru.bitel.bgbilling.common.BGExceptionpublic RentsoftProduct getByServiceKey(java.lang.String serviceKey)
public void safeUpdate(RentsoftProduct product)