VacationFilter.javaVacationFilterExtends: BaseSearchFilter
Implements: Serializable
@Override, @XStreamAlias
| Name | Type | Access | Modifiers |
|---|---|---|---|
serialVersionUID | long | private | static final |
employeeId | Integer | private | |
vacationstatus | VacationStatus | private | |
vacationmode | VacationMode | private |
| Name | Return Type | Access |
|---|---|---|
getEmployeeId() | Integer | public |
setEmployeeId() | void | public |
getVacationstatus() | VacationStatus | public |
setVacationstatus() | void | public |
getVacationmode() | VacationMode | public |
setVacationmode() | void | public |
reset() | BaseSearchFilter | public |
| Commit | What changed |
|---|---|
868d6abb75 | 2025 -> 2026 |
63081666f6 | Source file headers: 2024-> 2025. |
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. |
32f634b88f | Optimize imports |
dd5ca38acd | CopyRight of all java file-header updated or created. |
d33a721130 | PROJECTFORGE-2660 Add filter for status and mode |
d1baa5893a | PROJECTFORGE-2644 Fix vacation filter bug |
4d475fce6f | PROJECTFORGE-2008 Add HR Vacation rights to user, some time fixes, refactorings |
139c01a23b | PROJECTFORGE-2009 Finalize leave application |
6bdc1dfae0 | PROJECTFORGE-2009 Add wicket list and edit pages, db core updates, services |
b22158571d | PROJECTFORGE-2009 Add new pages |