| Package | Description |
|---|---|
| org.egov.dcb.service | |
| org.egov.demand.interfaces | |
| org.egov.demand.model |
| Modifier and Type | Method and Description |
|---|---|
void |
DCBServiceImpl.setBillable(Billable billable) |
void |
DCBService.setBillable(Billable billable)
Should be called by the billing system, to set the appropriate Billable
object for which the DCB is being requested.
|
| Constructor and Description |
|---|
DCBServiceImpl(Billable billable)
If you are using this class as-is and not as a spring-injected bean, use
this form of construction.
|
| Modifier and Type | Method and Description |
|---|---|
EgBill |
BillServiceInterface.generateBill(Billable billObj)
Creates and returns a Bill Object
|
abstract List<EgBillDetails> |
BillServiceInterface.getBilldetails(Billable billObj)
The default implementation will take the same account heads as the
BillDetails and put the appropriate debits and credits The Billing
instance may choose to override the API;
|
String |
BillServiceInterface.getBillXML(Billable billObj)
To get an XML as string passing Billable object.
|
void |
BillServiceInterface.setBillObj(Billable billObj) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBillable
A skeleton implementation of Billable, that should be extended by all Billable implementations.
|
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.