Project

General

Profile

« Previous | Next » 

Revision ce91a115

Added by Patrick Plitzner about 6 years ago

ref #7095 Add dao method for individually associated specimens

View differences:

cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dao/description/IDescriptionDao.java
266 266
            Class<T> type, Integer pageSize,
267 267
            Integer pageNumber, List<String> propertyPaths);
268 268

  
269
    /**
270
     * Return a list of ids of the specimens attached to a taxon via IndividualsAssociations
271
     * @param taxonUuid
272
     * @param features
273
     * @param pageSize
274
     * @param pageNumber
275
     * @param propertyPaths
276
     * @return
277
     */
278
    public List<Integer> getIndividualAssociationSpecimenIDs(UUID taxonUuid,
279
            Set<Feature> features, Integer pageSize,
280
            Integer pageNumber, List<String> propertyPaths);
281

  
269 282
    /**
270 283
     * @param taxon
271 284
     * @param features

Also available in: Unified diff