view src/main/java/de/intevation/lada/exporter/Exporter.java @ 607:9a4ec6fb53a7

Added interface and annotation for exporter.
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 16 Apr 2015 15:46:51 +0200
parents
children 9e733f44d8b0
line wrap: on
line source
package de.intevation.lada.exporter;

import java.io.InputStream;
import java.util.List;

import de.intevation.lada.util.auth.UserInfo;

public interface Exporter
{
    public InputStream export(List<Integer> proben, UserInfo userInfo);
}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)