| Package | Description |
|---|---|
| org.egov.demand.dao | |
| org.egov.demand.integration |
| Modifier and Type | Method and Description |
|---|---|
BillReceipt |
EgBillReceiptHibDao.create(BillReceipt billReceipt) |
BillReceipt |
EgBillReceiptDao.create(BillReceipt egBill) |
BillReceipt |
EgBillReceiptHibDao.findById(Integer id,
boolean lock) |
BillReceipt |
EgBillReceiptDao.findById(Integer id,
boolean lock) |
BillReceipt |
EgBillReceiptHibDao.getBillReceiptByEgBill(EgBill bill) |
BillReceipt |
EgBillReceiptDao.getBillReceiptByEgBill(EgBill bill) |
BillReceipt |
EgBillReceiptHibDao.update(BillReceipt billReceipt) |
BillReceipt |
EgBillReceiptDao.update(BillReceipt egBill) |
| Modifier and Type | Method and Description |
|---|---|
List<BillReceipt> |
EgBillReceiptHibDao.findAll() |
List<BillReceipt> |
EgBillReceiptDao.findAll() |
List<BillReceipt> |
DemandGenericDao.getBillReceipts(EgDemand egDemand) |
List<BillReceipt> |
DemandGenericHibDao.getBillReceipts(EgDemand egDemand)
Method called to get Receipt Details.
|
List<BillReceipt> |
DemandGenericDao.getBillReceipts(List<EgDemand> egDemand) |
List<BillReceipt> |
DemandGenericHibDao.getBillReceipts(List<EgDemand> egDemand)
Method called to get all the Bill Receipt Objects which exists for the
Demands .
|
| Modifier and Type | Method and Description |
|---|---|
BillReceipt |
EgBillReceiptHibDao.create(BillReceipt billReceipt) |
BillReceipt |
EgBillReceiptDao.create(BillReceipt egBill) |
void |
EgBillReceiptHibDao.delete(BillReceipt billReceipt) |
void |
EgBillReceiptDao.delete(BillReceipt egBill) |
BillReceipt |
EgBillReceiptHibDao.update(BillReceipt billReceipt) |
BillReceipt |
EgBillReceiptDao.update(BillReceipt egBill) |
| Modifier and Type | Method and Description |
|---|---|
BillReceipt |
BillTaxCollection.linkBillToReceipt(org.egov.collection.integration.models.BillReceiptInfo bri)
Api to link bill to receipt.
|
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.