public class StatistikCommon extends Object
Modifier and Type | Field and Description |
---|---|
(package private) GrenzenDao |
grenzenDao |
(package private) ArrayList<Integer> |
headlineRows |
(package private) KategorieDao |
kategorieDao |
(package private) HashMap |
kategorien |
(package private) HashMap |
OUs |
(package private) int |
rowCountKategorien |
(package private) int |
rowCountStadtteile |
(package private) SecurityService |
securityService |
(package private) SettingsService |
settingsService |
(package private) StatistikDao |
statistikDao |
(package private) VorgangDao |
vorgangDao |
Constructor and Description |
---|
StatistikCommon() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.poi.ss.usermodel.Row |
copyRow(org.apache.poi.ss.usermodel.Row sourceRow,
org.apache.poi.ss.usermodel.Sheet sheet,
int destinationRowNum) |
protected org.apache.poi.ss.usermodel.Row |
copyRow(org.apache.poi.ss.usermodel.Row sourceRow,
org.apache.poi.ss.usermodel.Sheet sheet,
int destinationRowNum,
boolean moveFollowingRows) |
protected String |
findOu(String zustaendigkeit) |
protected HashMap |
mergeResults(HashMap zusammenfassung,
String prefix,
List<Object[]> liste) |
protected void |
moveNextRowsDown(org.apache.poi.ss.usermodel.Sheet sheet,
int destinationRowNum) |
protected void |
moveNextRowsUp(org.apache.poi.ss.usermodel.Sheet sheet,
int sourceRowNum) |
protected void |
setCellMergedValue(org.apache.poi.ss.usermodel.Row row,
int col,
String prefix,
HashMap values) |
protected void |
setCellMergedValue(org.apache.poi.ss.usermodel.Row row,
int col,
String prefix,
HashMap values,
List<Long> excludeKategorieIds) |
protected void |
setCellValue(org.apache.poi.ss.usermodel.Row row,
int col,
String prefix,
Long entry_id,
HashMap values) |
protected org.apache.poi.ss.usermodel.Row |
setSummenRow(org.apache.poi.ss.usermodel.Row row,
List<Integer> add_rows,
Map<Integer,String> mapping) |
GrenzenDao grenzenDao
KategorieDao kategorieDao
StatistikDao statistikDao
SecurityService securityService
SettingsService settingsService
VorgangDao vorgangDao
HashMap OUs
HashMap kategorien
int rowCountKategorien
int rowCountStadtteile
protected HashMap mergeResults(HashMap zusammenfassung, String prefix, List<Object[]> liste)
protected org.apache.poi.ss.usermodel.Row copyRow(org.apache.poi.ss.usermodel.Row sourceRow, org.apache.poi.ss.usermodel.Sheet sheet, int destinationRowNum)
protected org.apache.poi.ss.usermodel.Row copyRow(org.apache.poi.ss.usermodel.Row sourceRow, org.apache.poi.ss.usermodel.Sheet sheet, int destinationRowNum, boolean moveFollowingRows)
protected void moveNextRowsDown(org.apache.poi.ss.usermodel.Sheet sheet, int destinationRowNum)
protected void moveNextRowsUp(org.apache.poi.ss.usermodel.Sheet sheet, int sourceRowNum)
protected void setCellValue(org.apache.poi.ss.usermodel.Row row, int col, String prefix, Long entry_id, HashMap values)
protected void setCellMergedValue(org.apache.poi.ss.usermodel.Row row, int col, String prefix, HashMap values)
protected void setCellMergedValue(org.apache.poi.ss.usermodel.Row row, int col, String prefix, HashMap values, List<Long> excludeKategorieIds)
Copyright © 2019. All rights reserved.