Project

General

Profile

« Previous | Next » 

Revision 53eda82e

Added by Cherian Mathew over 8 years ago

#5350 : Use newly added getTaxonNodeUuidAndTitleCacheOfAcceptedTaxaByClassification method with uuid

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/dataimport/transientServices/TransientClassificationService.java
975 975
        return defaultService.loadWithUpdate(arg0);
976 976
    }
977 977

  
978
    /**
979
     * {@inheritDoc}
980
     */
981
    @Override
982
    public List<UuidAndTitleCache<TaxonNode>> getTaxonNodeUuidAndTitleCacheOfAcceptedTaxaByClassification(UUID arg0,
983
            List<UUID> arg1) {
984
        return defaultService.getTaxonNodeUuidAndTitleCacheOfAcceptedTaxaByClassification(arg0, arg1);
985
    }
986

  
978 987

  
979 988
}
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/TaxonNodeSelectionDialog.java
143 143
			}
144 144
		}
145 145

  
146
		model = CdmStore.getService(IClassificationService.class).getTaxonNodeUuidAndTitleCacheOfAcceptedTaxaByClassification(selectedClassification, excludeTaxa);
146
		model = CdmStore.getService(IClassificationService.class).getTaxonNodeUuidAndTitleCacheOfAcceptedTaxaByClassification(selectedClassification.getUuid(), excludeTaxa);
147 147
	}
148 148

  
149 149
	/** {@inheritDoc} */

Also available in: Unified diff