Project

General

Profile

« Previous | Next » 

Revision bcc64240

Added by Andreas Müller almost 2 years ago

cleanup

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/service/IOServiceImpl.java
146 146
        }
147 147
    }
148 148

  
149
//    @Override
150
//    public ImportResult updateData(SecundumForSubtreeConfigurator configurator) {
151
//        ImportResult result;
152
//
153
//        result = cdmImport.invoke(configurator);
154
//        return result;
155
//    }
156

  
157 149
    @Override
158 150
    public ImportResult importDataFromUri(IImportConfigurator configurator, byte[] importData) {
159 151
        ImportResult result;
......
220 212
            return result;
221 213
    }
222 214

  
223

  
224
//    /**
225
//     * {@inheritDoc}
226
//     */
227
//    @Override
228
//    public ImportResult updateSortIndex(SortIndexUpdaterConfigurator config) {
229
//        ImportResult result = new ImportResult();
230
//
231
//        result = cdmImport.invoke(config);
232
//        return result;
233
//    }
234

  
235
//    /**
236
//     * {@inheritDoc}
237
//     */
238
//    @Override
239
//    public ImportResult updateCaches(CacheUpdaterConfigurator config) {
240
//        ImportResult result = new ImportResult();
241
//
242
//        result = cdmImport.invoke(config);
243
//        return result;
244
//    }
245

  
246

  
247
    /**
248
     * {@inheritDoc}
249
     */
250 215
    @Override
251 216
    public ImportResult updateDistributionData(ExcelDistributionUpdateConfigurator configurator) {
252 217
        ImportResult result = new ImportResult();
......
254 219
        return result;
255 220
    }
256 221

  
257
    /**
258
     * {@inheritDoc}
259
     */
260 222
    @Override
261 223
    public ImportResult importRISData(RisReferenceImportConfigurator configurator) {
262 224
        ImportResult result = new ImportResult();
263 225
        result = cdmImport.invoke(configurator);
264 226
        return result;
265 227
    }
266

  
267

  
268

  
269

  
270

  
271
}
228
}

Also available in: Unified diff