#2861: ConfigurationListPage.java

projectforge-wicket/src/main/java/org/projectforge/web/admin/ConfigurationListPage.java

Path: projectforge-wicket/src/main/java/org/projectforge/web/admin/ConfigurationListPage.java · Type: Java Wicket component

Purpose: Part of the ProjectForge admin module.

Source: GitHub

140 lines total
CommitDateMessage
868d6abb2025 -> 2026
63081666Source file headers: 2024-> 2025.
3aeda5efBig change: all save|update|...InTrans renamed (InTrans removed). PfPesistenceContext as param not n
1135ccbcPersistence: functions renamed: *NewTrans -> *InTrans
b095e6f7!!!!! Big change of Transaction handling: Re-uses PfPersistenceContext as much as possible (not yet
4efcbd0fMigration stuff in progress...
06828f49Migration stuff in progress...
b6092df0Copyright 2023 -> 2024
ab45d51fCopyright 2001-2022 -> 2001-2023.
5f7ef41bCopyright 2021 -> 2022
0ab100d2Configuration refactored (GlobalConfiguration not needed anymore). SEPA export should now erease unp
c0f2b9deTenants functionality removed everywhere (untested).
ceb63e8aSource code header: (C) 2001-2021.
a6a7aeceOptimize Imports
7c79f192Copyright of source header -> 2020.
58da097aPROJECTFORGE-2730 Refactorings for vacation calendar
c57595f7PROJECTFORGE-2223 Listenpflegeseite (Arbeitsstand)
9ebb8852Initial commit

What it does

Apache Wicket Wicket component. Extends AbstractListPage<ConfigurationListForm, ConfigurationDao, ConfigurationDO>. Key methods: populateItem(), populateItem(), populateItem(), populateItem(), newListForm(). Package: org.projectforge.web.admin. Patterns: list page, overrides super.

Key takeaways