Uses of Class
com.tfg.crud.GestorBiblioteca.dto.PrestamoDTO
Packages that use PrestamoDTO
-
Uses of PrestamoDTO in com.tfg.crud.GestorBiblioteca.controller
Methods in com.tfg.crud.GestorBiblioteca.controller with parameters of type PrestamoDTOModifier and TypeMethodDescriptionmtoPrestamoController.editarPrestamo(Long idPrestamo, PrestamoDTO prestamoDTO) Actualiza la información de un préstamo existente.mtoPrestamoController.registrarPrestamo(PrestamoDTO prestamoDTO, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) Registro un nuevo préstamo en el sistema. -
Uses of PrestamoDTO in com.tfg.crud.GestorBiblioteca.service
Methods in com.tfg.crud.GestorBiblioteca.service with parameters of type PrestamoDTOModifier and TypeMethodDescriptionPrestamoService.editarPrestamo(Long idPrestamo, PrestamoDTO prestamoDTO) Edita un préstamo existente.PrestamoServiceImp.editarPrestamo(Long idPrestamo, PrestamoDTO prestamoDTO) PrestamoService.registrarPrestamo(PrestamoDTO prestamoDTO) Registra un nuevo préstamo en el sistema.PrestamoServiceImp.registrarPrestamo(PrestamoDTO prestamoDTO)