#2247: AbstractImportJob.kt

projectforge-rest/src/main/kotlin/org/projectforge/rest/importer/AbstractImportJob.kt Abstract Service, projectforge-rest/src/main/kotlin/org/projectforge/rest/importer/AbstractImportJob.kt (174 lines) 174 lines · 116 code · 45 comments · 13 blank
Source file: AbstractImportJob.kt - abstract service in ProjectForge REST module.

Architecture Analysis

Resides in projectforge-rest, the JAX-RS REST API layer consumed by the React frontend. Typically annotated with @Service, managed by the Spring IoC container with dependency injection.

Git History

CommitWhat changed
868d6abb752025 -> 2026
34a1673e00WIP: Import of creditor invoices
4d4c6b449bCurrency field added to invoices (incoming and outgoing)
63081666f6Source file headers: 2024-> 2025.
67805f2fc1ThreadLocalUserContext.user -> ThreadLocalUserContext.loggedInUser (renamed for avoiding mis-understandings in code).
4c04cfd652MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.)
b6092df092Copyright 2023 -> 2024
ab45d51fa4Copyright 2001-2022 -> 2001-2023.
1634924531WIP: Jobs and Bank account records.
232a91c5a4BaseUserGroupRightUtils implemented. WIP BankingPlugin and jobs-handling.
38bec971afThreadLocal -> Kotlin
09b3f0df79WIP: Jobmonitor. ListStatisticsSupport -> MarkdownBuilder