Uses of Class
it.unicam.cs.ids2425.FilieraAgricola.dto.response.ProdottoResponse
Packages that use ProdottoResponse
Package
Description
-
Uses of ProdottoResponse in it.unicam.cs.ids2425.FilieraAgricola.controller
Methods in it.unicam.cs.ids2425.FilieraAgricola.controller that return types with arguments of type ProdottoResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ProdottoResponse> ProdottoController.aggiornaProdotto(Long id, ProdottoRequest request) Aggiorna le informazioni di un prodotto.org.springframework.http.ResponseEntity<ProdottoResponse> ProdottoController.creaProdotto(ProdottoRequest request) Endpoint per la creazione di un nuovo prodotto.org.springframework.http.ResponseEntity<List<ProdottoResponse>> ProdottoController.getAllProdotti()Ritorna tutti i prodotti APPROVATI (visibili pubblicamente).org.springframework.http.ResponseEntity<List<ProdottoResponse>> ProdottoController.getProdottiByUtente(Long utenteId) Ritorna i prodotti associati a un utente specifico.org.springframework.http.ResponseEntity<ProdottoResponse> ProdottoController.getProdottoById(Long id) Ritorna i dettagli di un singolo prodotto tramite ID. -
Uses of ProdottoResponse in it.unicam.cs.ids2425.FilieraAgricola.service
Methods in it.unicam.cs.ids2425.FilieraAgricola.service that return ProdottoResponseModifier and TypeMethodDescriptionProdottoService.aggiornaProdotto(Long id, ProdottoRequest request) ProdottoService.creaProdotto(ProdottoRequest request) ProdottoService.getProdottoById(Long id) Ritorna un singolo prodotto.Methods in it.unicam.cs.ids2425.FilieraAgricola.service that return types with arguments of type ProdottoResponseModifier and TypeMethodDescriptionProdottoService.getAllProdotti()Ritorna una lista di tutti i prodotti visibili al pubblico (APPROVATI).ProdottoService.getProdottiByUtente(Long utenteId)