Uses of Class
com.hybris.backoffice.excel.data.ExcelExportResult
-
-
Uses of ExcelExportResult in com.hybris.backoffice.excel.exporting
Methods in com.hybris.backoffice.excel.exporting that return ExcelExportResult Modifier and Type Method Description protected ExcelExportResultHeaderPromptWorkbookDecoratorIntegrationTest. prepareExcelExportResult(org.apache.poi.ss.usermodel.Workbook workbook)Methods in com.hybris.backoffice.excel.exporting that return types with arguments of type ExcelExportResult Modifier and Type Method Description ExcelMapper<ExcelExportResult,ExcelAttributeDescriptorAttribute>HeaderPromptWorkbookDecorator. getMapper()Methods in com.hybris.backoffice.excel.exporting with parameters of type ExcelExportResult Modifier and Type Method Description voidDefaultExcelExportClassificationWorkbookDecorator. decorate(ExcelExportResult excelExportResult)voidExcelExportWorkbookDecorator. decorate(ExcelExportResult excelExportResult)Decorates exportedWorkbookobject.voidExcelSheetWorkbookDecorator. decorate(ExcelExportResult excelExportResult)voidHeaderPromptWorkbookDecorator. decorate(ExcelExportResult excelExportResult)voidHideUtilitySheetsDecorator. decorate(ExcelExportResult excelExportResult)voidIsoCodeDecorator. decorate(ExcelExportResult excelExportResult)voidRemoveSheetsDecorator. decorate(ExcelExportResult excelExportResult)voidDefaultExcelExportWorkbookPostProcessor. process(ExcelExportResult excelExportResult)Delegates decorating process to collection ofExcelExportWorkbookDecorators which can be set usingDefaultExcelExportWorkbookPostProcessor.setDecorators(List)voidExcelExportWorkbookPostProcessor. process(ExcelExportResult excelExportResult)Allows to modify exportedWorkbookby adding new content or removing it.Method parameters in com.hybris.backoffice.excel.exporting with type arguments of type ExcelExportResult Modifier and Type Method Description voidHeaderPromptWorkbookDecorator. setMapper(ExcelMapper<ExcelExportResult,ExcelAttributeDescriptorAttribute> mapper) -
Uses of ExcelExportResult in com.hybris.backoffice.excel.template
Methods in com.hybris.backoffice.excel.template with parameters of type ExcelExportResult Modifier and Type Method Description voidClassificationIncludedHeaderPromptPopulator. populate(ExcelExportResult excelExportResult)Populates a sheet with values retrieved fromExcelExportResult -
Uses of ExcelExportResult in com.hybris.backoffice.excel.template.mapper
Methods in com.hybris.backoffice.excel.template.mapper with parameters of type ExcelExportResult Modifier and Type Method Description java.util.Collection<AttributeDescriptorModel>FromExcelResultToAttributeDescriptorsMapper. apply(ExcelExportResult excelExportResult) -
Uses of ExcelExportResult in com.hybris.backoffice.excel.template.populator
Methods in com.hybris.backoffice.excel.template.populator with parameters of type ExcelExportResult Modifier and Type Method Description voidClassificationTypeSystemSheetPopulator. populate(ExcelExportResult excelExportResult)PopulatesWorkbook's ClassificationTypeSystem sheet (will be created if missing) with information about the Classification attributes.voidExcelSheetPopulator. populate(ExcelExportResult excelExportResult)Populates a sheet with values retrieved fromExcelExportResult -
Uses of ExcelExportResult in com.hybris.backoffice.excel.template.populator.typesheet
Methods in com.hybris.backoffice.excel.template.populator.typesheet that return ExcelExportResult Modifier and Type Method Description protected ExcelExportResultPermissionAwareTypeSystemSheetPopulator. copyExcelExportResultWithNewSelectedItems(ExcelExportResult excelExportResult, java.util.Collection<ItemModel> filteredSelectedItems)Methods in com.hybris.backoffice.excel.template.populator.typesheet with parameters of type ExcelExportResult Modifier and Type Method Description protected ExcelExportResultPermissionAwareTypeSystemSheetPopulator. copyExcelExportResultWithNewSelectedItems(ExcelExportResult excelExportResult, java.util.Collection<ItemModel> filteredSelectedItems)voidPermissionAwareTypeSystemSheetPopulator. populate(ExcelExportResult excelExportResult)voidTypeSystemSheetPopulator. populate(ExcelExportResult excelExportResult)Populates given workbook with information about given typesMethod parameters in com.hybris.backoffice.excel.template.populator.typesheet with type arguments of type ExcelExportResult Modifier and Type Method Description voidTypeSystemSheetPopulator. setMapper(ExcelMapper<ExcelExportResult,AttributeDescriptorModel> mapper)
-