Project

General

Profile

Download (3.72 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
f9fb33d5 02/08/2018 06:17 PM Andreas Kohlbecker

fix #7246 consitent implementation of LazySelect reloading of modified entity beans:

  • ReloadableSelect interface for select fields which support reloading the selected value from the persitent storage
  • EntitySupport interface to ship around equality problems of enitites which have modified data
e6feb60e 01/24/2018 12:07 PM Andreas Kohlbecker

ref #7206 fixing multiple representations problem in ToOneRelatedEntityReloader

b8853d8d 01/23/2018 12:19 PM Andreas Kohlbecker

ref #7206 replacing CdmEntityCache by CdmTransientEntityCacher and implementing EntityCacheDebugger

f393241e 01/18/2018 05:08 PM Andreas Kohlbecker

ref #7204 refactoring editor events and introducing generic EntityEditorActionEvent

2b9b03a1 01/08/2018 04:30 PM Andreas Kohlbecker

fix #7154 CdmEntityCache can update cached entities and using this in ToOneRelatedEntityReloader and in
SpecimenTypeDesignationWorkingsetEditorPresenter to update the ui with modified collections

b36e8dd1 12/22/2017 12:38 PM Andreas Kohlbecker

fix #7149 implementing CollectionEditor

19ba9005 12/12/2017 03:53 PM Andreas Kohlbecker

fix #7135 TeamOrPersonField allows selecting from existing Persons and Teams

5e97d775 11/14/2017 10:16 PM Andreas Kohlbecker

solving multiple representation probelms when adding source references to MediaSpecimen

  • extending PersistentContextAnalyzer
  • EntityCache support for more than one base entities
02ec8d6b 11/14/2017 11:39 AM Andreas Kohlbecker

ref #7059 ref #7046 using kindOfunit for TypeDesisgnations instead of DerivationEvent type and fixing save and LIE problems:
- intoducing EntityCache to allow re-using previously loaded entities
- CdmEntityCache implements EntityCache
- ToOneRelatedEntityReloader to replace entities loaded by the LazySelect...