Project

General

Profile

« Previous | Next » 

Revision c51ef083

Added by Katja Luther almost 8 years ago

add limit and pattern to the uuid and titlecache methods

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/INameService.java
452 452
	 * @return
453 453
	 * 			a <code>Map</code> containing uuid and titleCache of names
454 454
	 */
455
	public List<UuidAndTitleCache> getUuidAndTitleCacheOfNames();
455
	public List<UuidAndTitleCache> getUuidAndTitleCacheOfNames(Integer limit, String pattern);
456 456

  
457 457
	/**
458 458
	 * Return a Pager of names matching the given query string, optionally filtered by class, optionally with a particular MatchMode

Also available in: Unified diff