@Service @Transactional(readOnly=true) public class EstimatePhotographService extends Object
| Constructor and Description |
|---|
EstimatePhotographService() |
public org.hibernate.Session getCurrentSession()
@Transactional public void save(EstimatePhotographs estimatePhotographs)
public List<EstimatePhotographs> getEstimatePhotographs(org.springframework.web.multipart.MultipartFile[] files, Object object) throws IOException
IOExceptionpublic File compressImage(org.springframework.web.multipart.MultipartFile[] files) throws IOException, FileNotFoundException
IOExceptionFileNotFoundExceptionpublic List<EstimatePhotographs> getEstimatePhotographByLineEstimateDetail(Long lineEstimateDetailId)
public List<EstimatePhotographs> getEstimatePhotographsByEstimatePhotographStageAndLineEstimateDetails(EstimatePhotographs.WorkProgress estimatePhotographtrackStage, Long lineEstimateDetailId)
public List<LineEstimateDetails> searchEstimatePhotograph(EstimatePhotographSearchRequest estimatePhotographSearchRequest)
public EstimatePhotographs getEstimatePhotographByFilestore(Long filestoreId)
@Transactional public void delete(EstimatePhotographs estimatePhotographs)
public List<String> getEstimateNumbersForViewEstimatePhotograph(String estimateNumber)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.