| Package | Description |
|---|---|
| org.egov.egf.model | |
| org.egov.model.instrument | |
| org.egov.services.instrument | |
| org.egov.services.payment |
| Modifier and Type | Method and Description |
|---|---|
List<InstrumentVoucher> |
BankBookViewEntry.getInstrumentVouchers() |
List<InstrumentVoucher> |
BankBookEntry.getInstrumentVouchers() |
| Modifier and Type | Method and Description |
|---|---|
void |
BankBookViewEntry.setInstrumentVouchers(List<InstrumentVoucher> instrumentVouchers) |
void |
BankBookEntry.setInstrumentVouchers(List<InstrumentVoucher> chequeDetails) |
| Modifier and Type | Method and Description |
|---|---|
Set<InstrumentVoucher> |
InstrumentHeader.getInstrumentVouchers() |
| Modifier and Type | Method and Description |
|---|---|
void |
InstrumentHeader.setInstrumentVouchers(Set<InstrumentVoucher> instrumentVouchers) |
| Modifier and Type | Method and Description |
|---|---|
InstrumentVoucher |
InstrumentVoucherService.getInstrumentVoucherByVoucherHeader(Long instrumentHeaderId) |
| Modifier and Type | Method and Description |
|---|---|
List<InstrumentVoucher> |
InstrumentService.getBouncedCheques(Date dishonoredFromDate,
Date dishonoredToDate)
returns List of InstrumentVouhcers dishonored from dishonoredFromDate to dishonoredToDate to get list of InstrumentVouchers
dishonored on a perticular date pass both as same Date
|
List<InstrumentVoucher> |
InstrumentService.getReconciledCheques(Date reconcilationFromDate,
Date reconcilationToDate)
returns list of InstrumentVouchers reconciled from reconcilationFromDate to reconcilationToDate to get list of
InstrumentVouchers reconciled on a perticular date pass both as same Date 'dd/MM/yyyy'),reconcilationToDate('dd/MM/yyyy')
|
List<InstrumentVoucher> |
InstrumentService.modifyInstrumentVoucher(List<Map<String,Object>> paramList) |
List<InstrumentVoucher> |
InstrumentService.updateInstrumentVoucherReference(List<Map<String,Object>> paramList)
Accepts List of Instrument and Voucher objects and updates the same in InstrumentVoucher Object .
List of Values that can be Passed are Instrument header -InstrumentHeader Object(Mandatory), Voucher header - Voucher Header Object (Mandatory) |
| Constructor and Description |
|---|
InstrumentVoucherService(Class<InstrumentVoucher> type) |
| Modifier and Type | Method and Description |
|---|---|
List<InstrumentVoucher> |
PaymentService.getInstVoucherList() |
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentService.setInstVoucherList(List<InstrumentVoucher> instVoucherList) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.