| Package | Description |
|---|---|
| org.egov.dao.bills | |
| org.egov.model.bills |
| Modifier and Type | Method and Description |
|---|---|
EgBilldetails |
EgBilldetailsDAO.create(EgBilldetails entity) |
EgBilldetails |
EgBilldetailsHibernateDAO.create(EgBilldetails entity) |
EgBilldetails |
EgBilldetailsDAO.findById(Number id,
boolean lock) |
EgBilldetails |
EgBilldetailsHibernateDAO.findById(Number id,
boolean lock) |
EgBilldetails |
EgBilldetailsDAO.getBillDetails(Long billId,
List glcodeIdList) |
EgBilldetails |
EgBilldetailsHibernateDAO.getBillDetails(Long billId,
List glcodeIdList) |
EgBilldetails |
EgBilldetailsDAO.update(EgBilldetails entity) |
EgBilldetails |
EgBilldetailsHibernateDAO.update(EgBilldetails entity) |
| Modifier and Type | Method and Description |
|---|---|
List<EgBilldetails> |
EgBilldetailsDAO.findAll() |
List<EgBilldetails> |
EgBilldetailsHibernateDAO.findAll() |
| Modifier and Type | Method and Description |
|---|---|
EgBilldetails |
EgBilldetailsDAO.create(EgBilldetails entity) |
EgBilldetails |
EgBilldetailsHibernateDAO.create(EgBilldetails entity) |
void |
EgBilldetailsDAO.delete(EgBilldetails entity) |
void |
EgBilldetailsHibernateDAO.delete(EgBilldetails entity) |
EgBilldetails |
EgBilldetailsDAO.update(EgBilldetails entity) |
EgBilldetails |
EgBilldetailsHibernateDAO.update(EgBilldetails entity) |
| Modifier and Type | Method and Description |
|---|---|
EgBilldetails |
EgBillPayeedetails.getEgBilldetailsId() |
| Modifier and Type | Method and Description |
|---|---|
List<EgBilldetails> |
EgBillregister.getBillDetails() |
List<EgBilldetails> |
EgBillregister.getCreditDetails() |
List<EgBilldetails> |
EgBillregister.getDebitDetails() |
Set<EgBilldetails> |
EgBillregister.getEgBilldetailes() |
List<EgBilldetails> |
EgBillregister.getNetPayableDetails() |
| Modifier and Type | Method and Description |
|---|---|
void |
EgBillregister.addEgBilldetailes(EgBilldetails egBilldetail) |
void |
EgBillregister.removeEgBilldetailes(EgBilldetails egBilldetail) |
void |
EgBillPayeedetails.setEgBilldetailsId(EgBilldetails egBilldetailsId) |
| Modifier and Type | Method and Description |
|---|---|
void |
EgBillregister.setBillDetails(List<EgBilldetails> billDetails) |
void |
EgBillregister.setCreditDetails(List<EgBilldetails> creditDetails) |
void |
EgBillregister.setDebitDetails(List<EgBilldetails> debitDetails) |
void |
EgBillregister.setEgBilldetailes(Set<EgBilldetails> egBilldetailes) |
void |
EgBillregister.setNetPayableDetails(List<EgBilldetails> netPayableDetails) |
| Constructor and Description |
|---|
EgBillregister(String billnumber,
Date billdate,
BigDecimal billamount,
BigDecimal fieldid,
String billstatus,
String narration,
BigDecimal passedamount,
String billtype,
String expendituretype,
BigDecimal advanceadjusted,
BigDecimal createdby,
Date createddate,
BigDecimal lastmodifiedby,
Date lastmodifieddate,
String zone,
String division,
String workordernumber,
String billapprovalstatus,
Boolean isactive,
Date billpasseddate,
Date workorderdate,
EgBillregistermis egBillregistermis,
Set<EgBilldetails> egBilldetailes,
org.egov.commons.EgwStatus status) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.