@Repository(value="depreciationMasterDAO") @Transactional(readOnly=true) public class DepreciationMasterHibDao extends Object implements DepreciationMasterDao
| Constructor and Description |
|---|
DepreciationMasterHibDao() |
| Modifier and Type | Method and Description |
|---|---|
DepreciationMaster |
create(DepreciationMaster depreciationMaster) |
void |
delete(DepreciationMaster depreciationMaster) |
List<DepreciationMaster> |
findAll() |
DepreciationMaster |
findById(Integer id,
boolean lock) |
List |
getAllNonHistoryDepreciationRates()
getAllNonHistoryDepreciationRates
|
DepreciationMaster |
getDepreciationMaster(org.egov.infra.admin.master.entity.Module mod,
Integer year) |
Float |
getDepreciationPercent(Integer year) |
List |
getDepreciationsForModule(org.egov.infra.admin.master.entity.Module mod) |
List |
getDepreciationsForModulebyHistory(org.egov.infra.admin.master.entity.Module mod) |
Float |
getLeastDepreciationPercent(Integer year) |
DepreciationMaster |
getNonHistDepMasterByModuleInsYr(org.egov.infra.admin.master.entity.Module mod,
Integer year,
org.egov.commons.Installment insYear)
Added By Rajalakshmi D.N.
|
DepreciationMaster |
update(DepreciationMaster depreciationMaster) |
public DepreciationMaster getDepreciationMaster(org.egov.infra.admin.master.entity.Module mod, Integer year)
getDepreciationMaster in interface DepreciationMasterDaopublic DepreciationMaster getNonHistDepMasterByModuleInsYr(org.egov.infra.admin.master.entity.Module mod, Integer year, org.egov.commons.Installment insYear)
getNonHistDepMasterByModuleInsYr in interface DepreciationMasterDaoModule - ,Year and Installmentpublic List getDepreciationsForModule(org.egov.infra.admin.master.entity.Module mod)
getDepreciationsForModule in interface DepreciationMasterDaopublic List getDepreciationsForModulebyHistory(org.egov.infra.admin.master.entity.Module mod)
getDepreciationsForModulebyHistory in interface DepreciationMasterDaopublic Float getDepreciationPercent(Integer year)
getDepreciationPercent in interface DepreciationMasterDaopublic List getAllNonHistoryDepreciationRates()
DepreciationMasterDaogetAllNonHistoryDepreciationRates in interface DepreciationMasterDaopublic Float getLeastDepreciationPercent(Integer year)
getLeastDepreciationPercent in interface DepreciationMasterDaopublic DepreciationMaster findById(Integer id, boolean lock)
findById in interface DepreciationMasterDaopublic List<DepreciationMaster> findAll()
findAll in interface DepreciationMasterDaopublic DepreciationMaster create(DepreciationMaster depreciationMaster)
create in interface DepreciationMasterDaopublic void delete(DepreciationMaster depreciationMaster)
delete in interface DepreciationMasterDaopublic DepreciationMaster update(DepreciationMaster depreciationMaster)
update in interface DepreciationMasterDaoCopyright © 2015–2016 eGovernments Foundation. All rights reserved.