Uses of Class
it.unicam.cs.ids2425.FilieraAgricola.dto.response.CarrelloResponse
Packages that use CarrelloResponse
Package
Description
-
Uses of CarrelloResponse in it.unicam.cs.ids2425.FilieraAgricola.controller
Methods in it.unicam.cs.ids2425.FilieraAgricola.controller that return types with arguments of type CarrelloResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CarrelloResponse> CarrelloController.aggiungiProdotto(Long utenteId, AggiungiAlCarrelloRequest request) Aggiunge un prodotto al carrello dell'utente.org.springframework.http.ResponseEntity<CarrelloResponse> CarrelloController.getCarrello(Long utenteId) Recupera il carrello di un utente specifico.org.springframework.http.ResponseEntity<CarrelloResponse> CarrelloController.rimuoviPacchetto(Long utenteId, Long pacchettoId) Rimuove un pacchetto specifico dal carrello dell'utente.org.springframework.http.ResponseEntity<CarrelloResponse> CarrelloController.rimuoviProdotto(Long utenteId, Long marketplaceItemId) Rimuove un prodotto specifico dal carrello dell'utente. -
Uses of CarrelloResponse in it.unicam.cs.ids2425.FilieraAgricola.service
Methods in it.unicam.cs.ids2425.FilieraAgricola.service that return CarrelloResponseModifier and TypeMethodDescriptionCarrelloService.aggiungiProdotto(Long utenteId, AggiungiAlCarrelloRequest request) Aggiunge un prodotto al carrello dell'utente.CarrelloService.getCarrello(Long utenteId) Ottiene lo stato attuale del carrello di un utente.CarrelloService.rimuoviPacchetto(Long utenteId, Long pacchettoId) CarrelloService.rimuoviProdotto(Long utenteId, Long marketplaceItemId) Rimuove un prodotto dal carrello dell'utente.