public class ClassificationIncludedHeaderPromptPopulator extends java.lang.Object implements ExcelSheetPopulator
| Constructor and Description |
|---|
ClassificationIncludedHeaderPromptPopulator() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getAttributeDescriptorName(ExcelAttributeDescriptorAttribute attributeDescriptorAttribute) |
void |
populate(ExcelExportResult excelExportResult)
Populates a sheet with values retrieved from
ExcelExportResult |
void |
setExcelAttributeDescriptorPopulators(java.util.Map<ExcelTemplateConstants.HeaderPrompt,ExcelCellPopulator<ExcelAttributeDescriptorAttribute>> excelAttributeDescriptorPopulators) |
void |
setExcelCellService(ExcelCellService excelCellService) |
void |
setExcelClassificationPopulators(java.util.Map<ExcelTemplateConstants.HeaderPrompt,ExcelCellPopulator<ExcelClassificationAttribute>> excelClassificationPopulators) |
public ClassificationIncludedHeaderPromptPopulator()
public void populate(ExcelExportResult excelExportResult)
ExcelExportResultpopulate in interface ExcelSheetPopulatorexcelExportResult - a pojo which contains list of selected items, list of selected and available attributes etc.protected java.lang.String getAttributeDescriptorName(ExcelAttributeDescriptorAttribute attributeDescriptorAttribute)
public void setExcelAttributeDescriptorPopulators(java.util.Map<ExcelTemplateConstants.HeaderPrompt,ExcelCellPopulator<ExcelAttributeDescriptorAttribute>> excelAttributeDescriptorPopulators)
public void setExcelClassificationPopulators(java.util.Map<ExcelTemplateConstants.HeaderPrompt,ExcelCellPopulator<ExcelClassificationAttribute>> excelClassificationPopulators)
public void setExcelCellService(ExcelCellService excelCellService)
Copyright © 2018 SAP SE. All Rights Reserved.