| Package | Description |
|---|---|
| org.egov.works.abstractestimate.repository | |
| org.egov.works.abstractestimate.service | |
| org.egov.works.lineestimate.entity |
| Modifier and Type | Method and Description |
|---|---|
EstimatePhotographs |
EstimatePhotographRepository.findByFileStore_id(Long filestoreId) |
| Modifier and Type | Method and Description |
|---|---|
List<EstimatePhotographs> |
EstimatePhotographRepository.findByEstimatePhotographAndLineEstimateDetails(EstimatePhotographs.WorkProgress workProgress,
Long lineEstimateDetailId) |
List<EstimatePhotographs> |
EstimatePhotographRepository.findByLineEstimateDetails_id(Long lineEstimateDetailId) |
| Modifier and Type | Method and Description |
|---|---|
EstimatePhotographs |
EstimatePhotographService.getEstimatePhotographByFilestore(Long filestoreId) |
| Modifier and Type | Method and Description |
|---|---|
List<EstimatePhotographs> |
EstimatePhotographService.getEstimatePhotographByLineEstimateDetail(Long lineEstimateDetailId) |
List<EstimatePhotographs> |
EstimatePhotographService.getEstimatePhotographs(org.springframework.web.multipart.MultipartFile[] files,
Object object) |
List<EstimatePhotographs> |
EstimatePhotographService.getEstimatePhotographsByEstimatePhotographStageAndLineEstimateDetails(EstimatePhotographs.WorkProgress estimatePhotographtrackStage,
Long lineEstimateDetailId) |
| Modifier and Type | Method and Description |
|---|---|
void |
EstimatePhotographService.delete(EstimatePhotographs estimatePhotographs) |
void |
EstimatePhotographService.save(EstimatePhotographs estimatePhotographs) |
| Modifier and Type | Method and Description |
|---|---|
List<EstimatePhotographs> |
LineEstimateDetails.getEstimatePhotographsList() |
| Modifier and Type | Method and Description |
|---|---|
void |
LineEstimateDetails.setEstimatePhotographsList(List<EstimatePhotographs> estimatePhotographsList) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.