Uses of Class
br.com.pethub.model.Vaccine
Packages that use Vaccine
Package
Description
This package contains the Data Access Object (DAO) classes for the PetHub application.
-
Uses of Vaccine in br.com.pethub.dao
Methods in br.com.pethub.dao that return types with arguments of type VaccineModifier and TypeMethodDescriptionVaccineDAO.listVaccines()This method is used to retrieve a list of all vaccines from the database.VaccineDAO.searchVaccines(String name) This method is used to search for vaccines by name.Methods in br.com.pethub.dao with parameters of type VaccineModifier and TypeMethodDescriptionvoidVaccineDAO.addVaccine(Vaccine obj) This method is used to add a vaccine to the database.voidVaccineDAO.deleteVaccine(Vaccine obj) This method is used to delete a vaccine from the database.voidVaccineDAO.editVaccine(Vaccine obj) This method is used to edit a vaccine in the database.