| Modifier and Type | Method and Description |
|---|---|
List<EstimatePhotographs> |
AbstractEstimate.getEstimatePhotographsList() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractEstimate.setEstimatePhotographsList(List<EstimatePhotographs> estimatePhotographsList) |
| Modifier and Type | Method and Description |
|---|---|
EstimatePhotographs |
EstimatePhotographRepository.findByFileStore_id(Long filestoreId) |
| Modifier and Type | Method and Description |
|---|---|
List<EstimatePhotographs> |
EstimatePhotographRepository.findByEstimatePhotographAndAbstractEstimate(EstimatePhotographs.WorkProgress estimatePhotographtrackStage,
Long abstractEstimateId) |
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.getEstimatePhotographsByEstimatePhotographStageAndAbstractEstimate(EstimatePhotographs.WorkProgress estimatePhotographtrackStage,
Long abstractEstimateId) |
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 |
|---|---|
void |
EstimatePhotographService.setPhotographsAfterJsonArray(List<EstimatePhotographs> photographsAfter,
com.google.gson.JsonObject photographStages) |
void |
EstimatePhotographService.setPhotographsBeforeJsonArray(List<EstimatePhotographs> photographsBefore,
com.google.gson.JsonObject photographStages) |
void |
EstimatePhotographService.setPhotographsDuringJsonArray(List<EstimatePhotographs> photographsOnProcess,
com.google.gson.JsonObject photographStages) |
| Modifier and Type | Method and Description |
|---|---|
List<EstimatePhotographs> |
LineEstimateDetails.getEstimatePhotographsList() |
| Modifier and Type | Method and Description |
|---|---|
void |
LineEstimateDetails.setEstimatePhotographsList(List<EstimatePhotographs> estimatePhotographsList) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.