Uses of Interface
com.hybris.backoffice.excel.template.populator.ExcelAttributeContext
-
Packages that use ExcelAttributeContext Package Description com.hybris.backoffice.excel.template com.hybris.backoffice.excel.template.populator -
-
Uses of ExcelAttributeContext in com.hybris.backoffice.excel.template
Methods in com.hybris.backoffice.excel.template with parameters of type ExcelAttributeContext Modifier and Type Method Description java.lang.StringAttributeNameFormatter. format(ExcelAttributeContext<ATTRIBUTE> excelAttributeContext)Formats given input to readable valuejava.lang.StringClassificationAttributeNameFormatter. format(ExcelAttributeContext<ExcelClassificationAttribute> context)Formats givenClassificationAttributeModelto a human readable formatjava.lang.StringDisplayNameAttributeNameFormatter. 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 ExcelAttributeContext Modifier and Type Class Description classDefaultExcelAttributeContext<ATTRIBUTE extends ExcelAttribute>Default implementation ofExcelAttributeContextwhich can be used excel population process.Methods in com.hybris.backoffice.excel.template.populator that return ExcelAttributeContext Modifier and Type Method Description static <T extends ExcelAttribute>
ExcelAttributeContext<T>DefaultExcelAttributeContext. ofExcelAttribute(T excelAttribute)static <T extends ExcelAttribute>
ExcelAttributeContext<T>DefaultExcelAttributeContext. ofMap(T excelAttribute, java.util.Map<java.lang.String,java.lang.Object> map)Methods in com.hybris.backoffice.excel.template.populator with parameters of type ExcelAttributeContext Modifier and Type Method Description java.lang.StringExcelClassificationCellPopulator. apply(ExcelAttributeContext<ExcelClassificationAttribute> context)
-