EN · DE · RU · FR · ES

#1206: AttachmentsService.kt

projectforge-business/src/main/kotlin/org/projectforge/framework/jcr/AttachmentsService.kt Object / Singleton, projectforge-business/src/main/kotlin/org/projectforge/framework/jcr/AttachmentsService.kt 688 lines · 546 code · 114 comments · 28 blank
Business service layer component

Git History

868d6abb7 2025 -> 2026
69441cecd ZipMode and ZipUtils moved to common (for availability in scripts)
98f6d080c Sanity check of data transfer and JCR finished.
63081666f Source file headers: 2024-> 2025.
b79a1edca Migration stuff in progress... (all tests of all packages: OK).
1b50060c3 BaseDao: renamed: get -> find, save -> insert, getList -> select, load -> select
87aaf6a5a Migration stuff in progress... BaseDao refactored (not yet finished) internal* methods renamed.
3aeda5ef5 Big change: all save|update|...InTrans renamed (InTrans removed). PfPesistenceContext as param not needed anymore (ThreadLocal is used instead). (all tests of all packages: OK).