Class UploadErrorDownload
- java.lang.Object
-
- de.businesscode.bcdui.upload.data.steps.UploadErrorDownload
-
public class UploadErrorDownload extends java.lang.Object
Retrieves the rows with errors together with their errors as CSV It prepends the header
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
selectErrorsSql
static java.lang.String
STEP_ID
protected UploadControl
uc
protected java.io.Writer
writer
-
Constructor Summary
Constructors Constructor Description UploadErrorDownload(UploadControl uc, java.io.Writer writer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process()
-
-
-
Field Detail
-
STEP_ID
public static java.lang.String STEP_ID
-
uc
protected final UploadControl uc
-
writer
protected final java.io.Writer writer
-
selectErrorsSql
protected final java.lang.String selectErrorsSql
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UploadErrorDownload
public UploadErrorDownload(UploadControl uc, java.io.Writer writer)
-
-
Method Detail
-
process
public void process() throws UploadException, java.sql.SQLException, java.io.IOException
- Throws:
UploadException
java.sql.SQLException
java.io.IOException
-
-