@Service
@Transactional(readOnly=true)
public class AgencyWiseBillServiceImpl
extends org.egov.demand.interfaces.BillServiceInterface
| Constructor and Description |
|---|
AgencyWiseBillServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelBill() |
List<org.egov.demand.model.EgBillDetails> |
getBilldetails(org.egov.demand.interfaces.Billable billObj) |
String |
getBillXML(org.egov.demand.interfaces.Billable billObj) |
org.hibernate.Session |
getCurrentSession() |
public org.hibernate.Session getCurrentSession()
public List<org.egov.demand.model.EgBillDetails> getBilldetails(org.egov.demand.interfaces.Billable billObj)
getBilldetails in class org.egov.demand.interfaces.BillServiceInterfacepublic void cancelBill()
cancelBill in class org.egov.demand.interfaces.BillServiceInterfacepublic String getBillXML(org.egov.demand.interfaces.Billable billObj)
getBillXML in class org.egov.demand.interfaces.BillServiceInterfaceCopyright © 2015–2016 eGovernments Foundation. All rights reserved.