#2077: GroupAccessServicesRest.kt
projectforge-rest/src/main/kotlin/org/projectforge/rest/GroupAccessServicesRest.kt REST Service, projectforge-rest/src/main/kotlin/org/projectforge/rest/GroupAccessServicesRest.kt (102 lines) 102 lines · 52 code · 40 comments · 10 blank
Source file: GroupAccessServicesRest.kt - rest service in ProjectForge REST module.
Architecture Analysis
Resides in projectforge-rest, the JAX-RS REST API layer consumed by the React frontend. Serves as a Spring @Service encapsulating business logic, coordinating across domain objects and repositories. Typically annotated with @Service, managed by the Spring IoC container with dependency injection.
Git History
| Commit | What changed |
|---|
868d6abb75 | 2025 -> 2026 |
63081666f6 | Source file headers: 2024-> 2025. |
77bade6dfb | javax.* -> jakarta.* |
b6092df092 | Copyright 2023 -> 2024 |
ab45d51fa4 | Copyright 2001-2022 -> 2001-2023. |
5f7ef41b8c | Copyright 2021 -> 2022 |
ceb63e8a1b | Source code header: (C) 2001-2021. |
de8b97b24a | Add AccessTableComponent |