Uses of Class
br.com.pethub.model.Suppliers
Packages that use Suppliers
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 Suppliers in br.com.pethub.dao
Methods in br.com.pethub.dao that return SuppliersModifier and TypeMethodDescriptionSuppliersDAO.consultSuppliers
(String name) This method is used to consult a supplier by name.Methods in br.com.pethub.dao that return types with arguments of type SuppliersModifier and TypeMethodDescriptionSuppliersDAO.listSuppliers()
This method is used to retrieve a list of all suppliers from the database.SuppliersDAO.searchSuppliers
(String name) This method is used to search for suppliers by name.Methods in br.com.pethub.dao with parameters of type SuppliersModifier and TypeMethodDescriptionvoid
SuppliersDAO.addSuppliers
(Suppliers obj) This method is used to add a supplier to the database.void
SuppliersDAO.deleteSuppliers
(Suppliers obj) This method is used to delete a supplier from the database.void
SuppliersDAO.editSuppliers
(Suppliers obj) This method is used to edit a supplier in the database. -
Uses of Suppliers in br.com.pethub.model
Methods in br.com.pethub.model that return SuppliersMethods in br.com.pethub.model with parameters of type Suppliers