Uses of Interface
com.hybris.backoffice.excel.template.populator.ExcelCellPopulator
-
Packages that use ExcelCellPopulator Package Description com.hybris.backoffice.excel.template com.hybris.backoffice.excel.template.populator -
-
Uses of ExcelCellPopulator in com.hybris.backoffice.excel.template
Method parameters in com.hybris.backoffice.excel.template with type arguments of type ExcelCellPopulator Modifier and Type Method Description voidClassificationIncludedHeaderPromptPopulator. setExcelAttributeDescriptorPopulators(java.util.Map<ExcelTemplateConstants.HeaderPrompt,ExcelCellPopulator<ExcelAttributeDescriptorAttribute>> excelAttributeDescriptorPopulators)voidClassificationIncludedHeaderPromptPopulator. setExcelClassificationPopulators(java.util.Map<ExcelTemplateConstants.HeaderPrompt,ExcelCellPopulator<ExcelClassificationAttribute>> excelClassificationPopulators) -
Uses of ExcelCellPopulator in com.hybris.backoffice.excel.template.populator
Subinterfaces of ExcelCellPopulator in com.hybris.backoffice.excel.template.populator Modifier and Type Interface Description interfaceExcelClassificationCellPopulatorInterface for excel's single cell population dedicated for classification
-