Project

General

Profile

« Previous | Next » 

Revision 7c778a7e

Added by Andreas Müller about 10 years ago

latest globis import changes and update for IPartionedIO signature for app-import

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/globis/GlobisAuthorImport.java
77 77

  
78 78

  
79 79
	@Override
80
	public Map<Object, Map<String, ? extends CdmBase>> getRelatedObjectsForPartition(
81
			ResultSet rs) {
80
	public Map<Object, Map<String, ? extends CdmBase>> getRelatedObjectsForPartition( ResultSet rs, GlobisImportState state) {
82 81
		//not required here
83 82
		return null;
84 83
	}
85 84

  
86 85
	@Override
87
	public TeamOrPersonBase<?> createObject(ResultSet rs,
88
			GlobisImportState state) throws SQLException {
86
	public TeamOrPersonBase<?> createObject(ResultSet rs, GlobisImportState state) throws SQLException {
89 87
		//not required here
90 88
		return null;
91 89
	}

Also available in: Unified diff