EN · DE · RU · FR · ES

#196: MarketingPluginAddressDeletionListener.kt

plugins/org.projectforge.plugins.marketing/src/main/kotlin/org/projectforge/plugins/marketing/MarketingPluginAddressDeletionListener.kt · Event Listener · 47 lines · 18 code · 25 comments · 4 blank

Part of the Marketing Campaign plugin. Event Listener.

Structure

MarketingPluginAddressDeletionListenerclass : AddressCampaignDao) : AddressDeletionListener.

Key dependencies: org.projectforge.business.address.AddressDO, org.projectforge.business.address.AddressDeletionListener

Git History

CommitDescription
868d6abb72025 -> 2026 (minor edit, license header update)
63081666fSource file headers: 2024-> 2025. (minor edit, license header update)
108ecf629!!!!! Big change of Transaction handling: Re-uses PfPersistenceContext as much as possible (not yet finished). Tests doesn't yet run. readonly-Transactions in PfPersistenceService removed, write-operations of PfPersistenceService removed. (minor edit, method changes)
b1560ca43Migration stuff in progress... (substantial changes, updated imports)
06828f490Migration stuff in progress... (minor edit)
b6092df09Copyright 2023 -> 2024
ab45d51faCopyright 2001-2022 -> 2001-2023.
5f7ef41b8Copyright 2021 -> 2022
2d917460cForce deletion of historizable BaseDO implemented: support of marketing plugin implemented.