public class BillTaxCollection extends Object
| Constructor and Description |
|---|
BillTaxCollection() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
calculateTotalCollectedAmt(org.egov.collection.integration.models.BillReceiptInfo bri,
List<EgBillDetails> billDetList) |
BillReceipt |
linkBillToReceipt(org.egov.collection.integration.models.BillReceiptInfo bri)
Api to link bill to receipt.
|
EgBill |
updateBillDetails(org.egov.collection.integration.models.BillReceiptInfo bri)
Api to update the bill details with the amount paid
|
public BillReceipt linkBillToReceipt(org.egov.collection.integration.models.BillReceiptInfo bri) throws InvalidAccountHeadException, org.hibernate.ObjectNotFoundException
org - .egov.infstr.collections.integration.models.BillReceiptInfo
briorg - .egov.lib.rjbac.user.User userInvalidAccountHeadExceptionorg.hibernate.ObjectNotFoundExceptionpublic EgBill updateBillDetails(org.egov.collection.integration.models.BillReceiptInfo bri) throws InvalidAccountHeadException
org - .egov.infstr.collections.integration.models.BillReceiptInfo
briInvalidAccountHeadExceptionpublic BigDecimal calculateTotalCollectedAmt(org.egov.collection.integration.models.BillReceiptInfo bri, List<EgBillDetails> billDetList) throws InvalidAccountHeadException
InvalidAccountHeadExceptionCopyright © 2015–2016 eGovernments Foundation. All rights reserved.