Class ProductPhotoService
java.lang.Object
com.eeit87t3.tickiteasy.product.service.ProductPhotoService
- Author:
- Liang123456123
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateProductPhoto(MultipartFile imageFile, ProductEntity product) voiddeleteProductPhoto(Integer photoID) editProductPhoto(Integer photoID, MultipartFile newImageFile) getProductPhotos(ProductEntity product)
-
Constructor Details
-
ProductPhotoService
public ProductPhotoService()
-
-
Method Details
-
createProductPhoto
public ProductPhotoEntity createProductPhoto(MultipartFile imageFile, ProductEntity product) throws IOException - Throws:
IOException
-
editProductPhoto
public ProductPhotoEntity editProductPhoto(Integer photoID, MultipartFile newImageFile) throws IOException - Throws:
IOException
-
deleteProductPhoto
- Throws:
IOException
-
getProductPhotos
-