#2924: AbstractImportPage.java

projectforge-wicket/src/main/java/org/projectforge/web/core/importstorage/AbstractImportPage.java Java class, projectforge-wicket/src/main/java/org/projectforge/web/core/importstorage/AbstractImportPage.java 231 lines · 174 code · 30 comments · 27 blank
Java Wicket page 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
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).
b6092df092Copyright 2023 -> 2024
ab45d51fa4Copyright 2001-2022 -> 2001-2023.
232a91c5a4BaseUserGroupRightUtils implemented. WIP BankingPlugin and jobs-handling.
5f7ef41b8cCopyright 2021 -> 2022
e1538819c8Merlin: WIP. IHK, SkillMatrix, DatevImport, AddressExport, ForecastExport, InvoiceService, AbstractImportStoragePanel, AbstractImportPage, ScriptExecutePage and ScriptingPage: using now Autoclosure of ExcelWorkbook and WordDocument.
db3b02da77UserException moved from business to common package (AccesssException affected). UserException will now be returned as Toast for Rest clients on default. FileSizeChecker WIP.
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.
a5bbdca6aaChange logger to slf4j
f979e8a429MGC-UPDATE: Update auf Version 3.0.0-SNAPSHOT
c2ef160de4Merge branch 'develop' into feature/PROJECTFORGE-1986
9af6f6dbdePROJECTFORGE-2282 improve error handling on excel import
9ebb885224Initial commit