Registry.java| Type | Field |
|---|---|
Map | mapByName |
List | orderedList |
| Return | Method | Parameters |
|---|---|---|
and | plugins | extensions of ProjectForge |
Kai | Reinhard | k.reinhard@micromata.de |
new | Registry | |
Registry | getInstance | |
void | init | ApplicationContext applicationContext |
PFUserDO | register | DaoConst.ACCESS, AccessDao.class, applicationContext.getBean(AccessDao.class |
customer | register | DaoConst.COST1, Kost1Dao.class, applicationContext.getBean(Kost1Dao.class |
project | register | DaoConst.COST_ASSIGNMENT, KostZuweisungDao.class, applicationContext.getBean(KostZuweisungDao.class |
RegistryEntry | register | final String id, final Class extends BaseDao>> daoClassType,
final BaseDao> dao,
final String i18nPrefix |
new | RegistryEntry | null, null, null |
new | RegistryEntry | id, daoClassType, dao, i18nPrefix |
RegistryEntry | register | final String id, final Class extends BaseDao>> daoClassType,
final BaseDao> dao |
return | register | id, daoClassType, dao, null |
Registry | register | final RegistryEntry entry |
Registry | register | final RegistryEntry existingEntry, final boolean insertBefore, final RegistryEntry entry |
| Commit | What changed |
|---|---|
868d6abb75 | 2025 -> 2026 |
63081666f6 | Source file headers: 2024-> 2025. |
5f9bbfbd37 | Fix typos in projectforge-business directory |
d67bce18b9 | Migration stuff in progress... |
b6092df092 | Copyright 2023 -> 2024 |
ab45d51fa4 | Copyright 2001-2022 -> 2001-2023. |
f1a12e2e5e | MEB functinoality and SmsReceiverServlet removed. |
5f7ef41b8c | Copyright 2021 -> 2022 |
c0f2b9de04 | Tenants functionality removed everywhere (untested). |
bac4708d93 | WIP: timesheet -> reference. |
ceb63e8a1b | Source code header: (C) 2001-2021. |
7c79f1922c | Copyright of source header -> 2020. |
73a9755df7 | More code cleanup: - Collapsed catch blocks that did the exact same things - Replaced ArrayList |
000ca723d8 | Remove pointless boolean expressions (business) |
b4dd6b74ac | Registry: AddressbookDao added. |
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 |