Uses of Class
it.unicam.cs.ids2425.FilieraAgricola.dto.response.EventoResponse
Packages that use EventoResponse
Package
Description
-
Uses of EventoResponse in it.unicam.cs.ids2425.FilieraAgricola.controller
Methods in it.unicam.cs.ids2425.FilieraAgricola.controller that return types with arguments of type EventoResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<EventoResponse> EventoController.creaEvento(EventoRequest request) Crea un nuovo evento.org.springframework.http.ResponseEntity<List<EventoResponse>> EventoController.getEventiApprovati()Restituisce la lista di tutti gli eventi che sono stati approvati. -
Uses of EventoResponse in it.unicam.cs.ids2425.FilieraAgricola.service
Methods in it.unicam.cs.ids2425.FilieraAgricola.service that return EventoResponseModifier and TypeMethodDescriptionEventoService.aggiornaEvento(Long id, EventoRequest request) EventoService.creaEvento(EventoRequest request) Methods in it.unicam.cs.ids2425.FilieraAgricola.service that return types with arguments of type EventoResponseModifier and TypeMethodDescriptionEventoService.getAllEventi()Ritorna tutti gli eventi visibili al pubblico (APPROVATI).EventoService.getEventiApprovati()EventoService.getEventiDaApprovare()