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-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dao/term/ITermVocabularyDao.java
120 120
     * @param vocabularyUuid the id of the vocabulary
121 121
     * @return a collection of top level terms
122 122
     */
123
    public Collection<TermDto> getTopLevelTerms(UUID vocabularyUuid, TermType type);
123
    public List<TermDto> getTopLevelTerms(UUID vocabularyUuid, TermType type);
124 124

  
125 125
    /**
126 126
     * Loads all terms for the given vocabulary

Also available in: Unified diff