public interface EgBilldetailsDAO
| Modifier and Type | Method and Description |
|---|---|
EgBilldetails |
create(EgBilldetails entity) |
void |
delete(EgBilldetails entity) |
List<EgBilldetails> |
findAll() |
EgBilldetails |
findById(Number id,
boolean lock) |
EgBilldetails |
getBillDetails(Long billId,
List glcodeIdList) |
BigDecimal |
getOtherBillsAmount(Long minGlCodeId,
Long maxGlCodeId,
Long majGlCodeId,
String finYearID,
String functionId,
String schemeId,
String subSchemeId,
String asOnDate,
String billType) |
EgBilldetails |
update(EgBilldetails entity) |
BigDecimal getOtherBillsAmount(Long minGlCodeId, Long maxGlCodeId, Long majGlCodeId, String finYearID, String functionId, String schemeId, String subSchemeId, String asOnDate, String billType) throws Exception
ExceptionEgBilldetails getBillDetails(Long billId, List glcodeIdList) throws Exception
ExceptionEgBilldetails findById(Number id, boolean lock)
List<EgBilldetails> findAll()
EgBilldetails create(EgBilldetails entity)
EgBilldetails update(EgBilldetails entity)
void delete(EgBilldetails entity)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.