Project

General

Profile

« Previous | Next » 

Revision 71559ffe

Added by Katja Luther over 2 years ago

ref #9710: switch to dtos for descriptive data set and descriptions for character matrix

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/ITaxonNodeService.java
263 263

  
264 264
    public TaxonNodeDto dto(UUID taxonNodeUuid);
265 265

  
266
    public TaxonNodeDto dto(UUID taxonUuid, UUID classificationUuid);
267

  
266 268
    public <S extends TaxonNode> Pager<S> page(Class<S> clazz, List<Restriction<?>> restrictions, Integer pageSize, Integer pageIndex,
267 269
            List<OrderHint> orderHints, List<String> propertyPaths, boolean includeUnpublished);
268 270

  

Also available in: Unified diff