Project

General

Profile

« Previous | Next » 

Revision 4012cbc4

Added by Katja Luther over 2 years ago

ref #9842: first steps removing objects in dto creation - continue

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/IOccurrenceService.java
573 573
     * Returns the most significant identifier for the given {@link DerivedUnit}.
574 574
     * @param derivedUnit the derived unit to check
575 575
     * @return the identifier string
576
     * @deprecated use {@link DerivedUnit#getMostSignificantIdentifier()} instead
577 576
     */
578
    @Deprecated
579
    public String getMostSignificantIdentifier(DerivedUnit derivedUnit);
577

  
578
    public String getMostSignificantIdentifier(UUID derivedUnit);
580 579

  
581 580
    /**
582 581
     * Returns the number of specimens that match the given parameters

Also available in: Unified diff