public class DCBMasterService extends Object
| Constructor and Description |
|---|
DCBMasterService() |
| Modifier and Type | Method and Description |
|---|---|
void |
createDepreciationMaster(DepreciationMaster dm) |
void |
deleteDepreciationMaster(DepreciationMaster dm)
Deletes a DepreciationMaster
|
List |
getAllDepreciationRates() |
List |
getAllNonHistoryDepreciationRates() |
DepreciationMaster |
getDepreciationById(Integer id) |
List<DepreciationMaster> |
getDepreciationsForModule(org.egov.infra.admin.master.entity.Module module) |
List<DepreciationMaster> |
getDepreciationsForModulebyHistory(org.egov.infra.admin.master.entity.Module module) |
void |
updateDepreciationMaster(DepreciationMaster dm) |
public void updateDepreciationMaster(DepreciationMaster dm)
public List<DepreciationMaster> getDepreciationsForModule(org.egov.infra.admin.master.entity.Module module)
public void createDepreciationMaster(DepreciationMaster dm)
public List getAllDepreciationRates()
public void deleteDepreciationMaster(DepreciationMaster dm)
DepreciationMaster - No - exceptions thrown.public DepreciationMaster getDepreciationById(Integer id)
public List<DepreciationMaster> getDepreciationsForModulebyHistory(org.egov.infra.admin.master.entity.Module module)
public List getAllNonHistoryDepreciationRates()
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.