Interface PdfResume

All Known Implementing Classes:
PdfResumeImpl

public interface PdfResume
Interface Service PDFResume to create resume on reservation.
Since:
2020-04-27.
Version:
2.0.
Author:
Krystian Cwioro Kamil Bieniasz Damian Mierzynski.
  • Method Summary

    Modifier and Type Method Description
    java.io.InputStream generatePdf​(java.lang.Long id)
    Method create pdf file.
  • Method Details

    • generatePdf

      java.io.InputStream generatePdf​(java.lang.Long id) throws java.io.IOException, com.itextpdf.text.DocumentException
      Method create pdf file.
      Parameters:
      reservation -
      Returns:
      InputStream - pdf file.
      Throws:
      java.io.IOException
      com.itextpdf.text.DocumentException