Uses of Class
br.com.pethub.model.Pets
Packages that use Pets
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.
This package contains the view classes for the PetHub application.
-
Uses of Pets in br.com.pethub.dao
Methods in br.com.pethub.dao that return PetsModifier and TypeMethodDescriptionPetsDAO.getPetByName
(String name) This method is used to get a pet by name.Methods in br.com.pethub.dao that return types with arguments of type PetsModifier and TypeMethodDescriptionPetsDAO.getPetsByCustomer
(Customers customer) This method is used to get pets by customer.PetsDAO.listPets()
This method is used to retrieve a list of all pets from the database.PetsDAO.searchPets
(String name) This method is used to search for pets by name.Methods in br.com.pethub.dao with parameters of type PetsModifier and TypeMethodDescriptionvoid
This method is used to add a new pet to the database.void
PetsDAO.deletePets
(Pets obj) This method is used to delete a pet from the database.void
This method is used to edit the details of an existing pet in the database. -
Uses of Pets in br.com.pethub.model
Methods in br.com.pethub.model that return PetsMethods in br.com.pethub.model with parameters of type Pets -
Uses of Pets in br.com.pethub.view
Fields in br.com.pethub.view with type parameters of type Pets