#591: TemplateCalendarProperties.java
projectforge-business/src/main/java/org/projectforge/business/teamcal/filter/TemplateCalendarProperties.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/TemplateCalendarProperties.java 200 lines · 128 code · 49 comments · 23 blank
Search filter criteria used for filtering database queries and list views.
Class: TemplateCalendarProperties
Implements: Serializable, Comparable
Annotations
@Override
Fields
| Name | Type | Access | Modifiers |
serialVersionUID | long | private | static final |
calId | Long | private | |
colorCode | String | private | |
visible | boolean | private | |
Methods
| Name | Return Type | Access |
updateMillisOfLastChange() | void | public |
getMillisOfLastChange() | Long | public |
setMillisOfLastChange() | TemplateCalendarProperties | public |
getCalId() | Long | public |
setCalId() | TemplateCalendarProperties | public |
getColorCode() | String | public |
setColorCode() | TemplateCalendarProperties | public |
isVisible() | boolean | public |
setVisible() | TemplateCalendarProperties | public |
hashCode() | int | public |
equals() | boolean | public |
compareTo() | int | public |
clone() | TemplateCalendarProperties | public |
isModified() | boolean | public |
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.
Git History
| Commit | What changed |
|---|
868d6abb75 | 2025 -> 2026 |
63081666f6 | Source file headers: 2024-> 2025. |
4c04cfd652 | MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.) |
b6092df092 | Copyright 2023 -> 2024 |
ab45d51fa4 | Copyright 2001-2022 -> 2001-2023. |
5f7ef41b8c | Copyright 2021 -> 2022 |
ceb63e8a1b | Source code header: (C) 2001-2021. |
7c79f1922c | Copyright of source header -> 2020. |
d3a178833c | Wrong substitution of "calendar" -> "datetime" while refactoring, reverted commit from 12.12.2019. |
9de5dc2773 | Merge branch 'develop' into TimeClassReplacements |
32f634b88f | Optimize imports |
97991a2c4d | Revert "Simplify boolean return statements (business)" |
40480b54dd | Simplify boolean return statements (business) |
000ca723d8 | Remove pointless boolean expressions (business) |
dd5ca38acd | CopyRight of all java file-header updated or created. |
a5bbdca6aa | Change logger to slf4j |
f979e8a429 | MGC-UPDATE: Update auf Version 3.0.0-SNAPSHOT |
9ebb885224 | Initial commit |