Package org.emau.icmvc.ganimed.ttp.cm2
Interface PdfGenerationService
public interface PdfGenerationService
-
Method Summary
Modifier and TypeMethodDescriptionorg.emau.icmvc.ttp.health.HealthState.TermcheckAvailability(boolean forceCheckAgain) generatePdf(String url, String language) Returns PDF encoded as base64 for the given URL.booleanpreparePdfForConsent(ConsentDTO consentDTO, String internalWebUrl) preparePdfForTemplates(List<ConsentTemplateKeyDTO> templates, boolean includeQrCode, String internalWebUrl)
-
Method Details
-
preparePdfForConsent
String preparePdfForConsent(ConsentDTO consentDTO, String internalWebUrl) throws InvalidConfigurationException - Throws:
InvalidConfigurationException
-
preparePdfForTemplates
String preparePdfForTemplates(List<ConsentTemplateKeyDTO> templates, boolean includeQrCode, String internalWebUrl) throws InvalidConfigurationException - Throws:
InvalidConfigurationException
-
generatePdf
Returns PDF encoded as base64 for the given URL.- Parameters:
url- the URL- Returns:
- PDF encoded as base64 for the given URL
- Throws:
PdfGenerationException- if generation of PDF fails
-
getJob
-
hasJob
-
checkAvailability
org.emau.icmvc.ttp.health.HealthState.Term checkAvailability(boolean forceCheckAgain)
-