@Service
@Transactional(readOnly=true)
public class MarriageFeeCollection
extends org.egov.demand.integration.TaxCollection
| Constructor and Description |
|---|
MarriageFeeCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelBill(Long billId) |
String |
constructAdditionalInfoForReceipt(org.egov.collection.integration.models.BillReceiptInfo billReceiptInfo) |
org.egov.demand.model.EgDemand |
getCurrentDemand(Long billId) |
org.hibernate.Session |
getCurrentSession() |
protected org.egov.infra.admin.master.entity.Module |
module() |
org.egov.collection.integration.models.ReceiptAmountInfo |
receiptAmountBifurcation(org.egov.collection.integration.models.BillReceiptInfo billReceiptInfo) |
List<org.egov.collection.entity.ReceiptDetail> |
reconstructReceiptDetail(String billReferenceNumber,
BigDecimal actualAmountPaid,
List<org.egov.collection.entity.ReceiptDetail> receiptDetailList) |
void |
updateCollectionForRcptCancel(org.egov.demand.model.EgDemand demand,
org.egov.collection.integration.models.BillReceiptInfo billRcptInfo) |
void |
updateCollForRcptCreate(org.egov.demand.model.EgDemand demand,
org.egov.collection.integration.models.BillReceiptInfo billRcptInfo,
BigDecimal totalAmount) |
void |
updateDemandDetailForReceiptCreate(Set<org.egov.collection.integration.models.ReceiptAccountInfo> accountDetails,
org.egov.demand.model.EgDemand demand,
org.egov.collection.integration.models.BillReceiptInfo billRcptInfo,
BigDecimal totalAmount) |
void |
updateDemandDetails(org.egov.collection.integration.models.BillReceiptInfo billRcptInfo) |
void |
updateDmdDetForRcptCancel(org.egov.demand.model.EgDemand demand,
org.egov.collection.integration.models.BillReceiptInfo billRcptInfo) |
apportionCollection, apportionPaidAmount, calculateTotalCollectedAmt, getAllInstallments, getCurrentInstallment, getCurrentReason, getDemandDetail, getDemandReasonMaster, getEgBillDetailCollection, getInstallmentForDate, getTotalChequeAmt, persistCollectedReceipts, updateBillForChqBounce, updateReceiptDetails, updateReceiptStatusWhenCancelledpublic org.hibernate.Session getCurrentSession()
@Transactional public void updateDemandDetails(org.egov.collection.integration.models.BillReceiptInfo billRcptInfo)
updateDemandDetails in class org.egov.demand.integration.TaxCollection@Transactional
public void updateCollForRcptCreate(org.egov.demand.model.EgDemand demand,
org.egov.collection.integration.models.BillReceiptInfo billRcptInfo,
BigDecimal totalAmount)
@Transactional public void updateDemandDetailForReceiptCreate(Set<org.egov.collection.integration.models.ReceiptAccountInfo> accountDetails, org.egov.demand.model.EgDemand demand, org.egov.collection.integration.models.BillReceiptInfo billRcptInfo, BigDecimal totalAmount)
protected org.egov.infra.admin.master.entity.Module module()
module in class org.egov.demand.integration.TaxCollectionpublic org.egov.demand.model.EgDemand getCurrentDemand(Long billId)
@Transactional
public void updateCollectionForRcptCancel(org.egov.demand.model.EgDemand demand,
org.egov.collection.integration.models.BillReceiptInfo billRcptInfo)
@Transactional public void cancelBill(Long billId)
@Transactional
public void updateDmdDetForRcptCancel(org.egov.demand.model.EgDemand demand,
org.egov.collection.integration.models.BillReceiptInfo billRcptInfo)
public List<org.egov.collection.entity.ReceiptDetail> reconstructReceiptDetail(String billReferenceNumber, BigDecimal actualAmountPaid, List<org.egov.collection.entity.ReceiptDetail> receiptDetailList)
public String constructAdditionalInfoForReceipt(org.egov.collection.integration.models.BillReceiptInfo billReceiptInfo)
public org.egov.collection.integration.models.ReceiptAmountInfo receiptAmountBifurcation(org.egov.collection.integration.models.BillReceiptInfo billReceiptInfo)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.