Uses of Class
com.eeit87t3.tickiteasy.product.dto.ProductDTO
Packages that use ProductDTO
Package
Description
-
Uses of ProductDTO in com.eeit87t3.tickiteasy.product.controller
Methods in com.eeit87t3.tickiteasy.product.controller with parameters of type ProductDTOModifier and TypeMethodDescriptionAdminProductAPIController.createProduct(ProductDTO productDTO, MultipartFile imageFile) AdminProductAPIController.editProductByID(int productID, ProductDTO productDTO, MultipartFile imageFile) -
Uses of ProductDTO in com.eeit87t3.tickiteasy.product.service
Methods in com.eeit87t3.tickiteasy.product.service that return ProductDTOMethods in com.eeit87t3.tickiteasy.product.service that return types with arguments of type ProductDTOMethods in com.eeit87t3.tickiteasy.product.service with parameters of type ProductDTOModifier and TypeMethodDescriptionProductService.createProduct(ProductDTO productDTO, MultipartFile imageFile) ProductService.editProductById(Integer productID, ProductDTO productDTO, MultipartFile imageFile)