Project

General

Profile

« Previous | Next » 

Revision 892efc69

Added by Andreas Kohlbecker almost 14 years ago

merging /branches/cdmlib/SPRINT-Chichorieae1/ to trunk

View differences:

cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dao/description/IDescriptionDao.java
160 160
	 * @return a count of TaxonDescription instances
161 161
	 */
162 162
	int countDescriptionByDistribution(Set<NamedArea> namedAreas, PresenceAbsenceTermBase presence);
163

  
164
	List<DescriptionElementBase> getDescriptionElementForTaxon(Taxon taxon,
165
			Set<Feature> features,
166
			Class<? extends DescriptionElementBase> type, Integer pageSize,
167
			Integer pageNumber, List<String> propertyPaths);
163 168
}

Also available in: Unified diff