| Package | Description |
|---|---|
| org.egov.demand.dao | |
| org.egov.demand.service |
| Modifier and Type | Method and Description |
|---|---|
DepreciationMaster |
DepreciationMasterDao.create(DepreciationMaster depreciationMaster) |
DepreciationMaster |
DepreciationMasterHibDao.create(DepreciationMaster depreciationMaster) |
DepreciationMaster |
DepreciationMasterDao.findById(Integer id,
boolean lock) |
DepreciationMaster |
DepreciationMasterHibDao.findById(Integer id,
boolean lock) |
DepreciationMaster |
DepreciationMasterDao.getDepreciationMaster(org.egov.infra.admin.master.entity.Module mod,
Integer year) |
DepreciationMaster |
DepreciationMasterHibDao.getDepreciationMaster(org.egov.infra.admin.master.entity.Module mod,
Integer year) |
DepreciationMaster |
DepreciationMasterDao.getNonHistDepMasterByModuleInsYr(org.egov.infra.admin.master.entity.Module mod,
Integer year,
org.egov.commons.Installment insYear)
Added By Rajalakshmi D.N.
|
DepreciationMaster |
DepreciationMasterHibDao.getNonHistDepMasterByModuleInsYr(org.egov.infra.admin.master.entity.Module mod,
Integer year,
org.egov.commons.Installment insYear)
Added By Rajalakshmi D.N.
|
DepreciationMaster |
DepreciationMasterDao.update(DepreciationMaster depreciationMaster) |
DepreciationMaster |
DepreciationMasterHibDao.update(DepreciationMaster depreciationMaster) |
| Modifier and Type | Method and Description |
|---|---|
List<DepreciationMaster> |
DepreciationMasterDao.findAll() |
List<DepreciationMaster> |
DepreciationMasterHibDao.findAll() |
| Modifier and Type | Method and Description |
|---|---|
DepreciationMaster |
DepreciationMasterDao.create(DepreciationMaster depreciationMaster) |
DepreciationMaster |
DepreciationMasterHibDao.create(DepreciationMaster depreciationMaster) |
void |
DepreciationMasterDao.delete(DepreciationMaster depreciationMaster) |
void |
DepreciationMasterHibDao.delete(DepreciationMaster depreciationMaster) |
DepreciationMaster |
DepreciationMasterDao.update(DepreciationMaster depreciationMaster) |
DepreciationMaster |
DepreciationMasterHibDao.update(DepreciationMaster depreciationMaster) |
| Modifier and Type | Method and Description |
|---|---|
DepreciationMaster |
DCBMasterService.getDepreciationById(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
List<DepreciationMaster> |
DCBMasterService.getDepreciationsForModule(org.egov.infra.admin.master.entity.Module module) |
List<DepreciationMaster> |
DCBMasterService.getDepreciationsForModulebyHistory(org.egov.infra.admin.master.entity.Module module) |
| Modifier and Type | Method and Description |
|---|---|
void |
DCBMasterService.createDepreciationMaster(DepreciationMaster dm) |
void |
DCBMasterService.deleteDepreciationMaster(DepreciationMaster dm)
Deletes a DepreciationMaster
|
void |
DCBMasterService.updateDepreciationMaster(DepreciationMaster dm) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.