Project

General

Profile

« Previous | Next » 

Revision e6d7b501

Added by Andreas Müller almost 7 years ago

ref #6368 remove TaxonNameBase subclasses

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/INameService.java
35 35
import eu.etaxonomy.cdm.model.name.NameRelationship;
36 36
import eu.etaxonomy.cdm.model.name.NameRelationshipType;
37 37
import eu.etaxonomy.cdm.model.name.NomenclaturalStatus;
38
import eu.etaxonomy.cdm.model.name.NonViralName;
39 38
import eu.etaxonomy.cdm.model.name.Rank;
40 39
import eu.etaxonomy.cdm.model.name.SpecimenTypeDesignationStatus;
41 40
import eu.etaxonomy.cdm.model.name.TaxonNameBase;
......
121 120
	 * @param name
122 121
	 * @return
123 122
	 */
124
	public List<NonViralName> getNamesByNameCache(String nameCache);
123
	public List<TaxonNameBase> getNamesByNameCache(String nameCache);
125 124

  
126 125
	/**
127 126
	 * Returns all NonViralNames with a title cache that matches the given string
......
132 131
	 * @param propertyPaths
133 132
	 * @return
134 133
	 */
135
	public List<NonViralName> findNamesByTitleCache(String titleCache, MatchMode matchMode, List<String> propertyPaths);
134
	public List<TaxonNameBase> findNamesByTitleCache(String titleCache, MatchMode matchMode, List<String> propertyPaths);
136 135

  
137 136
	/**
138 137
	 * Returns all NonViralNames with a name cache that matches the given string
......
143 142
	 * @param propertyPaths
144 143
	 * @return
145 144
	 */
146
	public List<NonViralName> findNamesByNameCache(String nameCache, MatchMode matchMode, List<String> propertyPaths);
145
	public List<TaxonNameBase> findNamesByNameCache(String nameCache, MatchMode matchMode, List<String> propertyPaths);
147 146

  
148 147
	/**
149 148
	 * @param name

Also available in: Unified diff