Uses of Class
com.eeit87t3.tickiteasy.product.entity.ProductPhotoEntity
Packages that use ProductPhotoEntity
Package
Description
-
Uses of ProductPhotoEntity in com.eeit87t3.tickiteasy.product.controller
Methods in com.eeit87t3.tickiteasy.product.controller that return types with arguments of type ProductPhotoEntityModifier and TypeMethodDescriptionAdminProductPhotoAPIController.createProductPhoto(Integer productID, MultipartFile fileName) AdminProductPhotoAPIController.editProductPhoto(Integer photoID, MultipartFile fileName) AdminProductPhotoAPIController.findProductPhotos(Integer productID) -
Uses of ProductPhotoEntity in com.eeit87t3.tickiteasy.product.repository
Methods in com.eeit87t3.tickiteasy.product.repository that return types with arguments of type ProductPhotoEntity -
Uses of ProductPhotoEntity in com.eeit87t3.tickiteasy.product.service
Methods in com.eeit87t3.tickiteasy.product.service that return ProductPhotoEntityModifier and TypeMethodDescriptionProductPhotoService.createProductPhoto(MultipartFile imageFile, ProductEntity product) ProductPhotoService.editProductPhoto(Integer photoID, MultipartFile newImageFile) Methods in com.eeit87t3.tickiteasy.product.service that return types with arguments of type ProductPhotoEntity