OrderDirection.javaASC (ascending) and DESC (descending).This is a minimal Java enum in the timesheet domain package. It provides the two standard sort directions used by the timesheet DAO and filtering layer. The class is used by search filters, order-by clauses in database queries, and UI table column sorting. Being in the business.timesheet package, it is specific to timesheet-related ordering but follows the same pattern as similar enums found throughout the ProjectForge codebase (e.g. in reports and other business modules).
This file has had no functional changes beyond annual copyright-header updates since its initial commit, indicating a stable, well-defined API.
868d6abb7 2025 -> 2026\n63081666f Source file headers: 2024-> 2025.\nb6092df09 Copyright 2023 -> 2024\nab45d51fa Copyright 2001-2022 -> 2001-2023.\n5f7ef41b8 Copyright 2021 -> 2022\nceb63e8a1 Source code header: (C) 2001-2021.\n7c79f1922 Copyright of source header -> 2020.\ndd5ca38ac CopyRight of all java file-header updated or created.\n9ebb88522 Initial commit