EN · DE · RU · FR · ES

#676: IConfigurationParam.java

projectforge-business/src/main/java/org/projectforge/framework/configuration/IConfigurationParam.java Type: Java Class · Package: org.projectforge.framework.configuration · Source: projectforge-business/src/main/java/org/projectforge/framework/configuration/IConfigurationParam.java 58 lines · 11 code · 39 comments · 8 blank
Java Class implementing IConfigurationParam.

Methods

ReturnMethodParameters
ReneKommerr.kommer.extern@micromata.de
StringgetKey
ConfigurationTypegetType
StringgetI18nKey
booleangetDefaultBooleanValue
StringgetDescriptionI18nKey
StringgetDefaultStringValue
longgetDefaultLongValue

Architecture Analysis

Resides in projectforge-business, the core module containing domain logic, services, and persistence. Defines a contract/interface that multiple implementations can satisfy, enabling polymorphic behavior and testability.

Git History

CommitWhat changed
868d6abb752025 -> 2026
63081666f6Source file headers: 2024-> 2025.
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
c0f2b9de04Tenants functionality removed everywhere (untested).
ceb63e8a1bSource code header: (C) 2001-2021.
7c79f1922cCopyright of source header -> 2020.
dd5ca38acdCopyRight of all java file-header updated or created.
8caa563148refactor Password Quality Check + setup multiple i18n as return messages
e6a4a732a6PROJECTFORGE-3031 add minPasswordLength to configuration
9ebb885224Initial commit