Uses of Class
com.hybris.backoffice.excel.template.ExcelTemplateConstants.HeaderPrompt
-
Packages that use ExcelTemplateConstants.HeaderPrompt Package Description com.hybris.backoffice.excel.template -
-
Uses of ExcelTemplateConstants.HeaderPrompt in com.hybris.backoffice.excel.template
Methods in com.hybris.backoffice.excel.template that return ExcelTemplateConstants.HeaderPrompt Modifier and Type Method Description static ExcelTemplateConstants.HeaderPromptExcelTemplateConstants.HeaderPrompt. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExcelTemplateConstants.HeaderPrompt[]ExcelTemplateConstants.HeaderPrompt. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in com.hybris.backoffice.excel.template with type arguments of type ExcelTemplateConstants.HeaderPrompt 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)
-