EN · DE · RU · FR · ES

#1169: Favorites.kt

projectforge-business/src/main/kotlin/org/projectforge/favorites/Favorites.kt Open class : AbstractFavorite>(), projectforge-business/src/main/kotlin/org/projectforge/favorites/Favorites.kt 255 lines · 182 code · 47 comments · 26 blank
User favorites management

Git History

868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
5f9bbfbd3 Fix typos in projectforge-business directory
011000f03 Migration stuff in progress... (all tests of all packages: OK).
1b50060c3 BaseDao: renamed: get -> find, save -> insert, getList -> select, load -> select
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).
67805f2fc ThreadLocalUserContext.user -> ThreadLocalUserContext.loggedInUser (renamed for avoiding mis-understandings in code).
384da53de Migration stuff in progress...