public class CollectionApportioner extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
STRING_ADVANCE |
static String |
STRING_FULLTAX |
| Constructor and Description |
|---|
CollectionApportioner() |
| Modifier and Type | Method and Description |
|---|---|
void |
apportion(BigDecimal amtPaid,
List<org.egov.collection.entity.ReceiptDetail> receiptDetails,
Map<String,BigDecimal> instDmdMap) |
List<org.egov.collection.entity.ReceiptDetail> |
reConstruct(BigDecimal amountPaid,
List<org.egov.demand.model.EgBillDetails> billDetails,
org.egov.commons.dao.FunctionHibernateDAO functionDAO,
org.egov.commons.dao.ChartOfAccountsHibernateDAO chartOfAccountsDAO,
org.egov.commons.dao.FinancialYearDAO financialYearDAO) |
public static final String STRING_FULLTAX
public static final String STRING_ADVANCE
public void apportion(BigDecimal amtPaid, List<org.egov.collection.entity.ReceiptDetail> receiptDetails, Map<String,BigDecimal> instDmdMap)
public List<org.egov.collection.entity.ReceiptDetail> reConstruct(BigDecimal amountPaid, List<org.egov.demand.model.EgBillDetails> billDetails, org.egov.commons.dao.FunctionHibernateDAO functionDAO, org.egov.commons.dao.ChartOfAccountsHibernateDAO chartOfAccountsDAO, org.egov.commons.dao.FinancialYearDAO financialYearDAO)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.