Project

General

Profile

« Previous | Next » 

Revision c781c97b

Added by Katja Luther over 6 years ago

implement possibility to get cdmEntities by identifiers in dialogs

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/IIdentifiableEntityService.java
294 294
            Class<S> clazz, MarkerType markerType, Boolean markerValue,
295 295
            boolean includeEntity, Integer pageSize,
296 296
            Integer pageNumber, List<String> propertyPaths);
297

  
298
    /**
299
     * @param <S>
300
     * @param clazz
301
     * @param identifier
302
     * @param identifierType
303
     * @param matchmode
304
     * @param includeEntity
305
     * @param propertyPaths
306
     * @return
307
     */
308
    public <S extends T>List<IdentifiedEntityDTO<S >> listByIdentifier(Class<S> clazz, String identifier, DefinedTerm identifierType,
309
            MatchMode matchmode, boolean includeEntity, List<String> propertyPaths, Integer limit);
297 310
}

Also available in: Unified diff