Project

General

Profile

« Previous | Next » 

Revision 55235f66

Added by Katja Luther over 2 years ago

adapted interface

View differences:

cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dao/term/IDefinedTermDao.java
238 238
     */
239 239
    public Collection<TermDto> findByUriAsDto(URI uri, String termLabel, TermType termType);
240 240

  
241
    /**
242
     * Returns the number of terms in the vocabularies vocs filteres by the given pattern
243
     * @param vocs
244
     * @param pattern
245
     * @return
246
     */
247
    public long count(List<TermVocabulary> vocs, String pattern);
248

  
249 241
    /**
250 242
     * Returns all states for all supportedCategoricalEnumeration of this categorical feature
251 243
     * @param featureUuid the feature which has to support categorical data

Also available in: Unified diff