Uses of Class
com.hybris.backoffice.excel.data.ExcelExportResult
Packages that use ExcelExportResult
Package
Description
-
Uses of ExcelExportResult in com.hybris.backoffice.excel.exporting
Methods in com.hybris.backoffice.excel.exporting that return ExcelExportResultModifier and TypeMethodDescriptionprotected ExcelExportResultHeaderPromptWorkbookDecoratorIntegrationTest.prepareExcelExportResult(org.apache.poi.ss.usermodel.Workbook workbook) Methods in com.hybris.backoffice.excel.exporting that return types with arguments of type ExcelExportResultMethods in com.hybris.backoffice.excel.exporting with parameters of type ExcelExportResultModifier and TypeMethodDescriptionvoidDefaultExcelExportClassificationWorkbookDecorator.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 ExcelExportResultModifier and TypeMethodDescriptionvoidHeaderPromptWorkbookDecorator.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 ExcelExportResultModifier and TypeMethodDescriptionvoidClassificationIncludedHeaderPromptPopulator.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 ExcelExportResultModifier and TypeMethodDescriptionFromExcelResultToAttributeDescriptorsMapper.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 ExcelExportResultModifier and TypeMethodDescriptionvoidClassificationTypeSystemSheetPopulator.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 ExcelExportResultModifier and TypeMethodDescriptionprotected ExcelExportResultPermissionAwareTypeSystemSheetPopulator.copyExcelExportResultWithNewSelectedItems(ExcelExportResult excelExportResult, Collection<ItemModel> filteredSelectedItems) Methods in com.hybris.backoffice.excel.template.populator.typesheet with parameters of type ExcelExportResultModifier and TypeMethodDescriptionprotected ExcelExportResultPermissionAwareTypeSystemSheetPopulator.copyExcelExportResultWithNewSelectedItems(ExcelExportResult excelExportResult, 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 ExcelExportResultModifier and TypeMethodDescriptionvoidTypeSystemSheetPopulator.setMapper(ExcelMapper<ExcelExportResult, AttributeDescriptorModel> mapper)