Uses of Class
com.masai.Dto.Product
Packages that use Product
-
Uses of Product in com.masai.Dao
Methods in com.masai.Dao that return ProductModifier and TypeMethodDescriptionProductDao.getProductById(int productId) Retrieves a product based on its product ID.ProductDaoImpl.getProductById(int productId) Retrieves a product based on its product ID.Methods in com.masai.Dao with parameters of type ProductModifier and TypeMethodDescriptionbooleanProductDao.addProductBySeller(Product product) Adds a new product by a seller.booleanProductDaoImpl.addProductBySeller(Product product) Adds a new product by a seller.booleanProductDao.updateProductBySeller(Product product, int id) Updates a product by a seller.booleanProductDaoImpl.updateProductBySeller(Product product, int id) Updates a product by a seller.