view src/main/java/de/intevation/lada/data/importer/Importer.java @ 321:5844d7457dde

Completed importer for LAF format. Ort objects still need some attention.
author Raimund Renkert <rrenkert@intevation.de>
date Fri, 23 Aug 2013 11:35:24 +0200
parents ae4bf396bd3b
children 5d11428e6a09
line wrap: on
line source
package de.intevation.lada.data.importer;

import java.util.Map;

import de.intevation.lada.auth.AuthenticationResponse;
import de.intevation.lada.rest.Response;


public interface Importer
{
    public boolean importData(String content, AuthenticationResponse auth);
    public Map<String, Map<String, Integer>> getErrors();
    public Map<String, Map<String, Integer>> getWarnings();
}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)