#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
| Commit | What changed |
|---|
868d6abb75 | 2025 -> 2026 |
34a1673e00 | WIP: Import of creditor invoices |
4d4c6b449b | Currency field added to invoices (incoming and outgoing) |
63081666f6 | Source file headers: 2024-> 2025. |
67805f2fc1 | ThreadLocalUserContext.user -> ThreadLocalUserContext.loggedInUser (renamed for avoiding mis-understandings in code). |
4c04cfd652 | MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.) |
b6092df092 | Copyright 2023 -> 2024 |
ab45d51fa4 | Copyright 2001-2022 -> 2001-2023. |
1634924531 | WIP: Jobs and Bank account records. |
232a91c5a4 | BaseUserGroupRightUtils implemented. WIP BankingPlugin and jobs-handling. |
38bec971af | ThreadLocal -> Kotlin |
09b3f0df79 | WIP: Jobmonitor. ListStatisticsSupport -> MarkdownBuilder |