#1278: DatabaseInitTestDataService.kt
projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/database/DatabaseInitTestDataService.kt Test Data Initializer, projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/database/DatabaseInitTestDataService.kt 167 lines · 131 code · 23 comments · 13 blank
Initializes example/test scripts during PF application startup. Inserts pre-defined Kotlin scripts into the ScriptDao, including JFreeChart demo, Excel user export, Excel timesheet export, and other demo scripts. Each script gets a description, source code, and parameter definitions via insertScript() helper.
Git History
868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
53b501ab6 Example scripts fixed.
b6eb06c26 Initial test scripts for new PF instances fixed.
1b50060c3 BaseDao: renamed: get -> find, save -> insert, etc.