| Package | Description |
|---|---|
| org.egov.works.abstractestimate.service | |
| org.egov.works.masters.entity | |
| org.egov.works.masters.repository | |
| org.egov.works.masters.service |
| Modifier and Type | Method and Description |
|---|---|
List<EstimateTemplate> |
EstimateService.searchEstimateTemplates(EstimateTemplateSearchRequest estimateTemplateSearchRequest) |
| Modifier and Type | Method and Description |
|---|---|
EstimateTemplate |
EstimateTemplateActivity.getEstimateTemplate() |
| Modifier and Type | Method and Description |
|---|---|
void |
EstimateTemplateActivity.setEstimateTemplate(EstimateTemplate estimateTemplate) |
| Modifier and Type | Method and Description |
|---|---|
EstimateTemplate |
EstimateTemplateRepository.findByCode(String name) |
EstimateTemplate |
EstimateTemplateRepository.findByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<EstimateTemplate> |
EstimateTemplateRepository.findByCodeContainingIgnoreCase(String code) |
| Modifier and Type | Method and Description |
|---|---|
EstimateTemplate |
EstimateTemplateService.getEstimateTemplateByCode(String code) |
EstimateTemplate |
EstimateTemplateService.getEstimateTemplateById(Long estimateTemplateId) |
EstimateTemplate |
EstimateTemplateService.getEstimateTemplateByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<EstimateTemplate> |
EstimateTemplateService.getAll() |
List<EstimateTemplate> |
EstimateTemplateService.getEstimateTemplateByCodeIgnoreCase(String code) |
| Modifier and Type | Method and Description |
|---|---|
void |
EstimateTemplateService.create(EstimateTemplate estimateTemplate) |
void |
EstimateTemplateService.remove(EstimateTemplate estimateTemplate) |
void |
EstimateTemplateService.update(EstimateTemplate estimateTemplate) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.