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-services/src/main/java/eu/etaxonomy/cdm/api/service/INameService.java
278 278
	 * @return a paged list of instances of type T matching the queryString
279 279
	 */
280 280
    public Pager<TaxonNameBase> findByName(Class<? extends TaxonNameBase> clazz, String queryString,MatchMode matchmode, List<Criterion> criteria, Integer pageSize, Integer pageNumber, List<OrderHint> orderHints, List<String> propertyPaths);
281
    
282
    /**
283
     * Returns a homotypical group with the given UUID or null if not homotypical group exists with that UUID
284
     * 
285
     * @param uuid the uuid of the homotypical group
286
     * @return a homotypical group
287
     */
288
    public HomotypicalGroup findHomotypicalGroup(UUID uuid);
281 289
}

Also available in: Unified diff