Project

General

Profile

« Previous | Next » 

Revision 832a571e

Added by Katja Luther about 9 years ago

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/dataimport/transientServices/TransientNameService.java
11 11

  
12 12
import java.io.IOException;
13 13
import java.util.Collection;
14
import java.util.HashMap;
14 15
import java.util.List;
15 16
import java.util.Map;
16 17
import java.util.Set;
......
1149 1150
		return defaultService.findWithoutFlush(uuid);
1150 1151
	}
1151 1152
	
1153
	
1154

  
1152 1155
	@Override
1153 1156
	public <S extends TaxonNameBase>  Pager<FindByIdentifierDTO<S>> findByIdentifier(Class<S> clazz, String identifier, DefinedTerm identifierType, MatchMode matchmode, boolean includeEntity, Integer pageSize, Integer pageNumber, List<String> propertyPaths){
1154 1157
		return defaultService.findByIdentifier(clazz, identifier, identifierType, matchmode, includeEntity, pageSize, pageNumber, propertyPaths);
1155 1158
	}
1156 1159

  
1160
	
1161

  
1162
	@Override
1163
	public List<HashMap<String, String>> getNameRecords() {
1164
		
1165
		return defaultService.getNameRecords();
1166
	}
1167
	
1168

  
1169

  
1157 1170

  
1158 1171
}

Also available in: Unified diff