EN · DE · RU · FR · ES

#175: LiquidityEntryPagesRest.kt

plugins/org.projectforge.plugins.liquidityplanning/src/main/kotlin/org/projectforge/plugins/liquidityplanning/rest/LiquidityEntryPagesRest.kt · REST API Controller · 57 lines · 24 code · 28 comments · 5 blank

Part of the Liquidity Planning plugin. REST API Controller.

REST API endpoint handling HTTP requests and responses for the ProjectForge web services.

Structure

LiquidityEntryPagesRestclass : AbstractDOPagesRest<LiquidityEntryDO, LiquidityEntryDao>(baseDaoClazz = LiquidityEntryDao::class.java, i18nKeyPrefix = "plugins.liquidityplanning.entry.title").

Key dependencies: org.projectforge.framework.persistence.api.MagicFilter, org.projectforge.plugins.liquidityplanning.LiquidityEntryDO, org.projectforge.plugins.liquidityplanning.LiquidityEntryDao, org.projectforge.rest.config.Rest, org.projectforge.rest.core.AbstractDOPagesRest, org.projectforge.ui., org.springframework.web.bind.annotation.RequestMapping, org.springframework.web.bind.annotation.RestController

Design Decisions

Gotchas & Pitfalls

Git History

CommitDescription
868d6abb72025 -> 2026 (minor edit, license header update)
63081666fSource file headers: 2024-> 2025. (minor edit, license header update)
77bade6dfjavax.* -> jakarta.* (minor edit, updated imports)
b6092df09Copyright 2023 -> 2024 (minor edit, license header update)
ab45d51faCopyright 2001-2022 -> 2001-2023. (minor edit, license header update)
44dcb895bAbstractPagesRest.createListLayout(...) refactored.
52c99bf9cFormatter -> UITableColumn.Formatter
4a8ee9d9cWIP: AG-Grid, multi-selection
d6e38e608WIP: AG-Grid, mass-update
5f7ef41b8Copyright 2021 -> 2022