Uses of Interface
com.hybris.backoffice.excel.template.populator.ExcelAttributeContext
Packages that use ExcelAttributeContext
Package
Description
-
Uses of ExcelAttributeContext in com.hybris.backoffice.excel.template
Methods in com.hybris.backoffice.excel.template with parameters of type ExcelAttributeContextModifier and TypeMethodDescriptionAttributeNameFormatter.format(ExcelAttributeContext<ATTRIBUTE> excelAttributeContext) Formats given input to readable valueClassificationAttributeNameFormatter.format(ExcelAttributeContext<ExcelClassificationAttribute> context) Formats givenClassificationAttributeModelto a human readable formatDisplayNameAttributeNameFormatter.format(ExcelAttributeContext<ExcelAttributeDescriptorAttribute> excelAttributeContext) Returns displayed header name based on attribute's metadata -
Uses of ExcelAttributeContext in com.hybris.backoffice.excel.template.populator
Classes in com.hybris.backoffice.excel.template.populator that implement ExcelAttributeContextModifier and TypeClassDescriptionclassDefaultExcelAttributeContext<ATTRIBUTE extends ExcelAttribute>Default implementation ofExcelAttributeContextwhich can be used excel population process.Methods in com.hybris.backoffice.excel.template.populator that return ExcelAttributeContextModifier and TypeMethodDescriptionstatic <T extends ExcelAttribute>
ExcelAttributeContext<T>DefaultExcelAttributeContext.ofExcelAttribute(T excelAttribute) static <T extends ExcelAttribute>
ExcelAttributeContext<T>Methods in com.hybris.backoffice.excel.template.populator with parameters of type ExcelAttributeContextModifier and TypeMethodDescriptionExcelClassificationCellPopulator.apply(ExcelAttributeContext<ExcelClassificationAttribute> context)