Project

General

Profile

« Previous | Next » 

Revision 49fdbd9a

Added by Andreas Kohlbecker almost 5 years ago

fix #8319 NomenclaturalStatus webservice and according service methods implemented

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/INameService.java
542 542
     */
543 543
    Collection<TypeDesignationStatusFilter> getTypeDesignationStatusFilterTerms(List<Language> preferredLanguages);
544 544

  
545
    /**
546
     * @param uuid
547
     * @param propertyPaths
548
     * @return
549
     */
550
    NomenclaturalStatus loadNomenclaturalStatus(UUID uuid, List<String> propertyPaths);
551

  
545 552

  
546 553
}

Also available in: Unified diff