#560: TeamEventService.java

projectforge-business/src/main/java/org/projectforge/business/teamcal/event/TeamEventService.java Type: Java Handler/Service · Purpose: Service class providing business logic and application services. · Source: projectforge-business/src/main/java/org/projectforge/business/teamcal/event/TeamEventService.java 83 lines · 34 code · 27 comments · 22 blank
Service class providing business logic and application services.

Class: TeamEventService

Annotations

@Deprecated

Architecture Analysis

Resides in projectforge-business, the core module containing domain logic, services, and persistence. Defines a contract/interface that multiple implementations can satisfy, enabling polymorphic behavior and testability.

Git History

CommitWhat changed
868d6abb752025 -> 2026
63081666f6Source file headers: 2024-> 2025.
61966790f6Ical4j: migration stuff...
3aeda5ef5aBig change: all save|update|...InTrans renamed (InTrans removed). PfPesistenceContext as param not needed anymore (ThreadLocal is used instead). (all tests of all packages: OK).
1135ccbca9Persistence: functions renamed: *NewTrans -> *InTrans
b095e6f7d1!!!!! Big change of Transaction handling: Re-uses PfPersistenceContext as much as possible (not yet finished). Tests doesn't yet run.
4c04cfd652MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.)
b6092df092Copyright 2023 -> 2024
ab45d51fa4Copyright 2001-2022 -> 2001-2023.
5f7ef41b8cCopyright 2021 -> 2022
ceb63e8a1bSource code header: (C) 2001-2021.
7c79f1922cCopyright of source header -> 2020.
32f634b88fOptimize imports
aab28d48a3TeamEvent.java -> ICalendarEvent as Kotlin interface.
dd5ca38acdCopyRight of all java file-header updated or created.
d9e217bcd8PROJECTFORGE-2758: - Finish first version of ICalHandler - Remove usage of TeamCalServiceImpl - Implement first test for ICalHandler
30490cd940PROJECTFORGE-3159: - Fix uid handling in iCal Drag & Drop - Add undelete to iCal Drag & Drop and Rest interface
e18c5f8fe5PROJECTFORGE-3159: - change unique constraint for uid of calendar events, new constraint is calender_fk and uid - add DatabaseCoreUpdate method - improve handling of attendees and organizer
5b48aee429PROJECTFORGE-3159: - Extend Database for event attendies and event ownership - Refactor TeamEventDAORest - Multiple Bugfixes - Add attendee information extraction to ical import - Add merge of attendee information - Rework sending mails for events (wip)
073b8c5c5ePROJECTFORGE-3159: - further refactoring event mail stuff
481fb5528ePROJECTFORGE-2748 Fix CalDAV recurrence bug, TeamCal and TeamEventService has to be refactored more
84e21642b9Fix team event response bug
62e7186024PROJECTFORGE-2676 Doing updates and sending email after updates
1cacf4b870PROJECTFORGE-2675 Add and modify attendies
221866aff5PROJECTFORGE-2302 Fix QS findings
e89ced3866PROJECTFORGE-2394 Add new response servlet, some refactorings
438b8e4644PROJECTFORGE-2304 Add user, if email match
fe848cc862PROJECTFORGE-2304 Add attendee to team event, PROJECTFORGE-2301 Mail information to attendees