#1039: PollStateFilter.kt

projectforge-business/src/main/kotlin/org/projectforge/business/poll/filter/PollStateFilter.kt Type: Kotlin Enum/State · Purpose: Enumeration or state definition representing a fixed set of values. · Source: projectforge-business/src/main/kotlin/org/projectforge/business/poll/filter/PollStateFilter.kt 34 lines · 8 code · 22 comments · 4 blank
Enumeration or state definition representing a fixed set of values.

Class: PollStateFilter

Functions

Architecture Analysis

Resides in projectforge-business, the core module containing domain logic, services, and persistence. Acts as a Query Filter in the custom result filtering infrastructure, used by search and list pages to narrow down database results based on user-selected criteria. Defines a fixed set of named constants, often implementing I18nEnum for internationalized display labels.

Git History

CommitWhat changed
868d6abb752025 -> 2026
63081666f6Source file headers: 2024-> 2025.
b6092df092Copyright 2023 -> 2024
5cfd12067bReformat code, some logging, i18n & Source Headers
70c983a5ffRedo the filter for overview page.