Project

General

Profile

« Previous | Next » 

Revision 64cf9d1d

Added by Andreas Müller about 5 years ago

ref #6794 fix early setting of termType during term loading

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/ILoadableTerm.java
22 22
	 * the csvLine attributes are merged into the existing default language and the default Language is returned.
23 23
	 * @return
24 24
	 */
25
	public T readCsvLine(Class<T> termClass, List<String> csvLine, Map<UUID,DefinedTermBase> terms, boolean abbrevAsId);
25
	public T readCsvLine(Class<T> termClass, List<String> csvLine, TermType termType, Map<UUID,DefinedTermBase> terms, boolean abbrevAsId);
26 26

  
27 27
	public  void writeCsvLine(CSVWriter writer, T term);
28 28
}

Also available in: Unified diff