Uses of Class
fr.becpg.repo.helper.ExcelHelper.ExcelCellStyles
Packages that use ExcelHelper.ExcelCellStyles
-
Uses of ExcelHelper.ExcelCellStyles in fr.becpg.repo.helper
Methods in fr.becpg.repo.helper with parameters of type ExcelHelper.ExcelCellStylesModifier and TypeMethodDescriptionstatic intExcelHelper.appendExcelField(List<AttributeExtractorServiceImpl.AttributeExtractorStructure> computedFields, String prefix, Map<String, Object> item, org.apache.poi.xssf.usermodel.XSSFSheet sheet, org.apache.poi.ss.usermodel.Row row, int cellnum, int rowNum, List<Locale> supportedLocales, ExcelHelper.ExcelCellStyles excelCellStyles) appendExcelField.static intExcelHelper.appendExcelHeader(List<AttributeExtractorServiceImpl.AttributeExtractorStructure> fields, String prefix, String titlePrefix, org.apache.poi.ss.usermodel.Row headerRow, org.apache.poi.ss.usermodel.Row labelRow, ExcelHelper.ExcelCellStyles excelCellStyles, org.apache.poi.xssf.usermodel.XSSFSheet sheet, int cellnum, ExcelHelper.ExcelFieldTitleProvider titleProvider, List<Locale> supportedLocales) appendExcelHeader. -
Uses of ExcelHelper.ExcelCellStyles in fr.becpg.repo.report.search.impl
Methods in fr.becpg.repo.report.search.impl with parameters of type ExcelHelper.ExcelCellStylesModifier and TypeMethodDescriptionprotected intDefaultExcelReportSearchPlugin.fillRow(org.apache.poi.xssf.usermodel.XSSFSheet sheet, org.alfresco.service.cmr.repository.NodeRef entityNodeRef, org.alfresco.service.cmr.repository.NodeRef itemNodeRef, org.alfresco.service.namespace.QName itemType, List<AttributeExtractorServiceImpl.AttributeExtractorStructure> metadataFields, Map<org.alfresco.service.cmr.repository.NodeRef, Map<String, Object>> cache, int rownum, Serializable key, Map<String, Object> entityItems, ExcelHelper.ExcelCellStyles excelCellStyles) fillRow.