Uses of Class
br.com.pethub.model.Services
Packages that use Services
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 Services in br.com.pethub.dao
Methods in br.com.pethub.dao that return ServicesModifier and TypeMethodDescriptionServicesDAO.getServicesByName
(String name) This method is used to retrieve a list of services for a specific name from the database.Methods in br.com.pethub.dao that return types with arguments of type ServicesModifier and TypeMethodDescriptionServicesDAO.listServices()
This method is used to retrieve a list of all services from the database.ServicesDAO.searchServicesByName
(String name) This method is used to search for services by name.Methods in br.com.pethub.dao with parameters of type ServicesModifier and TypeMethodDescriptionvoid
ServicesDAO.addServices
(Services obj) This method is used to add a service to the database.void
ServicesDAO.deleteServices
(Services obj) This method is used to delete a service from the database.void
ServicesDAO.editServices
(Services obj) This method is used to edit a service in the database. -
Uses of Services in br.com.pethub.model
Methods in br.com.pethub.model that return ServicesMethods in br.com.pethub.model with parameters of type Services -
Uses of Services in br.com.pethub.view
Fields in br.com.pethub.view with type parameters of type Services