#1025: PosteingangDO.kt

projectforge-business/src/main/kotlin/org/projectforge/business/orga/PosteingangDO.kt JPA Entity (Incoming Mail), projectforge-business/src/main/kotlin/org/projectforge/business/orga/PosteingangDO.kt 80 lines · 43 code · 27 comments · 10 blank
Entity for the incoming mail registry (Posteingangsbuch). Maps to T_ORGA_POSTEINGANG. Records sender (absender, required), contact person, content, comment, date, and post type (enum PostType). Mirror of PostausgangDO but with absender as non-null and no empfaenger field. Includes named query for date range selection.

Git History

868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
c04fb0d51 Migration stuff in progress...
06828f490 Migration stuff in progress...
b6092df09 Copyright 2023 -> 2024
ab45d51fa Copyright 2001-2022 -> 2001-2023.
5f7ef41b8 Copyright 2021 -> 2022
c0f2b9de0 Tenants functionality removed everywhere (untested).
ceb63e8a1 Source code header: (C) 2001-2021.
ca0d5470e Remove DateBridges from DOs.
78b436d9e Replace instances of java.util.date with java.time.LocalDate
7c79f1922 Copyright of source header -> 2020.
19b97fcc3 DateBridge: encoding = EncodingType.STRING for all DateBridges.
8675a1dbe Declared all Kotlin JPA entities and their properties as open.
39cdd224c Hibernate search: DateBridge...
fe5a7c982 Heavy WIP: NamedQueries everywhere...
510e8d796 Heavy WIP: NamedQueries everywhere...
05244ff19 CopyRight of all Kotlin file-header updated or created.
86a152c6c PosteingangDO.java -> PosteingangDO.kt
132a27107 PostausgangDO.java -> PostausgangDO.kt.