EN · DE · RU · FR · ES

#285: ToDoDO.kt

plugins/org.projectforge.plugins.todo/src/main/kotlin/org/projectforge/plugins/todo/ToDoDO.kt · Data Object (Entity) · 168 lines · 109 code · 39 comments · 20 blank

Part of the ToDo plugin. Data Object (Entity).

Kotlin jpa entity (do) representing ToDoDO. ToDoDO is defined in package <code>org.projectforge.plugins.todo</code>.

Structure

ToDoDOopen class : DefaultBaseDO().

Key dependencies: org.projectforge.business.task.TaskDO, org.projectforge.common.anots.PropertyInfo, org.projectforge.common.i18n.Priority, org.projectforge.Constants, org.projectforge.framework.persistence.entities.DefaultBaseDO, org.projectforge.framework.persistence.user.api.UserPrefParameter, org.projectforge.framework.persistence.user.entities.GroupDO, org.projectforge.framework.persistence.user.entities.PFUserDO

Design Decisions

Gotchas & Pitfalls

Git History

CommitDescription
868d6abb72025 -> 2026 (minor edit, license header update)
63081666fSource file headers: 2024-> 2025. (minor edit, license header update)
0237d5ebaJson serialization refactored: IdOnlySerializer and IdsOnlySerializer introduced. (minor edit, updated imports)
4c04cfd65MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.) (minor edit)
ad9ac6b63Migration stuff in progress... (minor edit, updated imports)
f5c09f87fMigration stuff in progress...
b1560ca43Migration stuff in progress...
c04fb0d51Migration stuff in progress...
06828f490Migration stuff in progress...
b6092df09Copyright 2023 -> 2024