| Package | Description |
|---|---|
| org.egov.collection.entity | |
| org.egov.collection.service |
| Modifier and Type | Method and Description |
|---|---|
Remittance |
RemittanceInstrument.getRemittance() |
Remittance |
RemittanceDetail.getRemittance() |
| Modifier and Type | Method and Description |
|---|---|
void |
RemittanceInstrument.setRemittance(Remittance remit) |
void |
RemittanceDetail.setRemittance(Remittance remittance) |
| Modifier and Type | Method and Description |
|---|---|
Remittance |
RemittanceServiceImpl.populateAndPersistRemittance(BigDecimal totalCashAmount,
BigDecimal totalChequeAmount,
String fundCode,
String cashInHandGLCode,
String chequeInHandGLcode,
String serviceGLCode,
String functionCode,
List<ReceiptHeader> receiptHeadList,
String createVoucher,
Date voucherDate,
org.egov.commons.Bankaccount depositedBankAccount,
BigDecimal totalCashVoucherAmt,
BigDecimal totalChequeVoucherAmt) |
| Modifier and Type | Method and Description |
|---|---|
List<RemittanceDetail> |
RemittanceServiceImpl.getRemittanceDetailsList(BigDecimal creditAmount,
BigDecimal debitAmount,
String glCode,
Remittance remittance) |
void |
RemittanceServiceImpl.persistRemittanceInstrument(Remittance remittance,
org.egov.model.instrument.InstrumentHeader instrumentHeader) |
| Modifier and Type | Method and Description |
|---|---|
void |
RemittanceServiceImpl.setRemittancePersistService(org.egov.infstr.services.PersistenceService<Remittance,Long> remittancePersistService) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.