public class BillLinkDocDao
extends ru.bitel.common.dao.AbstractDao<ru.bitel.bgbilling.modules.bill.common.bean.link.BillLinkDoc>
| Constructor and Description |
|---|
BillLinkDocDao(java.sql.Connection con,
int moduleId) |
| Modifier and Type | Method and Description |
|---|---|
ru.bitel.bgbilling.modules.bill.common.bean.link.BillLinkDoc |
getBillLinkDoc(java.util.Date linkDatetime,
java.lang.String secret) |
protected ru.bitel.bgbilling.modules.bill.common.bean.link.BillLinkDoc |
getFromRS(java.sql.ResultSet rs) |
protected void |
updateImpl(ru.bitel.bgbilling.modules.bill.common.bean.link.BillLinkDoc b) |
public ru.bitel.bgbilling.modules.bill.common.bean.link.BillLinkDoc getBillLinkDoc(java.util.Date linkDatetime,
java.lang.String secret)
throws java.sql.SQLException,
ru.bitel.bgbilling.common.BGException
java.sql.SQLExceptionru.bitel.bgbilling.common.BGExceptionprotected ru.bitel.bgbilling.modules.bill.common.bean.link.BillLinkDoc getFromRS(java.sql.ResultSet rs)
throws java.sql.SQLException,
ru.bitel.bgbilling.common.BGException
getFromRS in class ru.bitel.common.dao.AbstractDao<ru.bitel.bgbilling.modules.bill.common.bean.link.BillLinkDoc>java.sql.SQLExceptionru.bitel.bgbilling.common.BGExceptionprotected void updateImpl(ru.bitel.bgbilling.modules.bill.common.bean.link.BillLinkDoc b)
throws ru.bitel.bgbilling.common.BGException,
java.sql.SQLException
updateImpl in class ru.bitel.common.dao.AbstractDao<ru.bitel.bgbilling.modules.bill.common.bean.link.BillLinkDoc>ru.bitel.bgbilling.common.BGExceptionjava.sql.SQLException