Project

General

Profile

« Previous | Next » 

Revision eae56a30

Added by Andreas Müller over 3 years ago

ref #6581 update HQL and property paths and similar to nomenclaturalSource (some issues unclear)

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/NameServiceImpl.java
891 891
    @Override
892 892
    public List<TypeDesignationBase> getTypeDesignationsInHomotypicalGroup(UUID nameUuid, Integer pageSize,
893 893
            Integer pageNumber, List<String> propertyPaths){
894
        TaxonName name = load(nameUuid, Arrays.asList("nomenclaturalReference.authorship"));
894
        TaxonName name = load(nameUuid, Arrays.asList("nomenclaturalSource.citation.authorship"));
895 895
        Set<TypeDesignationBase<?>> typeDesignations = name.getHomotypicalGroup().getTypeDesignations();
896 896
        List<TypeDesignationBase> result = defaultBeanInitializer.initializeAll(new ArrayList(typeDesignations), propertyPaths);
897 897
        return result;

Also available in: Unified diff