Project

General

Profile

« Previous | Next » 

Revision 5ef12561

Added by Patrick Plitzner about 5 years ago

ref #6413 Use UUIDS for service method parameters

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/TypeDesignationSection.java
73 73
                if (dialog.open() == IStatus.OK) {
74 74
                    SpecimenTypeDesignation baseTypeDesignation = HibernateProxyHelper.deproxy(wizard.getBaseTypeDesignation());
75 75
                    UpdateResult result = CdmStore.getService(INameService.class).cloneTypeDesignation(
76
                            wizard.getTaxonName(),
76
                            wizard.getTaxonName().getUuid(),
77 77
                            baseTypeDesignation,
78 78
                            wizard.getAccessionNumber(),
79
                            wizard.getCollection(),
79
                            wizard.getCollection().getUuid(),
80 80
                            wizard.getTypeStatus());
81 81
                    if(!result.isOk()){
82 82
                        MessagingUtils.warningDialog(Messages.TypeDesignationSection_DUPLICATE_FAILED, this, result.getExceptions().toString());

Also available in: Unified diff