EN · DE · RU · FR · ES

#172: LiquidityForecastBuilder.kt

plugins/org.projectforge.plugins.liquidityplanning/src/main/kotlin/org/projectforge/plugins/liquidityplanning/LiquidityForecastBuilder.kt · Builder Utility · 121 lines · 80 code · 29 comments · 12 blank

Part of the Liquidity Planning plugin. Builder Utility.

Structure

LiquidityForecastBuilderopen class.

Key dependencies: org.projectforge.business.fibu., org.springframework.beans.factory.annotation.Autowired, org.springframework.stereotype.Service

Design Decisions

Gotchas & Pitfalls

Git History

CommitDescription
868d6abb72025 -> 2026 (minor edit, license header update)
63081666fSource file headers: 2024-> 2025. (minor edit, license header update)
3785f8347Migration stuff in progress... (minor edit, updated imports)
1b50060c3BaseDao: renamed: get -> find, save -> insert, getList -> select, load -> select (minor edit, build config)
3aeda5ef5Big change: all save|update|...InTrans renamed (InTrans removed). PfPesistenceContext as param not needed anymore (ThreadLocal is used instead). (all tests of all packages: OK). (substantial changes, build config)
b1560ca43Migration stuff in progress...
b6092df09Copyright 2023 -> 2024
ab45d51faCopyright 2001-2022 -> 2001-2023.
5f7ef41b8Copyright 2021 -> 2022
ceb63e8a1Source code header: (C) 2001-2021.