EN · DE · RU · FR · ES

#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

PropertyDeclaration
i18nKeyString

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
5752ef33b3Add Access and Attendee Filter to overview Page
70c983a5ffRedo the filter for overview page.