| Package | Description |
|---|---|
| com.hybris.backoffice.excel.template | |
| com.hybris.backoffice.excel.template.populator |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
AttributeNameFormatter.format(ExcelAttributeContext<ATTRIBUTE> excelAttributeContext)
Formats given input to readable value
|
java.lang.String |
DisplayNameAttributeNameFormatter.format(ExcelAttributeContext<ExcelAttributeDescriptorAttribute> excelAttributeContext)
Returns displayed header name based on attribute's metadata
|
java.lang.String |
ClassificationAttributeNameFormatter.format(ExcelAttributeContext<ExcelClassificationAttribute> context)
Formats given
ClassificationAttributeModel to a human readable format |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultExcelAttributeContext<ATTRIBUTE extends ExcelAttribute>
Default implementation of
ExcelAttributeContext which can be used excel population process. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ExcelAttribute> |
DefaultExcelAttributeContext.ofExcelAttribute(T excelAttribute) |
static <T extends ExcelAttribute> |
DefaultExcelAttributeContext.ofMap(T excelAttribute,
java.util.Map<java.lang.String,java.lang.Object> map) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ExcelClassificationCellPopulator.apply(ExcelAttributeContext<ExcelClassificationAttribute> context) |
Copyright © 2018 SAP SE. All Rights Reserved.