Uses of Interface
it.unimib.unimibmodules.controller.PdfService
Packages that use PdfService
-
Uses of PdfService in it.unimib.unimibmodules.controller
Fields in it.unimib.unimibmodules.controller declared as PdfServiceModifier and TypeFieldDescriptionprivate final PdfService
AnswerController.pdfService
Instance of PdfService that will be used to create the pdf.Constructors in it.unimib.unimibmodules.controller with parameters of type PdfServiceModifierConstructorDescriptionAnswerController
(AnswerRepository answerRepository, UserRepositoryReadOnly userRepository, SurveyRepositoryReadOnly surveyRepository, QuestionRepositoryReadOnly questionRepository, CloseEndedAnswerRepositoryReadOnly closeEndedAnswerRepository, MailService mailService, PdfService pdfService, org.modelmapper.ModelMapper modelMapper) -
Uses of PdfService in it.unimib.unimibmodules.service
Classes in it.unimib.unimibmodules.service that implement PdfService