Project

General

Profile

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

# Date Author Comment
ef59fcf5 11/13/2018 03:36 PM Andreas Kohlbecker

SpecimenTypeDesignationWorkingSetServiceImpl load method read-only

dd3f7f9d 08/13/2018 07:32 PM Andreas Kohlbecker

ref #7622 persisting new registrations only when typeDesignations have been added

6055cbe0 07/20/2018 10:53 AM Andreas Kohlbecker

fix #7569 ordering typedesignations in workingset by type

41556e03 07/12/2018 05:40 PM Andreas Kohlbecker

ref #7552 adapting cdm-vaadin to TypedEntityReference now being in other package

39939f0e 07/12/2018 02:43 PM Andreas Kohlbecker

ref #6967 moving RegistrationWorkingSetService to cdmlib

e9c6f795 04/27/2018 02:16 PM Andreas Kohlbecker

fix #7381 invalid initstrategy was causing LIEs on saving SpecimenTypeDesignationEditor

3baf1767 04/19/2018 02:20 PM Andreas Kohlbecker

fix #7353 SpecimenTypedesignationsWorkingsetEditor: adapting to changes in DerivedUnitConverter and blockig kindOfUnit changes in case of multiple typeDesignations per specimen

6d6d19d1 04/11/2018 04:55 PM Andreas Kohlbecker

ref #7348 moving RegistrationDTO related classes into cdmlib-services conformant packages

0844524a 04/11/2018 04:55 PM Andreas Kohlbecker

switching vom id based to uuid based ui navigation and entity references

374696fa 01/30/2018 04:21 PM Andreas Kohlbecker

ref #6740 TypeDesignationSetManager switched from workingsetid to baseReference

d1344a8b 12/20/2017 09:22 AM Andreas Kohlbecker

ref #7103 defined test method execution order

0453b64d 12/14/2017 02:28 PM Andreas Kohlbecker

ref #7103 fixing test setup and data for SpecimenTypeDesignationWorkingSetServiceImplTest

1937e1c0 12/05/2017 12:26 PM Andreas Kohlbecker

better delete impl in SpecimenTypeDesignationWorkingSetServiceImpl and ignoring test

b1b16714 12/04/2017 03:52 PM Andreas Kohlbecker

renaming SpecimenTypeDesignationWorkingsetEditorPresenterTest to SpecimenTypeDesignationWorkingSetServiceImplTest and fixing test data

2969d864 11/24/2017 11:32 PM Andreas Kohlbecker

implementing test framework for integration tests and setting up SpecimenTypeDesignationWorkingService tests

6ab3b976 11/23/2017 12:36 PM Andreas Kohlbecker

delete of SpecimenTypeDesignationWorkingSet implemented

9dab9096 11/23/2017 10:17 AM Andreas Kohlbecker

moving bussiness logic from presenter into DTO Service

aa47a3ed 11/22/2017 05:39 PM Andreas Kohlbecker

fix #7083 possible to edit preferredStableUri of TypeSpecimens

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
a4ef0a5a 11/14/2017 12:49 PM Andreas Kohlbecker

SpecimenTypeDesignationWorkingSetDTO with nore knowledge on typifiedName and citation simplifies presenters

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...