public interface DepreciationMasterDao
| 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) |
DepreciationMaster getDepreciationMaster(org.egov.infra.admin.master.entity.Module mod, Integer year)
List getDepreciationsForModule(org.egov.infra.admin.master.entity.Module mod)
List getDepreciationsForModulebyHistory(org.egov.infra.admin.master.entity.Module mod)
List getAllNonHistoryDepreciationRates()
DepreciationMaster getNonHistDepMasterByModuleInsYr(org.egov.infra.admin.master.entity.Module mod, Integer year, org.egov.commons.Installment insYear)
Module - ,Year and InstallmentDepreciationMaster findById(Integer id, boolean lock)
List<DepreciationMaster> findAll()
DepreciationMaster create(DepreciationMaster depreciationMaster)
void delete(DepreciationMaster depreciationMaster)
DepreciationMaster update(DepreciationMaster depreciationMaster)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.