Project

General

Profile

« Previous | Next » 

Revision d09294f4

Added by Katja Luther over 2 years ago

ref #9802, #9843: fix display label in rowwrapper

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/ITermService.java
282 282
    public Country getCountryByIso(String iso639);
283 283

  
284 284
    public List<Country> getCountryByName(String name);
285
    /**
286
     * Returns a map of {@link UUID} and {@link TermDto} of terms with uuid matches one of uuids in list
287
     * @param uuidList
288
     * @return
289
     */
290
    public Map<UUID, TermDto> findFeatureByUUIDsAsDtos(List<UUID> uuidList);
285 291

  
286 292
}

Also available in: Unified diff