Package de.xima.fc.transform.excel
Class FDToExcelTransformer
- java.lang.Object
 - 
- de.xima.fc.transform.excel.FDToExcelTransformer
 
 
- 
@Deprecated public class FDToExcelTransformer extends Object
Deprecated.useFdToExcelBuilderClass to export form data into an Excel file 
- 
- 
Constructor Summary
Constructors Constructor Description FDToExcelTransformer()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ByteArrayOutputStreamcreateForPostfach(UserContext uc, List<String> vl, XfcSession sess, de.xima.cmn.criteria.QueryCriteriaManager qm, boolean withAlias, boolean multiline, Benutzer ben)ByteArrayOutputStreamcreateForPostfach(UserContext uc, List<String> vl, XfcSession sess, de.xima.cmn.criteria.QueryCriteriaManager qm, EColumnLabelType columnLabelType, boolean multiline, Benutzer ben)ByteArrayOutputStreamcreateForProjektPostfach(Projekt projekt, List<ExtendedEntityModel<Vorgang>> vorgaenge, XfcSession sess, boolean withAlias)Deprecated.ByteArrayOutputStreamcreateForProjektPostfach(Projekt projekt, List<ExtendedEntityModel<Vorgang>> vorgaenge, XfcSession sess, EColumnLabelType columnLabelType)Deprecated.ProcessFdXmlcreateProcess(Vorgang vorgang)Deprecated.public access will be removedvoidfillExcelInfo(org.apache.poi.ss.usermodel.Workbook wb)Deprecated.public access will be removed!voidfillFieldsList(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!voidfillFieldsList(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 
 - 
 
- 
- 
Method Detail
- 
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 void fillExcelInfo(org.apache.poi.ss.usermodel.Workbook wb)
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 ProcessFdXml createProcess(Vorgang vorgang)
Deprecated.public access will be removed 
 - 
 
 -