Project

General

Profile

« Previous | Next » 

Revision f2716206

Added by Katja Luther almost 6 years ago

fix #7433: get specimen by genetic accession number

View differences:

cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dao/occurrence/IOccurrenceDao.java
409 409
     * @return a list of field units referencing the gathering event
410 410
     */
411 411
    public List<FieldUnit> getFieldUnitsForGatheringEvent(UUID gatheringEventUuid, Integer limit, Integer start, List<OrderHint> orderHints, List<String> propertyPaths);
412

  
413
    /**
414
    *
415
    * Returns {@link DerivedUNit} that has the accession number
416
    * @param accessionNumber
417
    * @param propertyPaths
418
    * @return a derived unit
419
    */
420
   public List<DerivedUnit> getByGeneticAccessionNumber(String accessionNumberString, List<String> propertyPaths);
412 421
}

Also available in: Unified diff