Package de.xima.fc.transform.excel
Class FDToExcelTransformer
java.lang.Object
de.xima.fc.transform.excel.FDToExcelTransformer
Deprecated.
Class to export form data into an Excel file
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateForPostfach
(UserContext uc, List<String> vl, XfcSession sess, de.xima.cmn.criteria.QueryCriteriaManager qm, boolean withAlias, boolean multiline, Benutzer ben) createForPostfach
(UserContext uc, List<String> vl, XfcSession sess, de.xima.cmn.criteria.QueryCriteriaManager qm, EColumnLabelType columnLabelType, boolean multiline, Benutzer ben) createForProjektPostfach
(Projekt projekt, List<ExtendedEntityModel<Vorgang>> vorgaenge, XfcSession sess, boolean withAlias) Deprecated.createForProjektPostfach
(Projekt projekt, List<ExtendedEntityModel<Vorgang>> vorgaenge, XfcSession sess, EColumnLabelType columnLabelType) Deprecated.createProcess
(Vorgang vorgang) Deprecated.public access will be removedvoid
fillExcelInfo
(org.apache.poi.ss.usermodel.Workbook wb) Deprecated.public access will be removed!void
fillFieldsList
(Map<String, List<String[]>> dataMap, List<FormElement> feList, org.apache.poi.ss.usermodel.Row firstRow, org.apache.poi.ss.usermodel.Row row, boolean withAlias, boolean multiline) Deprecated.public access will be removed!void
fillFieldsList
(Map<String, List<String[]>> dataMap, List<FormElement> feList, org.apache.poi.ss.usermodel.Row firstRow, org.apache.poi.ss.usermodel.Row row, EColumnLabelType columnLabelType, Collection<PostfachColumn> inboxColumns, boolean multiline) Deprecated.public access will be removed
-
Constructor Details
-
FDToExcelTransformer
public FDToExcelTransformer()Deprecated.
-
-
Method Details
-
createForPostfach
@Deprecated public ByteArrayOutputStream createForPostfach(UserContext uc, List<String> vl, XfcSession sess, de.xima.cmn.criteria.QueryCriteriaManager qm, EColumnLabelType columnLabelType, boolean multiline, Benutzer ben) throws IOException, com.alibaba.fastjson.JSONException, InterruptedException Deprecated.- Throws:
InterruptedException
- on errorscom.alibaba.fastjson.JSONException
- on errorsIOException
-
createForPostfach
@Deprecated public ByteArrayOutputStream createForPostfach(UserContext uc, List<String> vl, XfcSession sess, de.xima.cmn.criteria.QueryCriteriaManager qm, boolean withAlias, boolean multiline, Benutzer ben) throws IOException, com.alibaba.fastjson.JSONException, InterruptedException Deprecated.- Throws:
InterruptedException
- on errorscom.alibaba.fastjson.JSONException
- on errorsIOException
-
createForProjektPostfach
@Deprecated public ByteArrayOutputStream createForProjektPostfach(Projekt projekt, List<ExtendedEntityModel<Vorgang>> vorgaenge, XfcSession sess, boolean withAlias) throws IOException Deprecated.- Throws:
IOException
-
createForProjektPostfach
@Deprecated public ByteArrayOutputStream createForProjektPostfach(Projekt projekt, List<ExtendedEntityModel<Vorgang>> vorgaenge, XfcSession sess, EColumnLabelType columnLabelType) throws IOException Deprecated.- Throws:
IOException
-
fillFieldsList
@Deprecated public void fillFieldsList(Map<String, List<String[]>> dataMap, List<FormElement> feList, org.apache.poi.ss.usermodel.Row firstRow, org.apache.poi.ss.usermodel.Row row, boolean withAlias, boolean multiline) Deprecated.public access will be removed! -
fillExcelInfo
Deprecated.public access will be removed! -
fillFieldsList
@Deprecated public void fillFieldsList(Map<String, List<String[]>> dataMap, List<FormElement> feList, org.apache.poi.ss.usermodel.Row firstRow, org.apache.poi.ss.usermodel.Row row, EColumnLabelType columnLabelType, Collection<PostfachColumn> inboxColumns, boolean multiline) Deprecated.public access will be removed -
createProcess
Deprecated.public access will be removed
-
FdToExcelBuilder