Uses of Interface
com.hybris.backoffice.excel.template.populator.ExcelSheetPopulator
-
-
Uses of ExcelSheetPopulator in com.hybris.backoffice.excel.exporting
Methods in com.hybris.backoffice.excel.exporting that return ExcelSheetPopulator Modifier and Type Method Description ExcelSheetPopulatorHeaderPromptWorkbookDecorator. getHeaderPromptPopulator()Methods in com.hybris.backoffice.excel.exporting with parameters of type ExcelSheetPopulator Modifier and Type Method Description voidHeaderPromptWorkbookDecorator. setHeaderPromptPopulator(ExcelSheetPopulator headerPromptPopulator)Method parameters in com.hybris.backoffice.excel.exporting with type arguments of type ExcelSheetPopulator Modifier and Type Method Description voidExcelSheetWorkbookDecorator. setPopulators(java.util.Collection<ExcelSheetPopulator> populators) -
Uses of ExcelSheetPopulator in com.hybris.backoffice.excel.template
Classes in com.hybris.backoffice.excel.template that implement ExcelSheetPopulator Modifier and Type Class Description classClassificationIncludedHeaderPromptPopulatorPopulates HEADER_PROMPT sheet - including classification attributes -
Uses of ExcelSheetPopulator in com.hybris.backoffice.excel.template.populator
Classes in com.hybris.backoffice.excel.template.populator that implement ExcelSheetPopulator Modifier and Type Class Description classClassificationTypeSystemSheetPopulatorPopulates ClassificationTypeSheet with necessary information about classification attributes. -
Uses of ExcelSheetPopulator in com.hybris.backoffice.excel.template.populator.typesheet
Classes in com.hybris.backoffice.excel.template.populator.typesheet that implement ExcelSheetPopulator Modifier and Type Class Description classPermissionAwareTypeSystemSheetPopulatorWrapsExcelSheetPopulatorto limitExcelExportResultto data that the user has access to.classTypeSystemSheetPopulatorPopulates workbook with information about the type system.Methods in com.hybris.backoffice.excel.template.populator.typesheet with parameters of type ExcelSheetPopulator Modifier and Type Method Description voidPermissionAwareTypeSystemSheetPopulator. setPopulator(ExcelSheetPopulator populator)
-