EN · DE · RU · FR · ES

#783: Registry.java

projectforge-business/src/main/java/org/projectforge/registry/Registry.java Type: Java Class · Package: org.projectforge.registry · Source: projectforge-business/src/main/java/org/projectforge/registry/Registry.java 242 lines · 157 code · 55 comments · 30 blank
Java Class implementing Registry.

Fields

TypeField
MapmapByName
ListorderedList

Methods

ReturnMethodParameters
andpluginsextensions of ProjectForge
KaiReinhardk.reinhard@micromata.de
newRegistry
RegistrygetInstance
voidinitApplicationContext applicationContext
PFUserDOregisterDaoConst.ACCESS, AccessDao.class, applicationContext.getBean(AccessDao.class
customerregisterDaoConst.COST1, Kost1Dao.class, applicationContext.getBean(Kost1Dao.class
projectregisterDaoConst.COST_ASSIGNMENT, KostZuweisungDao.class, applicationContext.getBean(KostZuweisungDao.class
RegistryEntryregisterfinal String id, final Class> daoClassType, final BaseDao dao, final String i18nPrefix
newRegistryEntrynull, null, null
newRegistryEntryid, daoClassType, dao, i18nPrefix
RegistryEntryregisterfinal String id, final Class> daoClassType, final BaseDao dao
returnregisterid, daoClassType, dao, null
Registryregisterfinal RegistryEntry entry
Registryregisterfinal RegistryEntry existingEntry, final boolean insertBefore, final RegistryEntry entry

Architecture Analysis

Resides in projectforge-business, the core module containing domain logic, services, and persistence.

Git History

CommitWhat changed
868d6abb752025 -> 2026
63081666f6Source file headers: 2024-> 2025.
5f9bbfbd37Fix typos in projectforge-business directory
d67bce18b9Migration stuff in progress...
b6092df092Copyright 2023 -> 2024
ab45d51fa4Copyright 2001-2022 -> 2001-2023.
f1a12e2e5eMEB functinoality and SmsReceiverServlet removed.
5f7ef41b8cCopyright 2021 -> 2022
c0f2b9de04Tenants functionality removed everywhere (untested).
bac4708d93WIP: timesheet -> reference.
ceb63e8a1bSource code header: (C) 2001-2021.
7c79f1922cCopyright of source header -> 2020.
73a9755df7More code cleanup: - Collapsed catch blocks that did the exact same things - Replaced ArrayList with ArrayList<> - Replaced StringBuffer with StringBuilder - Removed a few usages of deprecated classes (mainly HSSFColors in Excel) - Replace Collections.sort with List.sort
000ca723d8Remove pointless boolean expressions (business)
b4dd6b74acRegistry: AddressbookDao added.
dd5ca38acdCopyRight of all java file-header updated or created.
a5bbdca6aaChange logger to slf4j
f979e8a429MGC-UPDATE: Update auf Version 3.0.0-SNAPSHOT
9ebb885224Initial commit