| Package | Description |
|---|---|
| org.egov.collection.entity | |
| org.egov.collection.integration.models | |
| org.egov.collection.integration.services | |
| org.egov.collection.service | |
| org.egov.collection.utils |
| Modifier and Type | Method and Description |
|---|---|
ReceiptDetail |
AccountPayeeDetail.getReceiptDetail() |
| Modifier and Type | Method and Description |
|---|---|
Set<ReceiptDetail> |
ReceiptHeader.getReceiptDetails() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReceiptHeader.addReceiptDetail(ReceiptDetail receiptDetail) |
void |
AccountPayeeDetail.setReceiptDetail(ReceiptDetail receiptDetail) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReceiptHeader.setReceiptDetails(Set<ReceiptDetail> receiptDetails) |
| Constructor and Description |
|---|
AccountPayeeDetail(org.egov.commons.Accountdetailtype accountDetailType,
org.egov.commons.Accountdetailkey accountDetailKey,
BigDecimal amount,
ReceiptDetail receiptDetail) |
| Constructor and Description |
|---|
ReceiptAccountInfoImpl(ReceiptDetail receiptDetail,
org.egov.commons.dao.ChartOfAccountsHibernateDAO chartOfAccountsHibernateDAO,
org.egov.infstr.services.PersistenceService persistenceService)
Creates the receipt account info for given receipt detail.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReceiptDetail> |
CollectionIntegrationServiceImpl.getReceiptDetailListByReceiptNumber(String receiptNumber) |
List<ReceiptDetail> |
CollectionIntegrationService.getReceiptDetailListByReceiptNumber(String receiptNumber)
This method returns sorted list of only the paid receipt detail for the receipt number provided
|
List<ReceiptDetail> |
BillingIntegrationServiceStub.reconstructReceiptDetail(String billReferenceNumber,
BigDecimal actualAmountPaid,
List<ReceiptDetail> receiptDetailList) |
List<ReceiptDetail> |
BillingIntegrationService.reconstructReceiptDetail(String billReferenceNumber,
BigDecimal actualAmountPaid,
List<ReceiptDetail> receiptDetailList)
Collection system will invoke this method only when this receipt status is PENDING and there is one more receipt in system
created on later/same day with status as APPROVED/SUBMITTED/TO_BE_SUBMITTED
|
| Modifier and Type | Method and Description |
|---|---|
void |
BillingIntegrationServiceStub.apportionPaidAmount(String billReferenceNumber,
BigDecimal actualAmountPaid,
ArrayList<ReceiptDetail> receiptDetailsArray) |
void |
BillingIntegrationService.apportionPaidAmount(String billReferenceNumber,
BigDecimal actualAmountPaid,
ArrayList<ReceiptDetail> receiptDetailsArray)
Collection system will invoke this method when the billing system send "<enablebillapportioning> as true in the
bill-xml.
|
List<ReceiptDetail> |
BillingIntegrationServiceStub.reconstructReceiptDetail(String billReferenceNumber,
BigDecimal actualAmountPaid,
List<ReceiptDetail> receiptDetailList) |
List<ReceiptDetail> |
BillingIntegrationService.reconstructReceiptDetail(String billReferenceNumber,
BigDecimal actualAmountPaid,
List<ReceiptDetail> receiptDetailList)
Collection system will invoke this method only when this receipt status is PENDING and there is one more receipt in system
created on later/same day with status as APPROVED/SUBMITTED/TO_BE_SUBMITTED
|
| Modifier and Type | Method and Description |
|---|---|
Set<ReceiptDetail> |
ReceiptHeaderService.aggregateDuplicateReceiptDetailObject(List<ReceiptDetail> receiptDetailSetParam)
For Bill Based Receipt, aggregate the amount for same account heads
|
| Modifier and Type | Method and Description |
|---|---|
int |
ReceiptHeaderService.checkIfReceiptDetailObjectExist(List<ReceiptDetail> newReceiptDetailSet,
ReceiptDetail receiptDetailObj)
API to check if the given receipt detail object already exists in the
list passed passed as parameter
|
ReceiptHeader |
ReceiptHeaderService.reconcileOnlineSuccessPayment(ReceiptHeader onlinePaymentReceiptHeader,
Date txnDate,
String txnRefNo,
BigDecimal txnAmount,
String txnAuthStatus,
List<ReceiptDetail> reconstructedList,
ReceiptDetail debitAccountDetail) |
| Modifier and Type | Method and Description |
|---|---|
Set<ReceiptDetail> |
ReceiptHeaderService.aggregateDuplicateReceiptDetailObject(List<ReceiptDetail> receiptDetailSetParam)
For Bill Based Receipt, aggregate the amount for same account heads
|
int |
ReceiptHeaderService.checkIfReceiptDetailObjectExist(List<ReceiptDetail> newReceiptDetailSet,
ReceiptDetail receiptDetailObj)
API to check if the given receipt detail object already exists in the
list passed passed as parameter
|
ReceiptHeader |
ReceiptHeaderService.reconcileOnlineSuccessPayment(ReceiptHeader onlinePaymentReceiptHeader,
Date txnDate,
String txnRefNo,
BigDecimal txnAmount,
String txnAuthStatus,
List<ReceiptDetail> reconstructedList,
ReceiptDetail debitAccountDetail) |
| Modifier and Type | Method and Description |
|---|---|
ReceiptDetail |
CollectionCommon.addDebitAccountHeadDetails(BigDecimal debitAmount,
ReceiptHeader receiptHeader,
BigDecimal chequeInstrumenttotal,
BigDecimal otherInstrumenttotal,
String instrumentType) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ReceiptDetail> |
CollectionCommon.apportionBillAmount(BigDecimal actualAmountPaid,
ArrayList<ReceiptDetail> receiptDetails) |
List<ReceiptDetail> |
CollectionsUtil.reconstructReceiptDetail(ReceiptHeader receiptHeader,
List<ReceiptDetail> receiptDetailList) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ReceiptDetail> |
CollectionCommon.apportionBillAmount(BigDecimal actualAmountPaid,
ArrayList<ReceiptDetail> receiptDetails) |
List<ReceiptDetail> |
CollectionsUtil.reconstructReceiptDetail(ReceiptHeader receiptHeader,
List<ReceiptDetail> receiptDetailList) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.