public interface DCBService
| Modifier and Type | Method and Description |
|---|---|
DCBReport |
getCurrentDCBAndReceipts(DCBDisplayInfo dcbDispInfo)
Method is used to View the Citizen DCB(i.e DEMAND ,COLELCTION and
BALANCE).This DCB is generated based on the Current Installment.
|
DCBReport |
getCurrentDCBOnly(DCBDisplayInfo dcbDispInfo)
Retrieves DCB information without the receipts.
|
DCBReport |
getReceiptsOnly()
Retrieves receipt information without the DCB information.
|
void |
setBillable(Billable billable)
Should be called by the billing system, to set the appropriate Billable
object for which the DCB is being requested.
|
DCBReport getCurrentDCBAndReceipts(DCBDisplayInfo dcbDispInfo)
dcbDispInfo - - All those Reason Masters which are required to be grouped
into a single amount(to be shown to client) needs to be set.
For Ex:- In PTIS there are four Reason Masters which are to be
grouped and to be shown to citizen.DCBReport getCurrentDCBOnly(DCBDisplayInfo dcbDispInfo)
dcbDispInfo - DCBReport getReceiptsOnly()
void setBillable(Billable billable)
billable - Copyright © 2015–2016 eGovernments Foundation. All rights reserved.