@Repository @Transactional(readOnly=true) public class TdsHibernateDAO extends Object
| Modifier and Type | Field and Description |
|---|---|
static SimpleDateFormat |
DDMMYYYYFORMAT1 |
| Constructor and Description |
|---|
TdsHibernateDAO() |
| Modifier and Type | Method and Description |
|---|---|
Recovery |
create(Recovery entity) |
void |
delete(Recovery entity) |
Recovery |
findActiveTdsByGlcodeId(Long glcodeId) |
List<Recovery> |
findAll() |
List |
findByEstDate(String estimateDate) |
Recovery |
findById(Long id,
boolean lock) |
Recovery |
findById(Number id,
boolean lock) |
List<Recovery> |
getActiveTdsFilterBy(String estimateDate,
BigDecimal estCost,
org.egov.commons.EgPartytype egPartytype,
org.egov.commons.EgwTypeOfWork egwTypeOfWork,
org.egov.commons.EgwTypeOfWork egwSubTypeOfWork) |
List<Recovery> |
getAllActiveAutoRemitTds() |
List<Recovery> |
getAllActiveTds() |
List |
getAllTds() |
List<Recovery> |
getAllTdsByPartyType(String partyType) |
org.hibernate.Session |
getCurrentSession() |
org.egov.commons.EgPartytype |
getPartytypeByCode(String code) |
org.egov.commons.EgPartytype |
getSubPartytypeByCode(String code) |
Recovery |
getTdsByType(String type) |
Recovery |
getTdsByTypeAndPartyType(String type,
org.egov.commons.EgPartytype egPartytype) |
org.egov.commons.EgwTypeOfWork |
getTypeOfWorkByCode(String code) |
List<Recovery> |
recoveryForPartyContractor(Date asOndate) |
Recovery |
update(Recovery entity) |
public static final SimpleDateFormat DDMMYYYYFORMAT1
@Transactional public void delete(Recovery entity)
public org.hibernate.Session getCurrentSession()
public List getAllTds()
public List<Recovery> getActiveTdsFilterBy(String estimateDate, BigDecimal estCost, org.egov.commons.EgPartytype egPartytype, org.egov.commons.EgwTypeOfWork egwTypeOfWork, org.egov.commons.EgwTypeOfWork egwSubTypeOfWork)
public List<Recovery> recoveryForPartyContractor(Date asOndate) throws org.egov.infra.validation.exception.ValidationException
asOndate - - optional ,get the active recovery Objects based on supplied
date.- - ValidationExceptionorg.egov.infra.validation.exception.ValidationExceptionpublic org.egov.commons.EgPartytype getPartytypeByCode(String code)
public org.egov.commons.EgwTypeOfWork getTypeOfWorkByCode(String code)
public org.egov.commons.EgPartytype getSubPartytypeByCode(String code)
public Recovery getTdsByTypeAndPartyType(String type, org.egov.commons.EgPartytype egPartytype)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.