| Constructor and Description |
|---|
RecoveryService() |
RecoveryService(Class<Recovery> type) |
addFilterCriteriaForObject, addIndexparams, applyAuditing, applyAuditing, create, delete, find, find, findAll, findAll, findAllBy, findAllByNamedQuery, findByExample, findById, findByIdWithJoinFetch, findByNamedQuery, findPageBy, findPageByNamedQuery, getNamedQuery, getSession, getType, load, merge, persist, update, validate, validateModelpublic List<Recovery> findByEstDate(String estimateDate) throws org.egov.infra.exception.ApplicationRuntimeException
org.egov.infra.exception.ApplicationRuntimeExceptionpublic List getAllTds()
public void createTds(Recovery tds)
public void updateTds(Recovery tds)
public EgDeductionDetails getEgDeductionDetailsById(Integer deductionId)
public void createEgDeductionDetails(EgDeductionDetails egDeductionDetails)
public void updateEgDeductionDetails(EgDeductionDetails egDeductionDetails)
public void deleteEgDeductionDetails(EgDeductionDetails egDeductionDetails)
public List<EgDeductionDetails> findByTds(Recovery tds)
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<EgDeductionDetails> getEgDeductionDetailsFilterBy(Recovery tds, BigDecimal amount, String date, org.egov.commons.EgwTypeOfWork egwTypeOfWork, org.egov.commons.EgwTypeOfWork egwSubTypeOfWork)
public List<Recovery> recoveryForPartyContractor(Date asOndate) throws org.egov.infra.validation.exception.ValidationException
org.egov.infra.validation.exception.ValidationExceptionpublic void setEgDeductionDetHibernateDao(EgDeductionDetailsHibernateDAO egDeductionDetHibernateDao)
public void setTdsHibernateDAO(TdsHibernateDAO tdsHibernateDAO)
public 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)
public BigDecimal getDeductionAmount(String recoveryCode, String partyType, String subPartyType, String docType, BigDecimal grossAmount, Date asOnDate) throws Exception
ExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.