@Component(value="exportDataDao")
public class ExportDataDao
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ZIP_TEMP_ROOT |
Constructor and Description |
---|
ExportDataDao() |
Modifier and Type | Method and Description |
---|---|
static void |
addToZipFile(java.lang.String fn,
java.lang.String fileName,
java.util.zip.ZipOutputStream zos) |
DAOGetFileNameResponseWrapper |
exportStudyDatabase(java.lang.String studyname) |
public static final java.lang.String ZIP_TEMP_ROOT
public DAOGetFileNameResponseWrapper exportStudyDatabase(java.lang.String studyname) throws java.io.IOException
java.io.IOException
public static void addToZipFile(java.lang.String fn, java.lang.String fileName, java.util.zip.ZipOutputStream zos) throws java.io.FileNotFoundException, java.io.IOException
java.io.FileNotFoundException
java.io.IOException