All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
File |
compressImage(org.springframework.web.multipart.MultipartFile[] files) |
void |
delete(EstimatePhotographs estimatePhotographs) |
org.hibernate.Session |
getCurrentSession() |
List<String> |
getEstimateNumbers(String estimateNumber) |
List<String> |
getEstimateNumbersForViewEstimatePhotograph(String estimateNumber) |
EstimatePhotographs |
getEstimatePhotographByFilestore(Long filestoreId) |
List<EstimatePhotographs> |
getEstimatePhotographByLineEstimateDetail(Long lineEstimateDetailId) |
List<EstimatePhotographs> |
getEstimatePhotographs(org.springframework.web.multipart.MultipartFile[] files,
Object object) |
List<EstimatePhotographs> |
getEstimatePhotographsByEstimatePhotographStageAndAbstractEstimate(EstimatePhotographs.WorkProgress estimatePhotographtrackStage,
Long abstractEstimateId) |
List<EstimatePhotographs> |
getEstimatePhotographsByEstimatePhotographStageAndLineEstimateDetails(EstimatePhotographs.WorkProgress estimatePhotographtrackStage,
Long lineEstimateDetailId) |
List<String> |
getWinForViewEstimatePhotograph(String workIdentificationNumber) |
List<String> |
getWorkIdentificationNumbers(String workIdentificationNumber) |
void |
save(EstimatePhotographs estimatePhotographs) |
List<LineEstimateDetails> |
searchEstimatePhotograph(EstimatePhotographSearchRequest estimatePhotographSearchRequest) |
List<AbstractEstimate> |
searchEstimatePhotographFromAE(EstimatePhotographSearchRequest estimatePhotographSearchRequest) |
void |
setModelValues(org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request,
com.google.gson.JsonObject photographStages,
WorkOrderEstimate workOrderEstimate,
AbstractEstimate abstractEstimate) |
void |
setPhotographsAfterJsonArray(List<EstimatePhotographs> photographsAfter,
com.google.gson.JsonObject photographStages) |
void |
setPhotographsBeforeJsonArray(List<EstimatePhotographs> photographsBefore,
com.google.gson.JsonObject photographStages) |
void |
setPhotographsDuringJsonArray(List<EstimatePhotographs> photographsOnProcess,
com.google.gson.JsonObject photographStages) |