| Package | Description |
|---|---|
| org.egov.demand.dao | |
| org.egov.demand.integration | |
| org.egov.demand.interfaces | |
| org.egov.demand.model | |
| org.egov.demand.utils |
| Modifier and Type | Method and Description |
|---|---|
EgBill |
EgBillHibernateDao.create(EgBill egBill) |
EgBill |
EgBillDao.create(EgBill egBill) |
EgBill |
EgBillHibernateDao.findById(Long id,
boolean lock) |
EgBill |
EgBillDao.findById(Long id,
boolean lock) |
EgBill |
EgBillHibernateDao.update(EgBill egBill) |
EgBill |
EgBillDao.update(EgBill egBill) |
| Modifier and Type | Method and Description |
|---|---|
List<EgBill> |
EgBillHibernateDao.findAll() |
List<EgBill> |
EgBillDao.findAll() |
List<EgBill> |
DemandGenericDao.getAllBillsForDemand(EgDemand demand,
String includeHistory,
String includeCancelled)
This method called getAllBillsForDemand gets List
|
List<EgBill> |
DemandGenericHibDao.getAllBillsForDemand(EgDemand demand,
String includeHistory,
String includeCancelled)
This method called getAllBillsForDemand gets List
|
| Modifier and Type | Method and Description |
|---|---|
EgBill |
EgBillHibernateDao.create(EgBill egBill) |
EgBill |
EgBillDao.create(EgBill egBill) |
void |
EgBillHibernateDao.delete(EgBill egBill) |
void |
EgBillDao.delete(EgBill egBill) |
List<EgBillDetails> |
EgBillDetailsHibDao.getBillDetailsByBill(EgBill egBill) |
List<EgBillDetails> |
EgBillDetailsDao.getBillDetailsByBill(EgBill egBill) |
BillReceipt |
EgBillReceiptHibDao.getBillReceiptByEgBill(EgBill bill) |
BillReceipt |
EgBillReceiptDao.getBillReceiptByEgBill(EgBill bill) |
EgBill |
EgBillHibernateDao.update(EgBill egBill) |
EgBill |
EgBillDao.update(EgBill egBill) |
| Modifier and Type | Method and Description |
|---|---|
EgBill |
BillTaxCollection.updateBillDetails(org.egov.collection.integration.models.BillReceiptInfo bri)
Api to update the bill details with the amount paid
|
EgBill |
TaxCollection.updateBillForChqBounce(org.egov.collection.integration.models.BillReceiptInfo bri,
EgBill egBill,
BigDecimal totalChqAmt)
Method will be called when a Cheque is Bounced .Here the EGBill and EgBillDetails tables are updated with the cancelled
Cheque amount.
|
| Modifier and Type | Method and Description |
|---|---|
EgBill |
TaxCollection.updateBillForChqBounce(org.egov.collection.integration.models.BillReceiptInfo bri,
EgBill egBill,
BigDecimal totalChqAmt)
Method will be called when a Cheque is Bounced .Here the EGBill and EgBillDetails tables are updated with the cancelled
Cheque amount.
|
| Modifier and Type | Method and Description |
|---|---|
EgBill |
BillServiceInterface.generateBill(Billable billObj)
Creates and returns a Bill Object
|
| Modifier and Type | Method and Description |
|---|---|
String |
BillServiceInterface.generateXML(EgBill bill) |
| Modifier and Type | Method and Description |
|---|---|
EgBill |
BillReceipt.getBillId() |
EgBill |
EgBillDetails.getEgBill() |
EgBill |
EgBillExtrafield.getEgBill() |
| Modifier and Type | Method and Description |
|---|---|
Set<EgBill> |
EgDemand.getEgBills() |
| Modifier and Type | Method and Description |
|---|---|
void |
EgDemand.addEgBill(EgBill egBill) |
void |
EgDemand.removeEgBill(EgBill egBill) |
void |
BillReceipt.setBillId(EgBill billId) |
void |
EgBillDetails.setEgBill(EgBill egBill) |
void |
EgBillExtrafield.setEgBill(EgBill egBill) |
| Modifier and Type | Method and Description |
|---|---|
void |
EgDemand.setEgBills(Set<EgBill> egBills) |
| Modifier and Type | Method and Description |
|---|---|
String |
DemandUtils.generateBillXML(EgBill bill,
String displayMsg)
This is used to post the bill Collection details to the collection system
in an xml format
|
org.egov.collection.integration.models.BillInfoImpl |
DemandUtils.prepareBillInfoXml(EgBill bill,
String displayMsg) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.