Package energy.eddie.aiida.services
Class DataSourceImageService
java.lang.Object
energy.eddie.aiida.services.DataSourceImageService
-
Constructor Summary
ConstructorsConstructorDescriptionDataSourceImageService(ImageRepository imageRepository, DataSourceRepository dataSourceRepository) -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteImage(DataSource dataSource) imageByDataSource(DataSource dataSource) voidupdateImage(DataSource dataSource, org.springframework.web.multipart.MultipartFile file)
-
Constructor Details
-
DataSourceImageService
@Autowired public DataSourceImageService(ImageRepository imageRepository, DataSourceRepository dataSourceRepository)
-
-
Method Details
-
imageByDataSource
- Throws:
ImageNotFoundException
-
updateImage
public void updateImage(DataSource dataSource, org.springframework.web.multipart.MultipartFile file) throws ImageReadException, ImageFormatException -
deleteImage
- Throws:
ImageNotFoundException
-