@Repository @Transactional(readOnly=true) public class EgBilldetailsHibernateDAO extends Object implements EgBilldetailsDAO
| Constructor and Description |
|---|
EgBilldetailsHibernateDAO() |
| 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) |
org.hibernate.Session |
getCurrentSession() |
BigDecimal |
getOtherBillsAmount(Long minGlCodeId,
Long maxGlCodeId,
Long majGlCodeId,
String finYearID,
String functionId,
String schemeId,
String subSchemeId,
String asOnDate,
String billType) |
EgBilldetails |
update(EgBilldetails entity) |
@Transactional public EgBilldetails update(EgBilldetails entity)
update in interface EgBilldetailsDAO@Transactional public EgBilldetails create(EgBilldetails entity)
create in interface EgBilldetailsDAO@Transactional public void delete(EgBilldetails entity)
delete in interface EgBilldetailsDAOpublic EgBilldetails findById(Number id, boolean lock)
findById in interface EgBilldetailsDAOpublic List<EgBilldetails> findAll()
findAll in interface EgBilldetailsDAOpublic org.hibernate.Session getCurrentSession()
public BigDecimal getOtherBillsAmount(Long minGlCodeId, Long maxGlCodeId, Long majGlCodeId, String finYearID, String functionId, String schemeId, String subSchemeId, String asOnDate, String billType) throws Exception
getOtherBillsAmount in interface EgBilldetailsDAOExceptionpublic EgBilldetails getBillDetails(Long billId, List glcodeIdList) throws Exception
getBillDetails in interface EgBilldetailsDAOExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.