#589: ICalendarFilter.java

projectforge-business/src/main/java/org/projectforge/business/teamcal/filter/ICalendarFilter.java Type: Java Filter/Search · Purpose: Search filter criteria used for filtering database queries and list views. · Source: projectforge-business/src/main/java/org/projectforge/business/teamcal/filter/ICalendarFilter.java 157 lines · 29 code · 103 comments · 25 blank
Search filter criteria used for filtering database queries and list views.

Class: ICalendarFilter

Extends: Serializable

Annotations

@Deprecated

Architecture Analysis

Resides in projectforge-business, the core module containing domain logic, services, and persistence. Acts as a Query Filter in the custom result filtering infrastructure, used by search and list pages to narrow down database results based on user-selected criteria. 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.
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.
d3a178833cWrong substitution of "calendar" -> "datetime" while refactoring, reverted commit from 12.12.2019.
13cfb03302WIP: Migration to PFDate and PFDateTime.
f3730113a9Replace more occurences of joda.time, java.util.Calendar
9de5dc2773Merge branch 'develop' into TimeClassReplacements
af35917ac2More code cleanup
32f634b88fOptimize imports
dd5ca38acdCopyRight of all java file-header updated or created.
a0f13f6c5eCalendarFilters marked as deprecated. Will be removed if Wicket calendar is fully replaced by React calendar.
9ebb885224Initial commit