Project

General

Profile

« Previous | Next » 

Revision d9b27602

Added by Patrick Plitzner almost 6 years ago

ref #7095 Retrieve only distinct SpecimenNodeWrapper objects

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/OccurrenceServiceImpl.java
359 359
    }
360 360

  
361 361
    @Override
362
    public List<SpecimenNodeWrapper> listUuidAndTitleCacheByAssociatedTaxon(List<UUID> taxonNodeUuids,
362
    public Collection<SpecimenNodeWrapper> listUuidAndTitleCacheByAssociatedTaxon(List<UUID> taxonNodeUuids,
363 363
            Integer limit, Integer start, List<OrderHint> orderHints) {
364 364
        return dao.listUuidAndTitleCacheByAssociatedTaxon(taxonNodeUuids, limit, start, orderHints);
365 365
        }

Also available in: Unified diff