EN · DE · RU · FR · ES

#234: MerlinTemplateDefinitionHandler.kt

plugins/org.projectforge.plugins.merlin/src/main/kotlin/org/projectforge/plugins/merlin/MerlinTemplateDefinitionHandler.kt · Processor/Handler · 167 lines · 105 code · 50 comments · 12 blank

Part of the Merlin (document generation) plugin. Processor/Handler.

Kotlin Handler implementing MerlinTemplateDefinitionHandler.

Structure

MerlinTemplateDefinitionHandleropen class.

Key dependencies: de.micromata.merlin.excel.ExcelWorkbook, de.micromata.merlin.word.templating., org.projectforge.framework.jcr.Attachment, org.projectforge.framework.jcr.AttachmentsService, org.projectforge.framework.persistence.user.api.ThreadLocalUserContext, org.springframework.beans.factory.annotation.Autowired, org.springframework.stereotype.Service

Design Decisions

Git History

CommitDescription
868d6abb72025 -> 2026 (minor edit, license header update)
63081666fSource file headers: 2024-> 2025. (minor edit, license header update)
b79a1edcaMigration stuff in progress... (all tests of all packages: OK). (minor edit, method changes)
4c04cfd65MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.) (minor edit, method changes)
b6092df09Copyright 2023 -> 2024 (minor edit, license header update)
ab45d51faCopyright 2001-2022 -> 2001-2023.
38bec971aThreadLocal -> Kotlin
5f7ef41b8Copyright 2021 -> 2022
3fe452ef8Merlin: statistics, runner, handler etc. refactored.