EN · DE · RU · FR · ES

#675: ConfigurationType.java

projectforge-business/src/main/java/org/projectforge/framework/configuration/ConfigurationType.java Type: Java Class · Package: org.projectforge.framework.configuration · Source: projectforge-business/src/main/java/org/projectforge/framework/configuration/ConfigurationType.java 42 lines · 16 code · 23 comments · 3 blank
Java Class implementing ConfigurationType.

Methods

ReturnMethodParameters
booleanisInfinal ConfigurationType... configurationTypes

Architecture Analysis

Resides in projectforge-business, the core module containing domain logic, services, and persistence. Marked with @Configuration, providing Spring bean definitions and wiring for a specific subsystem.

Git History

CommitWhat changed
868d6abb752025 -> 2026
63081666f6Source file headers: 2024-> 2025.
5f9bbfbd37Fix typos in projectforge-business directory
40e721b9cfVCardUtils
4c04cfd652MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.)
b6092df092Copyright 2023 -> 2024
ab45d51fa4Copyright 2001-2022 -> 2001-2023.
5f7ef41b8cCopyright 2021 -> 2022
cf80afb28bRemoving of tenancy functionality finished (system tested).
0ab100d216Configuration refactored (GlobalConfiguration not needed anymore). SEPA export should now erease unprintable chars.
ceb63e8a1bSource code header: (C) 2001-2021.
7c79f1922cCopyright of source header -> 2020.
dd5ca38acdCopyRight of all java file-header updated or created.
58da097ae7PROJECTFORGE-2730 Refactorings for vacation calendar
9ebb885224Initial commit