Project

General

Profile

« Previous | Next » 

Revision e5fa5ee8

Added by Andreas Müller over 7 years ago

ref #6066 add getChildNodes to classification service

View differences:

cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dao/taxon/IClassificationDao.java
97 97
     */
98 98
    Map<UUID, String> treeIndexForTaxonUuids( UUID classificationUuid, List<UUID> originalTaxonUuids);
99 99

  
100
    /**
101
     * Returns a map of taxon uuids mapping to taxon node uuids in the given classification
102
     */
103
    public Map<UUID, UUID> getTaxonNodeUuidByTaxonUuid(UUID classificationUuid, List<UUID> taxonUuids);
104

  
100 105

  
101 106
}

Also available in: Unified diff