| Package | Description |
|---|---|
| org.egov.collection.integration.models | |
| org.egov.collection.integration.services | |
| org.egov.collection.service |
| Modifier and Type | Class and Description |
|---|---|
class |
BillReceiptInfoImpl
The bill receipt information class.
|
| Modifier and Type | Method and Description |
|---|---|
BillReceiptInfo |
CollectionIntegrationServiceImpl.createMiscellaneousReceipt(BillInfo bill,
List<PaymentInfo> paymentInfoList) |
BillReceiptInfo |
CollectionIntegrationService.createMiscellaneousReceipt(BillInfo bill,
List<PaymentInfo> paymentInfoList)
This method creates the miscellaneous receipt for the given bill and payment information
|
BillReceiptInfo |
CollectionIntegrationServiceImpl.createReceipt(BillInfo bill,
List<PaymentInfo> paymentInfoList) |
BillReceiptInfo |
CollectionIntegrationService.createReceipt(BillInfo bill,
List<PaymentInfo> paymentInfoList)
This method creates the receipt for the given bill and payment information
|
BillReceiptInfo |
CollectionIntegrationServiceImpl.getReceiptInfo(String serviceCode,
String receiptNum) |
BillReceiptInfo |
CollectionIntegrationService.getReceiptInfo(String serviceCode,
String receiptNum)
Returns the bill receipt information for given receipt number
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<BillReceiptInfo>> |
CollectionIntegrationServiceImpl.getBillReceiptInfo(String serviceCode,
Set<String> refNums) |
Map<String,List<BillReceiptInfo>> |
CollectionIntegrationService.getBillReceiptInfo(String serviceCode,
Set<String> refNums)
Returns the bill receipt information for given set of reference numbers (typically bill numbers)
|
List<BillReceiptInfo> |
CollectionIntegrationServiceImpl.getBillReceiptInfo(String serviceCode,
String refNum) |
List<BillReceiptInfo> |
CollectionIntegrationService.getBillReceiptInfo(String serviceCode,
String refNum)
Returns the list of bill receipt information objects for given reference number (typically bill number).
|
Map<String,List<BillReceiptInfo>> |
CollectionIntegrationServiceImpl.getInstrumentReceiptInfo(String serviceCode,
Set<String> instrumentNums) |
Map<String,List<BillReceiptInfo>> |
CollectionIntegrationService.getInstrumentReceiptInfo(String serviceCode,
Set<String> instrumentNums)
Returns the bill receipt information for given set of instrument numbers.
|
List<BillReceiptInfo> |
CollectionIntegrationServiceImpl.getInstrumentReceiptInfo(String serviceCode,
String instrumentNum) |
List<BillReceiptInfo> |
CollectionIntegrationService.getInstrumentReceiptInfo(String serviceCode,
String instrumentNum)
Returns set of bill receipt information for given instrument number.
|
List<BillReceiptInfo> |
CollectionIntegrationServiceImpl.getOnlinePendingReceipts(String serviceCode,
String consumerCode) |
List<BillReceiptInfo> |
CollectionIntegrationService.getOnlinePendingReceipts(String serviceCode,
String consumerCode)
Returns the online pending bill receipt information for given service and consumer code
|
Map<String,BillReceiptInfo> |
CollectionIntegrationServiceImpl.getReceiptInfo(String serviceCode,
Set<String> receiptNums) |
Map<String,BillReceiptInfo> |
CollectionIntegrationService.getReceiptInfo(String serviceCode,
Set<String> receiptNums)
Returns HashMap of the bill receipt information for given set of receipt numbers
|
| Modifier and Type | Method and Description |
|---|---|
String |
BillingIntegrationServiceStub.constructAdditionalInfoForReceipt(BillReceiptInfo billReceiptInfo) |
String |
BillingIntegrationService.constructAdditionalInfoForReceipt(BillReceiptInfo billReceiptInfo)
Collection system will invoke billing system to frame up the additional message to be printed in receipt
|
ReceiptAmountInfo |
BillingIntegrationServiceStub.receiptAmountBifurcation(BillReceiptInfo billReceiptInfo) |
ReceiptAmountInfo |
BillingIntegrationService.receiptAmountBifurcation(BillReceiptInfo billReceiptInfo)
Collection system invokes billing system to get the amount bifurcation information from
|
| Modifier and Type | Method and Description |
|---|---|
void |
BillingIntegrationServiceStub.updateReceiptDetails(Set<BillReceiptInfo> billReceipts) |
void |
BillingIntegrationService.updateReceiptDetails(Set<BillReceiptInfo> billReceipts)
This method needs to be implemented in order to update the billing system with the bill receipt information
|
| Modifier and Type | Method and Description |
|---|---|
String |
ReceiptHeaderService.getAdditionalInfoForReceipt(String serviceCode,
BillReceiptInfo billReceipt) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ReceiptHeaderService.updateBillingSystem(org.egov.infstr.models.ServiceDetails serviceDetails,
Set<BillReceiptInfo> billReceipts,
BillingIntegrationService billingService)
This method looks up the bean to communicate with the billing system and
updates the billing system.
|
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.