IHKService.java@Service bean acting as a placeholder service for the IHK plugin. Registered in the Spring application context but currently contains no methods or fields.IHKService is annotated with @Service, making it a Spring-managed singleton bean. It resides in the service sub-package, following ProjectForge's convention of separating service-layer classes from web-layer and domain-layer classes.
The class body is entirely empty — no fields, constructors, or methods beyond the implicit default constructor. It serves as a readiness point for future service-layer logic that may be extracted from IHKPage or IHKForm.
IHKService is not injected or referenced anywhere in the current codebase. The IHK plugin's business logic (timesheet querying, Excel export, JSON comment parsing) currently lives in IHKPage, IHKForm, and IHKExporter.org.projectforge.plugins.ihk.service mirrors conventions used by other plugins (e.g., ToDo's ToDoDao in its main package, but larger plugins often use service sub-packages).868d6abb7 2025 -> 2026 63081666f Source file headers: 2024-> 2025. b6092df09 Copyright 2023 -> 2024 ab45d51fa Copyright 2001-2022 -> 2001-2023. 5f7ef41b8 Copyright 2021 -> 2022 ceb63e8a1 Source code header: (C) 2001-2021. 7c79f1922 Copyright of source header -> 2020. 45cad02e9 IHK-Plugin added (Will replace "Ihk-Export"-Plugin in the long run)