public class BillLinkDao
extends ru.bitel.common.dao.AbstractDao<ru.bitel.bgbilling.modules.bill.common.bean.link.BillLink>
| Constructor and Description |
|---|
BillLinkDao(java.sql.Connection con,
int moduleId) |
| Modifier and Type | Method and Description |
|---|---|
ru.bitel.bgbilling.modules.bill.common.bean.link.BillLink |
get(int id) |
protected ru.bitel.bgbilling.modules.bill.common.bean.link.BillLink |
getFromRS(java.sql.ResultSet rs) |
java.util.List<ru.bitel.bgbilling.modules.bill.common.bean.link.BillLink> |
list() |
protected void |
updateImpl(ru.bitel.bgbilling.modules.bill.common.bean.link.BillLink billLink) |
public java.util.List<ru.bitel.bgbilling.modules.bill.common.bean.link.BillLink> list()
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionpublic ru.bitel.bgbilling.modules.bill.common.bean.link.BillLink get(int id)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionprotected ru.bitel.bgbilling.modules.bill.common.bean.link.BillLink 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.BillLink>java.sql.SQLExceptionru.bitel.bgbilling.common.BGExceptionprotected void updateImpl(ru.bitel.bgbilling.modules.bill.common.bean.link.BillLink billLink)
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.BillLink>ru.bitel.bgbilling.common.BGExceptionjava.sql.SQLException