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/IOccurrenceService.java
274 274
     * @param limit
275 275
     * @param start
276 276
     * @param orderHints
277
     * @return a list of {@link SpecimenNodeWrapper} containing the
277
     * @return a collection of {@link SpecimenNodeWrapper} containing the
278 278
     *         {@link TaxonNode} and the corresponding {@link UuidAndTitleCache}
279 279
     *         object for the specimen found for this taxon node
280 280
     */
281
    public List<SpecimenNodeWrapper> listUuidAndTitleCacheByAssociatedTaxon(List<UUID> taxonNodeUuids,
281
    public Collection<SpecimenNodeWrapper> listUuidAndTitleCacheByAssociatedTaxon(List<UUID> taxonNodeUuids,
282 282
            Integer limit, Integer start, List<OrderHint> orderHints);
283 283

  
284 284

  

Also available in: Unified diff