| Modifier and Type | Method and Description |
|---|---|
protected ExcelExportResult |
HeaderPromptWorkbookDecoratorIntegrationTest.prepareExcelExportResult(Workbook workbook) |
| Modifier and Type | Method and Description |
|---|---|
ExcelMapper<ExcelExportResult,ExcelAttributeDescriptorAttribute> |
HeaderPromptWorkbookDecorator.getMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExcelSheetWorkbookDecorator.decorate(ExcelExportResult excelExportResult) |
void |
ExcelExportWorkbookDecorator.decorate(ExcelExportResult excelExportResult)
Decorates exported
org.apache.poi.ss.usermodel.Workbook object. |
void |
HideUtilitySheetsDecorator.decorate(ExcelExportResult excelExportResult) |
void |
IsoCodeDecorator.decorate(ExcelExportResult excelExportResult) |
void |
DefaultExcelExportClassificationWorkbookDecorator.decorate(ExcelExportResult excelExportResult) |
void |
RemoveSheetsDecorator.decorate(ExcelExportResult excelExportResult) |
void |
HeaderPromptWorkbookDecorator.decorate(ExcelExportResult excelExportResult) |
void |
DefaultExcelExportWorkbookPostProcessor.process(ExcelExportResult excelExportResult)
Delegates decorating process to collection of
ExcelExportWorkbookDecorators which can be set using
DefaultExcelExportWorkbookPostProcessor.setDecorators(List) |
void |
ExcelExportWorkbookPostProcessor.process(ExcelExportResult excelExportResult)
Allows to modify exported
org.apache.poi.ss.usermodel.Workbook by adding new content or removing it. |
| Modifier and Type | Method and Description |
|---|---|
void |
HeaderPromptWorkbookDecorator.setMapper(ExcelMapper<ExcelExportResult,ExcelAttributeDescriptorAttribute> mapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassificationIncludedHeaderPromptPopulator.populate(ExcelExportResult excelExportResult)
Populates a sheet with values retrieved from
ExcelExportResult |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AttributeDescriptorModel> |
FromExcelResultToAttributeDescriptorsMapper.apply(ExcelExportResult excelExportResult) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassificationTypeSystemSheetPopulator.populate(ExcelExportResult excelExportResult)
Populates
Workbook's ClassificationTypeSystem sheet (will be created if missing) with information about the
Classification attributes. |
void |
ExcelSheetPopulator.populate(ExcelExportResult excelExportResult)
Populates a sheet with values retrieved from
ExcelExportResult |
| Modifier and Type | Method and Description |
|---|---|
protected ExcelExportResult |
PermissionAwareTypeSystemSheetPopulator.copyExcelExportResultWithNewSelectedItems(ExcelExportResult excelExportResult,
java.util.Collection<ItemModel> filteredSelectedItems) |
| Modifier and Type | Method and Description |
|---|---|
protected ExcelExportResult |
PermissionAwareTypeSystemSheetPopulator.copyExcelExportResultWithNewSelectedItems(ExcelExportResult excelExportResult,
java.util.Collection<ItemModel> filteredSelectedItems) |
void |
PermissionAwareTypeSystemSheetPopulator.populate(ExcelExportResult excelExportResult) |
void |
TypeSystemSheetPopulator.populate(ExcelExportResult excelExportResult)
Populates given workbook with information about given types
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeSystemSheetPopulator.setMapper(ExcelMapper<ExcelExportResult,AttributeDescriptorModel> mapper) |
Copyright © 2018 SAP SE. All Rights Reserved.