bug #6120
closedbug #6119: Implement uuidAndTitleCache remote services
Cleanup uuidAndTitleCache methods
100%
Description
In TaxonService we have 2 methods getUuidAndTitleCacheTaxon and getUuidAndTitleCacheSynonym. They could be merged into one parameterized method with parameter "Class". Also IdentifiableService may need such a parameterized method. If so, the 2 DAO methods could also be merged.
Updated by Andreas Müller over 6 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 50
Applied in changeset cdmlib:commit:cdmlib|8d6c8a12abe82836eae03eab6a43b3cdea6d26df.
Updated by Andreas Müller over 6 years ago
- Assignee changed from Andreas Müller to Katja Luther
- % Done changed from 50 to 70
Please also check the code if you think it is reasonable
Updated by Katja Luther over 6 years ago
Andreas Müller wrote:
Please also check the code if you think it is reasonable
In TaxonBaseSelectionDialog it needs to be model = CdmStore.getService(ITaxonService.class).getUuidAndTitleCache(clazz, limitOfInitialElements, pattern);
The rest seems to be reasonable.
Updated by Andreas Müller over 6 years ago
- % Done changed from 70 to 50
Applied in changeset cdmlib:commit:cdmlib|c6af6a3d58f8fa0ec2a803f8651b8acd04139fde.
Updated by Katja Luther over 6 years ago
- Status changed from Resolved to Closed
- % Done changed from 50 to 100
tested all selection dialogs where it is used and it seems to work.
Updated by Katja Luther over 6 years ago
- Assignee changed from Katja Luther to Andreas Müller