#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
| Commit | What changed |
|---|
868d6abb75 | 2025 -> 2026 |
63081666f6 | Source file headers: 2024-> 2025. |
b6092df092 | Copyright 2023 -> 2024 |
5cfd12067b | Reformat code, some logging, i18n & Source Headers |
70c983a5ff | Redo the filter for overview page. |