public class MegogoTryAndBuyDao extends ru.bitel.common.dao.AbstractIdDao<MegogoTryAndBuy>
Constructor and Description |
---|
MegogoTryAndBuyDao(java.sql.Connection con,
int moduleId) |
Modifier and Type | Method and Description |
---|---|
protected MegogoTryAndBuy |
getFromRS(java.sql.ResultSet rs) |
java.util.List<MegogoTryAndBuy> |
getTryAndBuyList(boolean onlyUsed) |
protected void |
updateImpl(MegogoTryAndBuy megogoTryAndBuy) |
delete, get, getAndDelete, getAndUpdate
public MegogoTryAndBuyDao(java.sql.Connection con, int moduleId)
public java.util.List<MegogoTryAndBuy> getTryAndBuyList(boolean onlyUsed) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
protected MegogoTryAndBuy getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS
in class ru.bitel.common.dao.AbstractDao<MegogoTryAndBuy>
java.sql.SQLException
ru.bitel.bgbilling.common.BGException
protected void updateImpl(MegogoTryAndBuy megogoTryAndBuy) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl
in class ru.bitel.common.dao.AbstractDao<MegogoTryAndBuy>
ru.bitel.bgbilling.common.BGException
java.sql.SQLException