Project

General

Profile

« Previous | Next » 

Revision e66d9d39

Added by Katja Luther about 13 years ago

replace deprecated methods with new ones #2176

View differences:

cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dao/taxon/ITaxonDao.java
435 435
	 */
436 436
	public List<UuidAndTitleCache<TaxonBase>> getUuidAndTitleCacheSynonym();
437 437

  
438
	public List<UuidAndTitleCache<TaxonBase>> getTaxaByNameForEditor(Class<? extends TaxonBase> clazz, String queryString, Classification classification,
439
			MatchMode matchMode, Set<NamedArea> namedAreas, List<String> propertyPaths);
440

  
438 441
	
439 442
}

Also available in: Unified diff