#2926: AbstractImportStoragePanel.java

projectforge-wicket/src/main/java/org/projectforge/web/core/importstorage/AbstractImportStoragePanel.java Java class, projectforge-wicket/src/main/java/org/projectforge/web/core/importstorage/AbstractImportStoragePanel.java 514 lines · 439 code · 40 comments · 35 blank
Java Wicket panel web core importstorage.

Architecture Analysis

Resides in projectforge-wicket, the legacy Apache Wicket web UI layer, gradually being replaced by React. Typically annotated with @Service, managed by the Spring IoC container with dependency injection.

Git History

CommitWhat changed
868d6abb752025 -> 2026
dc7cff6a16Customization of i18n keys implemented.
63081666f6Source file headers: 2024-> 2025.
b71b5073d3Migration stuff in progress... (all tests of all packages: OK).
0f76498d12Migration stuff in progress... (all tests of all packages: OK).
bbc198d030Migration stuff in progress... (all tests of all packages: OK).
a72903e36a*.java, *.kt: StringBuffer -> StringBuilder.
b6092df092Copyright 2023 -> 2024
ab45d51fa4Copyright 2001-2022 -> 2001-2023.
73b0be50b2org.apache.commons.collections -> org.apache.commons.collections4
4548710dffWIP: migration.
4a6390e11dMerge branch 'develop' into feature/wicket8
5f7ef41b8cCopyright 2021 -> 2022
e1538819c8Merlin: WIP. IHK, SkillMatrix, DatevImport, AddressExport, ForecastExport, InvoiceService, AbstractImportStoragePanel, AbstractImportPage, ScriptExecutePage and ScriptingPage: using now Autoclosure of ExcelWorkbook and WordDocument.
ceb63e8a1bSource code header: (C) 2001-2021.
dee69b7965Merge branch 'VacationMigration' into merlin-importer
7c79f1922cCopyright of source header -> 2020.
e2f52c29c1WIP: ExcelImport with Merlin
201a581953ExcelImporter uses new ActionLog of Merlin.
8055a611a8Using now ImportStorage from Merlin lib.
f979e8a429MGC-UPDATE: Update auf Version 3.0.0-SNAPSHOT
6aa6a9cc3bChanged wicket and wicketstuff version to 8.0.0-M6
1f08a2b6fdPROJECTFORGE-3079 Remove dublicate feedback panel
21618f128dPROJECTFORGE-2282 validate the employees users full name along with its id and right align numbers in import preview panel
034fa3d207PROJECTFORGE-2282 add detection of changes on attr properties during excel import
9ebb885224Initial commit