Project

General

Profile

« Previous | Next » 

Revision 02ec8d6b

Added by Andreas Kohlbecker over 6 years ago

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
- SpecimenTypeDesignationWorkingsetEditorPresenter implements CachingPresenter so that EnityCache and
ToOneRelatedEntityReloader can interact
- completing init strategies in RegistrationWorkingSetService
- SpecimenTypeDesignationWorkingsetEditorPresenter.saveBean reuses entities stored in entityCache
- introducing SpecimenTypeDesignationWorkingSetService

View differences:

src/main/java/eu/etaxonomy/cdm/addon/config/CdmVaadinConfiguration.java
68 68
@EnableVaadin   // this imports VaadinConfiguration
69 69
@EnableVaadinSpringNavigation // activate the NavigationManagerBean
70 70
@EnableAnnotationBasedAccessControl // enable annotation based per view access control
71
// @EnableTransactionManagement(mode=AdviceMode.ASPECTJ) // has no effect here
71 72
public class CdmVaadinConfiguration implements ApplicationContextAware  {
72 73

  
73 74
    /**

Also available in: Unified diff