| | |
| | | * @return |
| | | */ |
| | | Integer saveFile(String workspaceId, FileUploadDTO file) throws IOException, ImageProcessingException; |
| | | void saveNailFile(String workspaceId, FileUploadDTO file) throws IOException, ImageProcessingException; |
| | | |
| | | void saveZipFile(String workspaceId, FileUploadDTO file) throws IOException, ImageProcessingException; |
| | | void saveFiles(String workspaceId, FileUploadDTO file) throws IOException, ImageProcessingException; |
| | | // void saveNailFile(String workspaceId, FileUploadDTO file) throws IOException, ImageProcessingException; |
| | | |
| | | // void saveZipFile(String workspaceId, FileUploadDTO file) throws IOException, ImageProcessingException; |
| | | void updateNailMediaFileNames(String jobId); |
| | | PaginationData<MediaFileEntity> getJobId( int pageNum, int pageSize,String workspaceId); |
| | | PaginationData<MediaFileEntity> getPhotoByJobId(int page,int pageSize ,String workspaceId,String jobId); |
| | |
| | | Boolean updateMediaFile(String workspaceId, MediaFileEntity mediaFileEntity); |
| | | |
| | | int deleteMedia(String workspaceId, String fileId); |
| | | |
| | | void getNoaddFile(); |
| | | } |