Uses of Interface
com.hybris.backoffice.excel.template.AttributeNameFormatter
Packages that use AttributeNameFormatter
Package
Description
-
Uses of AttributeNameFormatter in com.hybris.backoffice.excel.exporting
Methods in com.hybris.backoffice.excel.exporting that return AttributeNameFormatterModifier and TypeMethodDescriptionAbstractExcelExportWorkbookDecorator.getAttributeNameFormatter()Methods in com.hybris.backoffice.excel.exporting with parameters of type AttributeNameFormatterModifier and TypeMethodDescriptionvoidAbstractExcelExportWorkbookDecorator.setAttributeNameFormatter(AttributeNameFormatter<ExcelClassificationAttribute> attributeNameFormatter) -
Uses of AttributeNameFormatter in com.hybris.backoffice.excel.template
Classes in com.hybris.backoffice.excel.template that implement AttributeNameFormatterModifier and TypeClassDescriptionclassFormatsClassificationAttributeModelto readable format that includes its ClassificationSystem, ClassificationVersion, ClassificationClass, name and locale.classFormatsExcelAttributeto value displayed in excel sheet's header row (0 index)Methods in com.hybris.backoffice.excel.template with parameters of type AttributeNameFormatterModifier and TypeMethodDescriptionvoidDefaultExcelTemplateService.setAttributeNameFormatter(AttributeNameFormatter<ExcelAttributeDescriptorAttribute> attributeNameFormatter) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AttributeNameFormatter in com.hybris.backoffice.excel.template.header
Methods in com.hybris.backoffice.excel.template.header with parameters of type AttributeNameFormatterModifier and TypeMethodDescriptionvoidDefaultExcelHeaderService.setAttributeNameFormatter(AttributeNameFormatter<ExcelAttributeDescriptorAttribute> attributeNameFormatter) -
Uses of AttributeNameFormatter in com.hybris.backoffice.excel.template.populator.typesheet
Methods in com.hybris.backoffice.excel.template.populator.typesheet with parameters of type AttributeNameFormatterModifier and TypeMethodDescriptionvoidTypeSystemRowFactory.setAttributeNameFormatter(AttributeNameFormatter<ExcelAttributeDescriptorAttribute> attributeNameFormatter) -
Uses of AttributeNameFormatter in com.hybris.backoffice.excel.template.sheet
Methods in com.hybris.backoffice.excel.template.sheet with parameters of type AttributeNameFormatterModifier and TypeMethodDescriptionvoidDefaultExcelSheetService.setAttributeNameFormatter(AttributeNameFormatter<ExcelAttributeDescriptorAttribute> attributeNameFormatter)