@Transactional(readOnly=true) public class EgDeductionDetailsHibernateDAO extends Object
| Constructor and Description |
|---|
EgDeductionDetailsHibernateDAO() |
| Modifier and Type | Method and Description |
|---|---|
EgDeductionDetails |
create(EgDeductionDetails entity) |
void |
delete(EgDeductionDetails entity) |
List<EgDeductionDetails> |
findAll() |
EgDeductionDetails |
findById(Number id,
boolean lock) |
List |
findByTds(Recovery tds) |
EgDeductionDetails |
findEgDeductionDetailsForDeduAmt(Recovery recovery,
org.egov.commons.EgPartytype egPartyType,
org.egov.commons.EgPartytype egPartySubType,
org.egov.commons.EgwTypeOfWork docType,
Date date) |
org.hibernate.Session |
getCurrentSession() |
List<EgDeductionDetails> |
getEgDeductionDetailsFilterBy(Recovery tds,
BigDecimal amount,
String date,
org.egov.commons.EgwTypeOfWork egwTypeOfWork,
org.egov.commons.EgwTypeOfWork egwSubTypeOfWork) |
EgDeductionDetails |
update(EgDeductionDetails entity) |
@Transactional public EgDeductionDetails update(EgDeductionDetails entity)
@Transactional public EgDeductionDetails create(EgDeductionDetails entity)
@Transactional public void delete(EgDeductionDetails entity)
public EgDeductionDetails findById(Number id, boolean lock)
public List<EgDeductionDetails> findAll()
public org.hibernate.Session getCurrentSession()
public List<EgDeductionDetails> getEgDeductionDetailsFilterBy(Recovery tds, BigDecimal amount, String date, org.egov.commons.EgwTypeOfWork egwTypeOfWork, org.egov.commons.EgwTypeOfWork egwSubTypeOfWork)
public EgDeductionDetails findEgDeductionDetailsForDeduAmt(Recovery recovery, org.egov.commons.EgPartytype egPartyType, org.egov.commons.EgPartytype egPartySubType, org.egov.commons.EgwTypeOfWork docType, Date date)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.