#1036: PollAssignment.kt
projectforge-business/src/main/kotlin/org/projectforge/business/poll/filter/PollAssignment.kt Type: Kotlin Class · Package: org.projectforge.business.poll.filter · Source: projectforge-business/src/main/kotlin/org/projectforge/business/poll/filter/PollAssignment.kt 33 lines · 7 code · 22 comments · 4 blank
Kotlin Class implementing PollAssignment.
Properties
| Property | Declaration |
i18nKey | String |
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 |
5752ef33b3 | Add Access and Attendee Filter to overview Page |
70c983a5ff | Redo the filter for overview page. |