Uses of Class
xyz.nardone.agenda_fps.servizio.Response
Packages that use Response
-
Uses of Response in xyz.nardone.agenda_fps.servizio.controllers
Methods in xyz.nardone.agenda_fps.servizio.controllers that return ResponseModifier and TypeMethodDescriptionAdds a new esito if it does not already exist.Adds a new polizza if it does not already exist.AppointmentController.addAppointment(AppointmentIds a) Creates a new appointment.Adds a new banker if it does not already exist.CallbackController.addCallback(CallbackIds c) Creates a new callback.Creates a new client linked to a banker.Deletes a non-reserved esito by ID.Deletes a polizza by ID.AppointmentController.deleteAllAppointments()Deletes all appointments.ClientController.deleteAllClients()Deletes all clients and their callbacks.AppointmentController.deleteAppointmentById(Integer appointmentId) Deletes an appointment by ID.BankerController.deleteBankerById(Integer bankerId) Deletes a banker and associated callbacks.CallbackController.deleteCallbackById(Integer callbackId) Deletes a callback by ID.ClientController.deleteClientById(Integer clienteId) Deletes a client and its callbacks.Updates an esito label.Updates a polizza label.AppointmentController.updateAppointment(AppointmentIds appointmentIds) Updates an existing appointment.BankerController.updateBanker(Banker banker) Updates a banker.CallbackController.updateCallback(CallbackIds callbackIds) Updates an existing callback.ClientController.updateClient(Client client) Updates client details and banker relationship.