Uses of Class
br.com.pethub.model.Products
Packages that use Products
Package
Description
This package contains the Data Access Object (DAO) classes for the PetHub application.
This package contains the model classes for the PetHub application.
-
Uses of Products in br.com.pethub.dao
Methods in br.com.pethub.dao that return ProductsModifier and TypeMethodDescriptionProductsDAO.searchProductsByCode
(int id) This method is used to search for a product by code.Methods in br.com.pethub.dao that return types with arguments of type ProductsModifier and TypeMethodDescriptionProductsDAO.listProducts()
This method is used to retrieve a list of all products from the database.ProductsDAO.searchProducts
(String name) This method is used to search for products by name.Methods in br.com.pethub.dao with parameters of type ProductsModifier and TypeMethodDescriptionvoid
ProductsDAO.addProducts
(Products obj) This method is used to add a new product to the database.void
ProductsDAO.deleteProducts
(Products obj) This method is used to delete a product from the database.void
ProductsDAO.editProducts
(Products obj) This method is used to edit the details of an existing product in the database. -
Uses of Products in br.com.pethub.model
Methods in br.com.pethub.model that return ProductsMethods in br.com.pethub.model with parameters of type Products