| Modifier and Type | Method and Description |
|---|---|
InstrumentHeader |
LoanGrantReceiptDetail.getInstrumentHeader() |
| Modifier and Type | Method and Description |
|---|---|
void |
LoanGrantReceiptDetail.setInstrumentHeader(InstrumentHeader instrumentHeader) |
| Modifier and Type | Method and Description |
|---|---|
InstrumentHeader |
Grant.getIhID() |
InstrumentHeader |
FixedDeposit.getInstrumentHeader() |
| Modifier and Type | Method and Description |
|---|---|
void |
Grant.setIhID(InstrumentHeader ihID) |
void |
FixedDeposit.setInstrumentHeader(InstrumentHeader instrumentHeader) |
| Modifier and Type | Method and Description |
|---|---|
InstrumentHeader |
BrsEntries.getInstrumentHeaderId() |
| Modifier and Type | Method and Description |
|---|---|
void |
BrsEntries.setInstrumentHeaderId(InstrumentHeader instrumentHeaderId) |
| Modifier and Type | Method and Description |
|---|---|
InstrumentHeader |
ContraJournalVoucher.getInstrumentHeaderId() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContraJournalVoucher.setInstrumentHeaderId(InstrumentHeader instrumentHeaderId) |
| Modifier and Type | Method and Description |
|---|---|
InstrumentHeader |
InstrumentHeader.clone() |
InstrumentHeader |
DishonorCheque.getInstrumentHeader() |
InstrumentHeader |
InstrumentOtherDetails.getInstrumentHeaderId() |
InstrumentHeader |
InstrumentVoucher.getInstrumentHeaderId() |
| Modifier and Type | Method and Description |
|---|---|
void |
DishonorCheque.setInstrumentHeader(InstrumentHeader instrumentHeader) |
void |
InstrumentOtherDetails.setInstrumentHeaderId(InstrumentHeader instrumentHeaderId) |
void |
InstrumentVoucher.setInstrumentHeaderId(InstrumentHeader instrumentHeaderId) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContraService.addToBankRecon(org.egov.commons.CVoucherHeader payIn,
InstrumentHeader instrumentHeader,
org.egov.commons.EgwStatus instrumentReconciledStatus) |
ContraJournalVoucher |
ContraService.addToContra(org.egov.commons.CVoucherHeader payIn,
org.egov.commons.Bankaccount depositedBank,
InstrumentHeader instrumentHeader) |
void |
ContraService.addToContraJournal(org.egov.commons.CVoucherHeader cVoucherHeader,
InstrumentHeader instrumentHeader,
org.egov.commons.Bankaccount bankaccount) |
org.egov.commons.Bankreconciliation |
ContraService.updateBankreconciliation(InstrumentHeader instrHeader,
ContraBean contraBean) |
void |
ContraService.updateCashDeposit(Long payInId,
String toBankaccountGlcode,
InstrumentHeader instrumentHeader,
Map valuesMap)
used by modules which are integrating
|
void |
ContraService.updateCashDeposit(Map instrumentDetailsMap,
org.egov.commons.CVoucherHeader cVoucherHeader,
InstrumentHeader instrumentHeader,
org.egov.commons.Bankaccount bankaccount) |
void |
ContraService.updateCheque_DD_Card_Deposit_Receipt(Long receiptId,
String toBankaccountGlcode,
InstrumentHeader instrumentHeader,
Map valuesMap)
This method will be called for remit to bank in case of cheque/dd/card/atm/online deposit where a Receipt Voucher is
generated
|
void |
ContraService.updateCheque_DD_Card_Deposit(Long payInId,
String toBankaccountGlcode,
InstrumentHeader instrumentHeader,
Map valuesMap)
This method will be called for remit to bank in case of cheque/dd/card/atm/online deposit where a Contra Voucher is
generated
|
void |
ContraService.updateCheque_DD_Card_Deposit(Map instrumentDetailsMap,
org.egov.commons.CVoucherHeader cVoucherHeader,
InstrumentHeader instrumentHeader,
org.egov.commons.Bankaccount bankaccount) |
| Modifier and Type | Method and Description |
|---|---|
InstrumentHeader |
InstrumentService.getInstrumentHeader(Long bankaccountId,
String instrumentNo,
String payTo) |
InstrumentHeader |
InstrumentService.getInstrumentHeader(Long bankaccountId,
String instrumentNo,
String payTo,
String serialNo) |
InstrumentHeader |
InstrumentService.getInstrumentHeaderById(Long id) |
InstrumentHeader |
InstrumentHeaderService.reconcile(Date recociledOn,
Long ihId,
org.egov.commons.EgwStatus reconciledStatus) |
| Modifier and Type | Method and Description |
|---|---|
List<InstrumentHeader> |
InstrumentService.addToInstrument(List<Map<String,Object>> paramList)
Accepts the list of instruments and save the same to instrument object The values that needs to be passed are:
Instrument number, Instrument date, Instrument amount, Instrument type, payee name,Bank code,Bank account,Bank branch name,Is pay cheque |
| Modifier and Type | Method and Description |
|---|---|
org.egov.commons.Bankreconciliation |
InstrumentService.addToBankReconcilation(org.egov.commons.CVoucherHeader vouherHeader,
InstrumentHeader instrumentHeader)
this api is called for every instrument type but amount is reconciled in this step only for type BANK else only entry is
made in bankreconcialtion table.
|
org.egov.commons.Bankreconciliation |
InstrumentService.addToBankReconcilationWithLoop(org.egov.commons.CVoucherHeader vouherHeader,
InstrumentHeader instrumentHeader,
org.egov.commons.EgwStatus instrumentReconciledStatus) |
boolean |
InstrumentService.cancelInstrument(InstrumentHeader ih) |
void |
InstrumentService.updateInstrumentOtherDetailsStatus(InstrumentHeader instrumentHeader,
Date statusDate,
BigDecimal reconciledAmount) |
| Modifier and Type | Method and Description |
|---|---|
void |
InstrumentService.surrenderCheques(List<InstrumentHeader> suurenderChequelist) |
| Constructor and Description |
|---|
InstrumentHeaderService(Class<InstrumentHeader> type) |
| Modifier and Type | Method and Description |
|---|---|
InstrumentHeader |
PaymentService.reassignInstrumentHeader(org.egov.commons.Bankaccount account,
String chqNo,
String instType,
String partyName,
BigDecimal amount,
Date date,
String key,
String serialNo) |
| Modifier and Type | Method and Description |
|---|---|
List<InstrumentHeader> |
ChequeAssignmentHelper.createInstrument(List<ChequeAssignment> chequeAssignmentList,
String paymentMode,
Integer bankaccount,
Map<String,String[]> parameters,
org.egov.infra.admin.master.entity.Department dept) |
List<InstrumentHeader> |
PaymentService.createInstrument(List<ChequeAssignment> chequeAssignmentList,
String paymentMode,
Integer bankaccount,
Map<String,String[]> parameters,
org.egov.infra.admin.master.entity.Department dept) |
List<InstrumentHeader> |
ChequeAssignmentHelper.reassignInstrument(List<ChequeAssignment> chequeAssignmentList,
String paymentMode,
Integer bankaccount,
Map<String,String[]> parameters,
org.egov.infra.admin.master.entity.Department dept) |
List<InstrumentHeader> |
PaymentService.reassignInstrument(List<ChequeAssignment> chequeAssignmentList,
String paymentMode,
Integer bankaccount,
Map<String,String[]> parameters,
org.egov.infra.admin.master.entity.Department dept) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.